Searched refs:B_ASN1_IA5STRING (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | a_mbstr.c | 174 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()
|
| HD | a_strnid.c | 181 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, 194 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
|
| HD | asn1.h | 138 # define B_ASN1_IA5STRING 0x0010 macro 270 # define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 627 B_ASN1_IA5STRING| \ 643 B_ASN1_IA5STRING| \ 702 B_ASN1_IA5STRING)
|
| HD | x_name.c | 408 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|
| HD | tasn_dec.c | 108 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,
|