Searched refs:V_ASN1_BMPSTRING (Results 1 – 11 of 11) sorted by relevance
/external/openssl/crypto/pkcs12/ |
D | p12_attr.c | 141 if (atype->type != V_ASN1_BMPSTRING) return NULL; in PKCS12_get_friendlyname()
|
/external/openssl/crypto/asn1/ |
D | a_type.c | 149 case V_ASN1_BMPSTRING: in IMPLEMENT_ASN1_SET_OF()
|
D | asn1_gen.c | 579 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()
|
D | a_mbstr.c | 173 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
|
D | asn1_par.c | 247 else if (tag == V_ASN1_BMPSTRING) in asn1_parse2()
|
D | asn1.h | 131 #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,\
|
D | tasn_dec.c | 1010 case V_ASN1_BMPSTRING: in asn1_ex_c2i() 1016 if (utype == V_ASN1_BMPSTRING && (len & 1)) in asn1_ex_c2i()
|
D | tasn_enc.c | 663 case V_ASN1_BMPSTRING: in asn1_ex_i2c()
|
/external/openssl/include/openssl/ |
D | asn1.h | 131 #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/ |
D | pkcs12.c | 925 case V_ASN1_BMPSTRING: in print_attribs()
|
D | ca.c | 1787 if ((str->type != V_ASN1_BMPSTRING) && (str->type != V_ASN1_UTF8STRING)) in do_body()
|