Lines Matching refs:opt_cert
107 static char *opt_cert = NULL; variable
659 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},
1506 if (opt_ref == NULL && opt_cert == NULL && opt_subject == NULL) { in setup_protection_ctx()
1511 if (opt_secret == NULL && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1528 if (opt_cert != NULL || opt_key != NULL) in setup_protection_ctx()
1549 if (opt_cert != NULL) { in setup_protection_ctx()
1555 if (!load_cert_certs(opt_cert, &cert, &certs, 0, opt_keypass, in setup_protection_ctx()
1668 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL in setup_request_ctx()
1706 if (opt_ref == NULL && opt_cert == NULL) { in setup_request_ctx()
1739 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; in setup_request_ctx()
1795 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
2827 opt_cert = opt_str(); in get_opts()