Searched refs:MBSTRING_FLAG (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_att.c304 if (attrtype & MBSTRING_FLAG) {
331 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) {
H A Dx509name.c367 if ((type > 0) && (type & MBSTRING_FLAG))
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dasn1.h153 # define MBSTRING_FLAG 0x1000 macro
154 # define MBSTRING_UTF8 (MBSTRING_FLAG)
155 # define MBSTRING_ASC (MBSTRING_FLAG|1)
156 # define MBSTRING_BMP (MBSTRING_FLAG|2)
157 # define MBSTRING_UNIV (MBSTRING_FLAG|4)
H A Da_strex.c638 mbflag |= MBSTRING_FLAG;

Completed in 64 milliseconds