HomeSort by: relevance | last modified time | path
    Searched defs:opt_csr (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 124 static char *opt_csr = NULL; variable
208 OPT_POPO, OPT_CSR,
318 {"csr", OPT_CSR, 's',
561 {(char **)&opt_popo}, {&opt_csr},
1526 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL
1532 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) {
1539 if (opt_csr != NULL) {
1585 if (ref_cert == NULL && opt_csr == NULL) {
1591 opt_subject, ref_cert != NULL ? ref_cert : opt_csr);
1594 if (opt_oldcert == NULL && opt_csr == NULL)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 138 static char *opt_csr = NULL; variable
256 OPT_CSR,
437 { "csr", OPT_CSR, 's',
725 { (char **)&opt_popo }, { &opt_csr },
1765 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL
1773 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) {
1796 if (opt_csr != NULL) {
1859 if (ref_cert == NULL && opt_csr == NULL) {
1865 opt_subject, ref_cert != NULL ? ref_cert : opt_csr);
1869 if (opt_oldcert == NULL && opt_csr == NULL)
    [all...]

Completed in 25 milliseconds