Home
last modified time | relevance | path

Searched refs:get_ui_method (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dapps_ui.h24 const UI_METHOD *get_ui_method(void);
/freebsd/crypto/openssl/apps/lib/
H A Dengine.c63 (void *)get_ui_method(), 0, 1) in setup_engine_methods()
H A Dapps_ui.c140 const UI_METHOD *get_ui_method(void) in get_ui_method() function
H A Dapps.c980 get_ui_method(), &uidata, params, in load_key_certs_crls()
985 ctx = OSSL_STORE_open_ex(uri, libctx, propq, get_ui_method(), &uidata, in load_key_certs_crls()
/freebsd/crypto/openssl/apps/
H A Ddsa.c284 OSSL_ENCODER_CTX_set_passphrase_ui(ectx, get_ui_method(), NULL); in dsa_main()
H A Dec.c275 OSSL_ENCODER_CTX_set_passphrase_ui(ectx, get_ui_method(), NULL); in ec_main()
H A Drsa.c394 OSSL_ENCODER_CTX_set_passphrase_ui(ectx, get_ui_method(), NULL); in rsa_main()
H A Dstoreutl.c323 ret = process(argv[0], get_ui_method(), &pw_cb_data, in storeutl_main()