Searched refs:B_ASN1_IA5STRING (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/asn1/ |
| D | 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()
|
| D | a_strnid.c | 182 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, 195 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
|
| D | asn1.h | 138 # 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)
|
| D | tasn_dec.c | 108 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,
|