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

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 118 static char *opt_sans = NULL; variable
206 OPT_SANS, OPT_SAN_NODEFAULT,
304 {"sans", OPT_SANS, 's',
559 {&opt_sans}, {(char **)&opt_san_nodefault},
1575 if (opt_sans != NULL)
1692 if (OSSL_CMP_CTX_reqExtensions_have_SAN(ctx) && opt_sans != NULL) {
1696 if (!set_gennames(ctx, opt_sans, "Subject Alternative Name"))
1700 if (opt_sans != NULL)
2491 case OPT_SANS:
2492 opt_sans = opt_str()
    [all...]
cmp.c 118 static char *opt_sans = NULL; variable
206 OPT_SANS, OPT_SAN_NODEFAULT,
304 {"sans", OPT_SANS, 's',
559 {&opt_sans}, {(char **)&opt_san_nodefault},
1575 if (opt_sans != NULL)
1692 if (OSSL_CMP_CTX_reqExtensions_have_SAN(ctx) && opt_sans != NULL) {
1696 if (!set_gennames(ctx, opt_sans, "Subject Alternative Name"))
1700 if (opt_sans != NULL)
2491 case OPT_SANS:
2492 opt_sans = opt_str()
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 132 static char *opt_sans = NULL; variable
250 OPT_SANS,
423 { "sans", OPT_SANS, 's',
723 { &opt_sans }, { (char **)&opt_san_nodefault },
1833 if (opt_sans != NULL)
2006 if (OSSL_CMP_CTX_reqExtensions_have_SAN(ctx) && opt_sans != NULL) {
2010 if (!set_gennames(ctx, opt_sans, "Subject Alternative Name"))
2014 if (opt_sans != NULL)
3062 case OPT_SANS:
3063 opt_sans = opt_str()
    [all...]
cmp.c 132 static char *opt_sans = NULL; variable
250 OPT_SANS,
423 { "sans", OPT_SANS, 's',
723 { &opt_sans }, { (char **)&opt_san_nodefault },
1833 if (opt_sans != NULL)
2006 if (OSSL_CMP_CTX_reqExtensions_have_SAN(ctx) && opt_sans != NULL) {
2010 if (!set_gennames(ctx, opt_sans, "Subject Alternative Name"))
2014 if (opt_sans != NULL)
3062 case OPT_SANS:
3063 opt_sans = opt_str()
    [all...]

Completed in 53 milliseconds