Searched refs:B_ASN1_IA5STRING (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tbl_standard.h | 36 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, 49 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK}, 51 {NID_rfc822Mailbox, 1, ub_rfc822_mailbox, B_ASN1_IA5STRING,
|
H A D | a_mbstr.c | 123 else if (mask & B_ASN1_IA5STRING) in ASN1_mbstring_ncopy() 289 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native)) in type_str() 290 types &= ~B_ASN1_IA5STRING; in type_str()
|
H A D | tasn_dec.c | 78 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 104 # define B_ASN1_IA5STRING 0x0010 macro 221 # define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 599 B_ASN1_IA5STRING| \ 615 B_ASN1_IA5STRING| \
|
H A D | asn1.h.in | 105 # define B_ASN1_IA5STRING 0x0010 macro 198 # define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 528 B_ASN1_IA5STRING| \ 544 B_ASN1_IA5STRING| \
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_name.c | 385 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|