Searched refs:load_key_pwd (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 672 static EVP_PKEY *load_key_pwd(const char *uri, int format, in load_key_pwd() function 1077 EVP_PKEY *pkey = load_key_pwd(opt_srv_key, opt_keyform, in setup_srv_ctx() 1355 pkey = load_key_pwd(opt_tls_key, opt_keyform, opt_tls_keypass, in setup_ssl_ctx() 1438 EVP_PKEY *pkey = load_key_pwd(opt_key, opt_keyform, opt_keypass, engine, in setup_protection_ctx() 1631 pkey = load_key_pwd(file, format, pass, engine, desc); in setup_request_ctx()
|