Searched refs:opt_keyform (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 139 static int opt_keyform = FORMAT_UNDEF; variable 1004 && !opt_format(opt_keyform_s, FORMAT_OPTIONS, &opt_keyform)) { in transform_opts() 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() 1623 const int format = opt_keyform; in setup_request_ctx()
|