Home
last modified time | relevance | path

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

/external/openssl/crypto/pkcs12/
Dp12_attr.c141 if (atype->type != V_ASN1_BMPSTRING) return NULL; in PKCS12_get_friendlyname()
/external/openssl/crypto/asn1/
Da_type.c149 case V_ASN1_BMPSTRING: in IMPLEMENT_ASN1_SET_OF()
Dasn1_gen.c579 ASN1_GEN_STR("BMP", V_ASN1_BMPSTRING), in asn1_str2tag()
580 ASN1_GEN_STR("BMPSTRING", V_ASN1_BMPSTRING), in asn1_str2tag()
729 case V_ASN1_BMPSTRING: in asn1_str2type()
Da_mbstr.c173 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
Dasn1_par.c247 else if (tag == V_ASN1_BMPSTRING) in asn1_parse2()
Dasn1.h131 #define V_ASN1_BMPSTRING 30 macro
741 ASN1_STRING_type_new(V_ASN1_BMPSTRING)
744 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
Dtasn_dec.c1010 case V_ASN1_BMPSTRING: in asn1_ex_c2i()
1016 if (utype == V_ASN1_BMPSTRING && (len & 1)) in asn1_ex_c2i()
Dtasn_enc.c663 case V_ASN1_BMPSTRING: in asn1_ex_i2c()
/external/openssl/include/openssl/
Dasn1.h131 #define V_ASN1_BMPSTRING 30 macro
741 ASN1_STRING_type_new(V_ASN1_BMPSTRING)
744 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
/external/openssl/apps/
Dpkcs12.c925 case V_ASN1_BMPSTRING: in print_attribs()
Dca.c1787 if ((str->type != V_ASN1_BMPSTRING) && (str->type != V_ASN1_UTF8STRING)) in do_body()