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

  /external/boringssl/src/crypto/x509/
x509_att.c 285 if(attrtype & MBSTRING_FLAG) {
307 if ((len == -1) && !(attrtype & MBSTRING_FLAG))
x509name.c 347 if((type > 0) && (type & MBSTRING_FLAG))
a_strex.c 556 mbflag |= MBSTRING_FLAG;
  /external/boringssl/src/include/openssl/
asn1.h 143 #define MBSTRING_FLAG 0x1000
144 #define MBSTRING_UTF8 (MBSTRING_FLAG)
145 #define MBSTRING_ASC (MBSTRING_FLAG|1)
146 #define MBSTRING_BMP (MBSTRING_FLAG|2)
147 #define MBSTRING_UNIV (MBSTRING_FLAG|4)
    [all...]

Completed in 89 milliseconds