Searched refs:V_ASN1_BIT_STRING (Results 1 - 10 of 10) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Da_verify.c87 if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
H A Dasn1_gen.c369 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
590 ASN1_GEN_STR("BITSTR", V_ASN1_BIT_STRING),
591 ASN1_GEN_STR("BITSTRING", V_ASN1_BIT_STRING),
779 case V_ASN1_BIT_STRING:
805 else if ((format == ASN1_GEN_FORMAT_BITLIST) && (utype == V_ASN1_BIT_STRING))
821 if ((utype == V_ASN1_BIT_STRING) && no_unused)
/external/boringssl/src/crypto/asn1/
H A Da_type.c135 case V_ASN1_BIT_STRING:
H A Da_bytes.c95 if (tag == V_ASN1_BIT_STRING)
141 if (tag == V_ASN1_BIT_STRING)
H A Dtasn_prn.c520 if (str->type == V_ASN1_BIT_STRING)
617 case V_ASN1_BIT_STRING:
H A Da_bitstr.c171 ret->type=V_ASN1_BIT_STRING;
H A Dtasn_enc.c639 case V_ASN1_BIT_STRING:
H A Dtasn_dec.c984 case V_ASN1_BIT_STRING:
/external/boringssl/include/openssl/
H A Dasn1.h94 #define V_ASN1_BIT_STRING 3 macro
541 ASN1_STRING_type_new(V_ASN1_BIT_STRING)
/external/boringssl/src/include/openssl/
H A Dasn1.h94 #define V_ASN1_BIT_STRING 3 macro
541 ASN1_STRING_type_new(V_ASN1_BIT_STRING)

Completed in 157 milliseconds