Home
last modified time | relevance | path

Searched refs:V_ASN1_UNIVERSAL (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/x509/
Dasn1_gen.c277 if (asn1_tags.imp_class == V_ASN1_UNIVERSAL in generate_v3()
367 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb()
372 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb()
377 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) in asn1_cb()
382 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1)) in asn1_cb()
436 *pclass = V_ASN1_UNIVERSAL; in parse_tagging()
/external/boringssl/src/crypto/asn1/
Dtasn_dec.c236 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_ex_d2i()
381 aclass = V_ASN1_UNIVERSAL; in asn1_item_ex_d2i()
637 skaclass = V_ASN1_UNIVERSAL; in asn1_template_noexp_d2i()
771 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive()
776 aclass = V_ASN1_UNIVERSAL; in asn1_d2i_ex_primitive()
831 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) { in asn1_d2i_ex_primitive()
Da_bool.c80 ASN1_put_object(&p, 0, 1, V_ASN1_BOOLEAN, V_ASN1_UNIVERSAL); in i2d_ASN1_BOOLEAN()
Dtasn_enc.c212 | V_ASN1_UNIVERSAL; in ASN1_item_ex_i2d()
330 skaclass = V_ASN1_UNIVERSAL; in asn1_template_ex_i2d()
Da_object.c90 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL); in i2d_ASN1_OBJECT()
Dasn1_lib.c150 if (xclass == V_ASN1_UNIVERSAL && tag > V_ASN1_MAX_UNIVERSAL) in ASN1_get_object()
/external/boringssl/src/include/openssl/
Dasn1.h82 #define V_ASN1_UNIVERSAL 0x00 macro