Searched refs:MBSTRING_FLAG (Results 1 – 7 of 7) sorted by relevance
342 #define MBSTRING_FLAG 0x1000 macro343 #define MBSTRING_UTF8 (MBSTRING_FLAG)347 #define MBSTRING_ASC (MBSTRING_FLAG | 1)348 #define MBSTRING_BMP (MBSTRING_FLAG | 2)349 #define MBSTRING_UNIV (MBSTRING_FLAG | 4)
282 if (attrtype & MBSTRING_FLAG) { in X509_ATTRIBUTE_set1_data()308 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { in X509_ATTRIBUTE_set1_data()
361 if ((type > 0) && (type & MBSTRING_FLAG)) in X509_NAME_ENTRY_set_data()
723 #define MBSTRING_FLAG 0x1000 macro724 #define MBSTRING_UTF8 (MBSTRING_FLAG)725 #define MBSTRING_ASC (MBSTRING_FLAG | 1)726 #define MBSTRING_BMP (MBSTRING_FLAG | 2)727 #define MBSTRING_UNIV (MBSTRING_FLAG | 4)
295 if (attrtype & MBSTRING_FLAG) { in X509_ATTRIBUTE_set1_data()324 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { in X509_ATTRIBUTE_set1_data()
360 if ((type > 0) && (type & MBSTRING_FLAG)) in X509_NAME_ENTRY_set_data()
642 mbflag |= MBSTRING_FLAG; in ASN1_STRING_to_UTF8()