HomeSort by relevance Sort by last modified time
    Searched refs:B_ASN1_BMPSTRING (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_mbstr.c 168 else if(mask & B_ASN1_BMPSTRING) {
314 if((types & B_ASN1_BMPSTRING) && (value > 0xffff))
315 types &= ~B_ASN1_BMPSTRING;
a_strnid.c 104 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING));
172 {NID_friendlyName, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
176 {NID_ms_csp_name, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}
tasn_dec.c 102 B_ASN1_UNIVERSALSTRING,B_ASN1_UNKNOWN,B_ASN1_BMPSTRING,B_ASN1_UNKNOWN, /* tags 28-31 */
    [all...]
  /external/openssl/crypto/asn1/
a_mbstr.c 172 else if(mask & B_ASN1_BMPSTRING) {
319 if((types & B_ASN1_BMPSTRING) && (value > 0xffff))
320 types &= ~B_ASN1_BMPSTRING;
a_strnid.c 107 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING));
175 {NID_friendlyName, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
179 {NID_ms_csp_name, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK}
asn1.h 147 #define B_ASN1_BMPSTRING 0x0800
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)
    [all...]
x_name.c 389 (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
tasn_dec.c 105 B_ASN1_UNIVERSALSTRING,B_ASN1_UNKNOWN,B_ASN1_BMPSTRING,B_ASN1_UNKNOWN, /* tags 28-31 */
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 138 #define B_ASN1_BMPSTRING 0x0800
256 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
593 B_ASN1_BMPSTRING|\
601 B_ASN1_BMPSTRING|\
608 B_ASN1_BMPSTRING|\
713 ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
    [all...]
  /external/openssl/include/openssl/
asn1.h 147 #define B_ASN1_BMPSTRING 0x0800
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)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_name.c 397 (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \

Completed in 1379 milliseconds