Searched refs:B_ASN1_BMPSTRING (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Da_strnid.c120 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING));
281 .mask = B_ASN1_BMPSTRING,
309 .mask = B_ASN1_BMPSTRING,
H A Da_mbstr.c177 else if (mask & B_ASN1_BMPSTRING) {
358 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff))
359 types &= ~B_ASN1_BMPSTRING;
H A Dasn1_types.c229 .bit_value = B_ASN1_BMPSTRING,
H A Dasn1.h139 #define B_ASN1_BMPSTRING 0x0800 macro
209 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
490 B_ASN1_BMPSTRING|\
498 B_ASN1_BMPSTRING|\
505 B_ASN1_BMPSTRING|\
H A Dx_name.c537 (B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1api.c56 [30] = B_ASN1_BMPSTRING,

Completed in 197 milliseconds