Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/asn1/
Da_mbstr.c174 else if (mask & B_ASN1_IA5STRING) in ASN1_mbstring_ncopy()
327 if ((types & B_ASN1_IA5STRING) && (value > 127)) in type_str()
328 types &= ~B_ASN1_IA5STRING; in type_str()
Da_strnid.c182 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING,
195 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
Dasn1.h138 # define B_ASN1_IA5STRING 0x0010 macro
265 # define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING)
620 B_ASN1_IA5STRING| \
636 B_ASN1_IA5STRING| \
695 B_ASN1_IA5STRING)
Dtasn_dec.c108 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,