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

  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 159 static int opt_crlform = FORMAT_ASN1; variable
309 OPT_CRLFORM,
569 { "crlform", OPT_CRLFORM, 's',
1192 && !opt_format(opt_crlform_s, OPT_FMT_PEMDER, &opt_crlform)) {
2434 if (opt_crlform != FORMAT_PEM && opt_crlform != FORMAT_ASN1) {
2440 return opt_crlform == FORMAT_PEM ? PEM_write_bio_X509_CRL(bio, crl)
3124 case OPT_CRLFORM:

Completed in 139 milliseconds