Home
last modified time | relevance | path

Searched refs:B_ASN1_IA5STRING (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Da_mbstr.c172 else if (mask & B_ASN1_IA5STRING) in ASN1_mbstring_ncopy()
352 if ((types & B_ASN1_IA5STRING) && (value > 127)) in type_str()
353 types &= ~B_ASN1_IA5STRING; in type_str()
H A Da_strnid.c196 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, STABLE_NO_MASK},
207 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
H A Dasn1_types.c181 .bit_value = B_ASN1_IA5STRING,
H A Dx_name.c528 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h133 #define B_ASN1_IA5STRING 0x0010 macro
212 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING)
502 B_ASN1_IA5STRING| \
518 B_ASN1_IA5STRING| \