Home
last modified time | relevance | path

Searched refs:pwcb (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtls-provider.c1320 OSSL_PASSPHRASE_CALLBACK *pwcb; member
1378 if (ctx->cipher == NULL || ctx->pwcb == NULL) in p8info_to_encp8()
1381 if (!ctx->pwcb(kstr, PEM_BUFSIZE, &klen, NULL, ctx->pwcbarg)) { in p8info_to_encp8()
1820 OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, in key2any_encode() argument
1833 ctx->pwcb = pwcb; in key2any_encode()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1207 OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, in key2any_encode() argument
1220 && (pwcb == NULL in key2any_encode()
1221 || ossl_pw_set_ossl_passphrase_cb(&ctx->pwdata, pwcb, pwcbarg))) in key2any_encode()