Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_strnid.c106 mask = ~((unsigned long)(B_ASN1_BMPSTRING | B_ASN1_UTF8STRING)); in ASN1_STRING_set_default_mask_asc()
187 {NID_friendlyName, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
191 {NID_ms_csp_name, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}
Da_mbstr.c175 else if (mask & B_ASN1_BMPSTRING) { in ASN1_mbstring_ncopy()
328 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
329 types &= ~B_ASN1_BMPSTRING; in type_str()
Dtasn_dec.c111 B_ASN1_UNIVERSALSTRING, B_ASN1_UNKNOWN, B_ASN1_BMPSTRING, B_ASN1_UNKNOWN, /* tags
/external/boringssl/src/include/openssl/
Dasn1.h138 #define B_ASN1_BMPSTRING 0x0800 macro
263 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
596 B_ASN1_BMPSTRING|\
604 B_ASN1_BMPSTRING|\
611 B_ASN1_BMPSTRING|\
/external/boringssl/src/crypto/x509/
Dx_name.c425 (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \