Searched refs:ossl_pw_set_ui_method (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/include/internal/ |
| H A D | passphrase.h | 97 int ossl_pw_set_ui_method(struct ossl_passphrase_data_st *data,
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_lib.c | 107 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_open_ex() 507 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_delete() 1080 && !ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data)) { in OSSL_STORE_attach()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | passphrase.c | 80 int ossl_pw_set_ui_method(struct ossl_passphrase_data_st *data, in ossl_pw_set_ui_method() function
|
| /freebsd/crypto/openssl/crypto/encode_decode/ |
| H A D | encoder_pkey.c | 53 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_ENCODER_CTX_set_passphrase_ui()
|
| H A D | decoder_pkey.c | 37 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_DECODER_CTX_set_passphrase_ui()
|