Searched refs:V_ASN1_UNIVERSAL (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 277 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/ |
D | tasn_dec.c | 236 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()
|
D | a_bool.c | 80 ASN1_put_object(&p, 0, 1, V_ASN1_BOOLEAN, V_ASN1_UNIVERSAL); in i2d_ASN1_BOOLEAN()
|
D | tasn_enc.c | 212 | V_ASN1_UNIVERSAL; in ASN1_item_ex_i2d() 330 skaclass = V_ASN1_UNIVERSAL; in asn1_template_ex_i2d()
|
D | a_object.c | 90 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL); in i2d_ASN1_OBJECT()
|
D | asn1_lib.c | 150 if (xclass == V_ASN1_UNIVERSAL && tag > V_ASN1_MAX_UNIVERSAL) in ASN1_get_object()
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 82 #define V_ASN1_UNIVERSAL 0x00 macro
|