Searched refs:opt_keypass (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 98 static char *opt_keypass = NULL; variable 580 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass}, 1108 X509 *cert = load_cert_pwd(opt_rsp_cert, opt_keypass, in setup_srv_ctx() 1438 EVP_PKEY *pkey = load_key_pwd(opt_key, opt_keyform, opt_keypass, engine, in setup_protection_ctx() 1456 if (!load_cert_certs(opt_cert, &cert, &certs, 0, opt_keypass, in setup_protection_ctx() 1743 X509 *oldcert = load_cert_pwd(opt_oldcert, opt_keypass, in setup_request_ctx() 1761 cleanse(opt_keypass); in setup_request_ctx() 2419 opt_keypass = opt_str(); in get_opts() 3047 cleanse(opt_keypass); in cmp_main()
|