Home
last modified time | relevance | path

Searched refs:V_ASN1_BMPSTRING (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/pkcs12/
HDp12_attr.c111 if (atype->type != V_ASN1_BMPSTRING) in PKCS12_get_friendlyname()
/freebsd-14-stable/crypto/openssl/crypto/asn1/
HDasn1_gen.c526 ASN1_GEN_STR("BMP", V_ASN1_BMPSTRING), in asn1_str2tag()
527 ASN1_GEN_STR("BMPSTRING", V_ASN1_BMPSTRING), in asn1_str2tag()
661 case V_ASN1_BMPSTRING: in asn1_str2type()
HDa_type.c97 case V_ASN1_BMPSTRING: in ASN1_TYPE_cmp()
HDa_mbstr.c128 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
HDasn1_parse.c203 } else if (tag == V_ASN1_BMPSTRING) { in asn1_parse2()
HDtasn_dec.c910 case V_ASN1_BMPSTRING: in asn1_ex_c2i()
916 if (utype == V_ASN1_BMPSTRING && (len & 1)) { in asn1_ex_c2i()
HDtasn_enc.c620 case V_ASN1_BMPSTRING: in asn1_ex_i2c()
/freebsd-14-stable/crypto/openssl/crypto/x509/
HDv3_cpols.c269 return V_ASN1_BMPSTRING; in displaytext_str2tag()
271 return V_ASN1_BMPSTRING; in displaytext_str2tag()
/freebsd-14-stable/crypto/openssl/test/helpers/
HDpkcs12.c474 case V_ASN1_BMPSTRING: in check_asn1_string()
/freebsd-14-stable/crypto/openssl/apps/
HDpkcs12.c1144 case V_ASN1_BMPSTRING: in print_attribute()
HDca.c1564 if (str->type != V_ASN1_BMPSTRING && str->type != V_ASN1_UTF8STRING) { in do_body()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDasn1.h86 # define V_ASN1_BMPSTRING 30 macro
HDasn1.h.in87 # define V_ASN1_BMPSTRING 30 macro