Home
last modified time | relevance | path

Searched refs:B_ASN1_T61STRING (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_mbstr.c169 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
314 if((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
315 types &= ~B_ASN1_T61STRING; in type_str()
Da_strnid.c107 mask = ~((unsigned long)B_ASN1_T61STRING); in ASN1_STRING_set_default_mask_asc()
Dtasn_dec.c103 B_ASN1_T61STRING,B_ASN1_VIDEOTEXSTRING,B_ASN1_IA5STRING, /* tags 20-22 */
/external/boringssl/src/include/openssl/
Dasn1.h124 #define B_ASN1_T61STRING 0x0004 macro
253 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
585 B_ASN1_T61STRING| \
649 ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
/external/boringssl/src/crypto/x509/
Dx_name.c409 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \