Searched refs:opt_own_trusted (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 96 static char *opt_own_trusted = NULL; variable 580 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass}, 1466 if (opt_own_trusted != NULL) { in setup_protection_ctx() 1467 own_trusted = load_trusted(opt_own_trusted, 0, in setup_protection_ctx() 1477 } else if (opt_own_trusted != NULL) { in setup_protection_ctx() 2413 opt_own_trusted = opt_str(); in get_opts()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 96 static char *opt_own_trusted = NULL; variable 580 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass}, 1466 if (opt_own_trusted != NULL) { in setup_protection_ctx() 1467 own_trusted = load_trusted(opt_own_trusted, 0, in setup_protection_ctx() 1477 } else if (opt_own_trusted != NULL) { in setup_protection_ctx() 2412 opt_own_trusted = opt_str(); in get_opts()
|
Completed in 9 milliseconds