Searched refs:B_ASN1_BMPSTRING (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/asn1/ |
D | a_strnid.c | 107 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)); in ASN1_STRING_set_default_mask_asc() 175 {NID_friendlyName, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}, 179 {NID_ms_csp_name, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}
|
D | a_mbstr.c | 172 else if(mask & B_ASN1_BMPSTRING) { in ASN1_mbstring_ncopy() 319 if((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str() 320 types &= ~B_ASN1_BMPSTRING; in type_str()
|
D | asn1.h | 147 #define B_ASN1_BMPSTRING 0x0800 macro 268 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING) 628 B_ASN1_BMPSTRING|\ 636 B_ASN1_BMPSTRING|\ 643 B_ASN1_BMPSTRING|\ 748 ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
|
D | x_name.c | 389 (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
|
D | tasn_dec.c | 105 B_ASN1_UNIVERSALSTRING,B_ASN1_UNKNOWN,B_ASN1_BMPSTRING,B_ASN1_UNKNOWN, /* tags 28-31 */
|
/external/openssl/include/openssl/ |
D | asn1.h | 147 #define B_ASN1_BMPSTRING 0x0800 macro 268 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING) 628 B_ASN1_BMPSTRING|\ 636 B_ASN1_BMPSTRING|\ 643 B_ASN1_BMPSTRING|\ 748 ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
|