Searched refs:opt_cert (Results 1 – 1 of 1) sorted by relevance
92 static char *opt_cert = NULL; variable545 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},1336 if (opt_ref == NULL && opt_cert == NULL && opt_subject == NULL) { in setup_protection_ctx()1341 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()1358 if (opt_cert != NULL || opt_key != NULL) in setup_protection_ctx()1379 if (opt_cert != NULL) { in setup_protection_ctx()1385 if (!load_cert_certs(opt_cert, &cert, &certs, 0, opt_keypass, in setup_protection_ctx()1475 if (opt_ref == NULL && opt_cert == NULL) { in setup_request_ctx()1497 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; in setup_request_ctx()1521 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()[all …]
Completed in 7 milliseconds