Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_new.c321 str->flags |= ASN1_STRING_FLAG_MSTRING; in asn1_primitive_new()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h177 # define ASN1_STRING_FLAG_MSTRING 0x040 macro
H A Dasn1.h.in154 # define ASN1_STRING_FLAG_MSTRING 0x040 macro
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1971 if (s != NULL && (s->flags & ASN1_STRING_FLAG_MSTRING) == 0) { in X509_time_adj_ex()