Home
last modified time | relevance | path

Searched refs:ossl_pw_set_ui_method (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dpassphrase.h97 int ossl_pw_set_ui_method(struct ossl_passphrase_data_st *data,
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_pkey.c52 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_ENCODER_CTX_set_passphrase_ui()
H A Ddecoder_pkey.c33 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_DECODER_CTX_set_passphrase_ui()
/freebsd/crypto/openssl/crypto/
H A Dpassphrase.c82 int ossl_pw_set_ui_method(struct ossl_passphrase_data_st *data, in ossl_pw_set_ui_method() function
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c173 && (!ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data) in OSSL_STORE_open_ex()
1019 && !ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data)) { in OSSL_STORE_attach()