/external/openssl/crypto/pkcs12/ |
p12_attr.c | 82 V_ASN1_BIT_STRING, &us_val, 1))
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
a_type.c | 132 case V_ASN1_BIT_STRING:
|
a_bytes.c | 93 if (tag == V_ASN1_BIT_STRING) 139 if (tag == V_ASN1_BIT_STRING)
|
tasn_prn.c | 517 if (str->type == V_ASN1_BIT_STRING) 614 case V_ASN1_BIT_STRING:
|
a_bitstr.c | 162 ret->type=V_ASN1_BIT_STRING;
|
tasn_enc.c | 637 case V_ASN1_BIT_STRING:
|
tasn_dec.c | 945 case V_ASN1_BIT_STRING: [all...] |
/external/openssl/crypto/asn1/ |
a_type.c | 134 case V_ASN1_BIT_STRING:
|
asn1_gen.c | 355 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) 571 ASN1_GEN_STR("BITSTR", V_ASN1_BIT_STRING), 572 ASN1_GEN_STR("BITSTRING", V_ASN1_BIT_STRING), 760 case V_ASN1_BIT_STRING: 786 else if ((format == ASN1_GEN_FORMAT_BITLIST) && (utype == V_ASN1_BIT_STRING)) 802 if ((utype == V_ASN1_BIT_STRING) && no_unused)
|
a_bytes.c | 92 if (tag == V_ASN1_BIT_STRING) 138 if (tag == V_ASN1_BIT_STRING)
|
a_bitstr.c | 163 ret->type=V_ASN1_BIT_STRING;
|
tasn_prn.c | 504 if (str->type == V_ASN1_BIT_STRING) 602 case V_ASN1_BIT_STRING:
|
tasn_enc.c | 640 case V_ASN1_BIT_STRING:
|
asn1.h | 106 #define V_ASN1_BIT_STRING 3 580 ASN1_STRING_type_new(V_ASN1_BIT_STRING) [all...] |
tasn_dec.c | 982 case V_ASN1_BIT_STRING:
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
asn1_gen.c | 358 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) 574 ASN1_GEN_STR("BITSTR", V_ASN1_BIT_STRING), 575 ASN1_GEN_STR("BITSTRING", V_ASN1_BIT_STRING), 763 case V_ASN1_BIT_STRING: 789 else if ((format == ASN1_GEN_FORMAT_BITLIST) && (utype == V_ASN1_BIT_STRING)) 805 if ((utype == V_ASN1_BIT_STRING) && no_unused)
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
asn1.h | 97 #define V_ASN1_BIT_STRING 3 545 ASN1_STRING_type_new(V_ASN1_BIT_STRING) [all...] |
/external/openssl/include/openssl/ |
asn1.h | 106 #define V_ASN1_BIT_STRING 3 580 ASN1_STRING_type_new(V_ASN1_BIT_STRING) [all...] |
/external/openssl/apps/ |
pkcs12.c | 945 case V_ASN1_BIT_STRING:
|