Searched refs:opt_reqexts (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 117 static char *opt_reqexts = NULL; variable 558 {(char **)&opt_days}, {&opt_reqexts}, 1571 if (opt_reqexts != NULL) in setup_request_ctx() 1670 if (opt_reqexts != NULL || opt_policies != NULL) { in setup_request_ctx() 1675 if (opt_reqexts != NULL in setup_request_ctx() 1676 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_reqexts, &exts)) { in setup_request_ctx() 1678 opt_reqexts); in setup_request_ctx() 2489 opt_reqexts = opt_str(); in get_opts()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 117 static char *opt_reqexts = NULL; variable 558 {(char **)&opt_days}, {&opt_reqexts}, 1571 if (opt_reqexts != NULL) in setup_request_ctx() 1670 if (opt_reqexts != NULL || opt_policies != NULL) { in setup_request_ctx() 1675 if (opt_reqexts != NULL in setup_request_ctx() 1676 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_reqexts, &exts)) { in setup_request_ctx() 1678 opt_reqexts); in setup_request_ctx() 2488 opt_reqexts = opt_str(); in get_opts()
|
Completed in 9 milliseconds