Home
last modified time | relevance | path

Searched refs:pwdata (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/pem/
Dpem_pkey.c223 struct ossl_passphrase_data_st pwdata = { 0 }; in pem_read_bio_key() local
236 if (!ossl_pw_set_pem_password_cb(&pwdata, cb, u) in pem_read_bio_key()
237 || !ossl_pw_enable_passphrase_caching(&pwdata)) in pem_read_bio_key()
241 ret = pem_read_bio_key_decoder(bp, x, ossl_pw_pem_password, &pwdata, in pem_read_bio_key()
246 ossl_pw_pem_password, &pwdata, in pem_read_bio_key()
254 ossl_pw_clear_passphrase_data(&pwdata); in pem_read_bio_key()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/store/
Dstore_lib.c173 && (!ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data) in OSSL_STORE_open_ex()
174 || !ossl_pw_enable_passphrase_caching(&ctx->pwdata))) { in OSSL_STORE_open_ex()
433 &ctx->pwdata)) { in OSSL_STORE_load()
442 ctx->pwdata._.ui_method.ui_method, in OSSL_STORE_load()
443 ctx->pwdata._.ui_method.ui_method_data); in OSSL_STORE_load()
459 (void)ossl_pw_clear_passphrase_cache(&ctx->pwdata); in OSSL_STORE_load()
523 ossl_pw_clear_passphrase_data(&ctx->pwdata); in ossl_store_close_it()
1019 && !ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data)) { in OSSL_STORE_attach()
Dstore_local.h153 struct ossl_passphrase_data_st pwdata; member
Dstore_result.c410 void *cbarg = &ctx->pwdata; in try_key()
572 pw_params, 0, &ctx->pwdata)) { in try_pkcs12()