Searched refs:B_ASN1_UTF8STRING (Results 1 - 6 of 6) sorted by relevance
/external/openssl/crypto/asn1/ |
H A D | a_strnid.c | 107 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)); 110 else if(!strcmp(p, "utf8only")) mask = B_ASN1_UTF8STRING;
|
H A D | asn1.h | 149 #define B_ASN1_UTF8STRING 0x2000 macro 268 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING) 630 B_ASN1_UTF8STRING|\ 639 B_ASN1_UTF8STRING 645 B_ASN1_UTF8STRING 769 ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
|
H A D | a_strex.c | 563 ret = ASN1_mbstring_copy(&str, in->data, in->length, mbflag, B_ASN1_UTF8STRING);
|
H A D | x_name.c | 387 (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
|
H A D | tasn_dec.c | 100 B_ASN1_UTF8STRING,B_ASN1_UNKNOWN,B_ASN1_UNKNOWN,B_ASN1_UNKNOWN,/* tags 12-15 */
|
/external/openssl/include/openssl/ |
H A D | asn1.h | 149 #define B_ASN1_UTF8STRING 0x2000 macro 268 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING) 630 B_ASN1_UTF8STRING|\ 639 B_ASN1_UTF8STRING 645 B_ASN1_UTF8STRING 769 ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
|
Completed in 119 milliseconds