/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
a_mbstr.c | 166 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING; 310 if((types & B_ASN1_IA5STRING) && (value > 127)) 311 types &= ~B_ASN1_IA5STRING;
|
a_strnid.c | 164 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, STABLE_NO_MASK}, 175 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
|
tasn_dec.c | 99 B_ASN1_T61STRING,B_ASN1_VIDEOTEXSTRING,B_ASN1_IA5STRING, /* tags 20-22 */ [all...] |
/external/openssl/crypto/asn1/ |
a_mbstr.c | 170 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING; 315 if((types & B_ASN1_IA5STRING) && (value > 127)) 316 types &= ~B_ASN1_IA5STRING;
|
a_strnid.c | 167 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, STABLE_NO_MASK}, 178 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
|
asn1.h | 139 #define B_ASN1_IA5STRING 0x0010 269 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 625 B_ASN1_IA5STRING| \ 641 B_ASN1_IA5STRING| \ 700 B_ASN1_IA5STRING) [all...] |
x_name.c | 390 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|
tasn_dec.c | 102 B_ASN1_T61STRING,B_ASN1_VIDEOTEXSTRING,B_ASN1_IA5STRING, /* tags 20-22 */
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
asn1.h | 130 #define B_ASN1_IA5STRING 0x0010 257 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 590 B_ASN1_IA5STRING| \ 606 B_ASN1_IA5STRING| \ 665 B_ASN1_IA5STRING) [all...] |
/external/openssl/include/openssl/ |
asn1.h | 139 #define B_ASN1_IA5STRING 0x0010 269 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 625 B_ASN1_IA5STRING| \ 641 B_ASN1_IA5STRING| \ 700 B_ASN1_IA5STRING) [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x_name.c | 398 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|