Home
last modified time | relevance | path

Searched refs:B_ASN1_T61STRING (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_mbstr.c125 else if (mask & B_ASN1_T61STRING) in ASN1_mbstring_ncopy()
291 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
292 types &= ~B_ASN1_T61STRING; in type_str()
H A Da_strnid.c62 mask = ~((unsigned long)B_ASN1_T61STRING); in ASN1_STRING_set_default_mask_asc()
H A Dtasn_dec.c78 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h101 # define B_ASN1_T61STRING 0x0004 macro
220 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
598 B_ASN1_T61STRING| \
H A Dasn1.h.in102 # define B_ASN1_T61STRING 0x0004 macro
197 (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)
527 B_ASN1_T61STRING| \
/freebsd/crypto/openssl/crypto/x509/
H A Dx_name.c385 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \