Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dt_req.c61 if (!(cflag & X509_FLAG_NO_VERSION)) { in X509_REQ_print_ex()
Dt_x509.c72 if (!(cflag & X509_FLAG_NO_VERSION)) { in X509_print_ex()
/third_party/openssl/apps/
Dapps.c1001 X509_FLAG_NO_HEADER | X509_FLAG_NO_VERSION)
1009 {"no_version", X509_FLAG_NO_VERSION, 0}, in set_cert_ex()
/third_party/openssl/include/openssl/
Dx509.h151 # define X509_FLAG_NO_VERSION (1L << 1) macro