| tls-provider.c | 1320 OSSL_PASSPHRASE_CALLBACK *pwcb; member in struct:key2any_ctx_st 1378 if (ctx->cipher == NULL || ctx->pwcb == NULL) 1381 if (!ctx->pwcb(kstr, PEM_BUFSIZE, &klen, NULL, ctx->pwcbarg)) { 1820 OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, 1833 ctx->pwcb = pwcb;
|