Home
last modified time | relevance | path

Searched refs:opt_subject (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Dcmp.c127 static char *opt_subject = NULL; variable
633 {&opt_newkey}, {&opt_newkeypass}, {&opt_subject},
1506 if (opt_ref == NULL && opt_cert == NULL && opt_subject == NULL) { in setup_protection_ctx()
1667 if (opt_subject == NULL in setup_request_ctx()
1700 if (!set_name(opt_subject, OSSL_CMP_CTX_set1_subjectName, ctx, "subject")) in setup_request_ctx()
1705 if (opt_subject != NULL) { in setup_request_ctx()
1708 if (!set_name(opt_subject, OSSL_CMP_CTX_set1_subjectName, ctx, "subject")) in setup_request_ctx()
1745 if (opt_subject != NULL) in setup_request_ctx()
1747 opt_subject, ref_cert != NULL ? ref_cert : opt_csr); in setup_request_ctx()
2933 opt_subject = opt_str(); in get_opts()

Completed in 14 milliseconds