/external/openssl/crypto/x509/ |
x509_obj.c | 119 type == V_ASN1_VISIBLESTRING || 122 type == V_ASN1_VISIBLESTRING ||
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
a_type.c | 144 case V_ASN1_VISIBLESTRING:
|
asn1_par.c | 207 (tag == V_ASN1_VISIBLESTRING) ||
|
tasn_enc.c | 662 case V_ASN1_VISIBLESTRING:
|
tasn_dec.c | 970 case V_ASN1_VISIBLESTRING: [all...] |
/external/openssl/crypto/asn1/ |
a_type.c | 146 case V_ASN1_VISIBLESTRING:
|
asn1_gen.c | 581 ASN1_GEN_STR("VISIBLESTRING", V_ASN1_VISIBLESTRING), 582 ASN1_GEN_STR("VISIBLE", V_ASN1_VISIBLESTRING), 734 case V_ASN1_VISIBLESTRING:
|
asn1.h | 128 #define V_ASN1_VISIBLESTRING 26 /* alias */ 662 #define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) 751 ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) 754 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\ [all...] |
asn1_par.c | 208 (tag == V_ASN1_VISIBLESTRING) ||
|
tasn_enc.c | 665 case V_ASN1_VISIBLESTRING:
|
tasn_dec.c | 1007 case V_ASN1_VISIBLESTRING:
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
asn1_gen.c | 584 ASN1_GEN_STR("VISIBLESTRING", V_ASN1_VISIBLESTRING), 585 ASN1_GEN_STR("VISIBLE", V_ASN1_VISIBLESTRING), 737 case V_ASN1_VISIBLESTRING:
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
asn1.h | 119 #define V_ASN1_VISIBLESTRING 26 /* alias */ 627 #define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) 716 ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) 719 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\ [all...] |
/external/openssl/include/openssl/ |
asn1.h | 128 #define V_ASN1_VISIBLESTRING 26 /* alias */ 662 #define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) 751 ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) 754 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\ [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_cpols.c | 304 else nref->organization->type = V_ASN1_VISIBLESTRING;
|
/external/openssl/crypto/x509v3/ |
v3_cpols.c | 296 else nref->organization->type = V_ASN1_VISIBLESTRING;
|