/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 216 if (asn1_tags.imp_class == V_ASN1_UNIVERSAL in generate_v3() 303 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 308 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 313 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) in asn1_cb() 318 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1)) in asn1_cb() 371 *pclass = V_ASN1_UNIVERSAL; in parse_tagging()
|
H A D | tasn_dec.c | 240 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_embed_d2i() 343 aclass = V_ASN1_UNIVERSAL; in asn1_item_embed_d2i() 603 skaclass = V_ASN1_UNIVERSAL; in asn1_template_noexp_d2i() 740 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 745 aclass = V_ASN1_UNIVERSAL; in asn1_d2i_ex_primitive() 799 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) { in asn1_d2i_ex_primitive()
|
H A D | tasn_enc.c | 169 | V_ASN1_UNIVERSAL; in ASN1_item_ex_i2d() 296 skaclass = V_ASN1_UNIVERSAL; in asn1_template_ex_i2d()
|
H A D | a_object.c | 42 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL); in i2d_ASN1_OBJECT()
|
H A D | bio_asn1.c | 124 ctx->asn1_class = V_ASN1_UNIVERSAL; in asn1_bio_init()
|
/third_party/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 216 if (asn1_tags.imp_class == V_ASN1_UNIVERSAL in generate_v3() 303 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 308 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 313 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) in asn1_cb() 318 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1)) in asn1_cb() 371 *pclass = V_ASN1_UNIVERSAL; in parse_tagging()
|
H A D | tasn_dec.c | 240 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_embed_d2i() 343 aclass = V_ASN1_UNIVERSAL; in asn1_item_embed_d2i() 603 skaclass = V_ASN1_UNIVERSAL; in asn1_template_noexp_d2i() 740 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 745 aclass = V_ASN1_UNIVERSAL; in asn1_d2i_ex_primitive() 799 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) { in asn1_d2i_ex_primitive()
|
H A D | tasn_enc.c | 169 | V_ASN1_UNIVERSAL; in ASN1_item_ex_i2d() 296 skaclass = V_ASN1_UNIVERSAL; in asn1_template_ex_i2d()
|
H A D | a_object.c | 42 ASN1_put_object(&p, 0, a->length, V_ASN1_OBJECT, V_ASN1_UNIVERSAL); in i2d_ASN1_OBJECT()
|
H A D | bio_asn1.c | 124 ctx->asn1_class = V_ASN1_UNIVERSAL; in asn1_bio_init()
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL); in STACK_OF()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 266 ASN1_put_object(&tmpval, 0, len, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL); in STACK_OF()
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 402 ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL); in OBJ_txt2obj()
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 402 ASN1_put_object(&p, 0, i, V_ASN1_OBJECT, V_ASN1_UNIVERSAL); in OBJ_txt2obj()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 191 if (aclass != V_ASN1_UNIVERSAL) {
|
/third_party/openssl/crypto/x509/ |
H A D | x_pubkey.c | 191 if (aclass != V_ASN1_UNIVERSAL) {
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 35 # define V_ASN1_UNIVERSAL 0x00 macro
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 3438 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER || in ldap_ExtendedResponse_parse() 3458 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 3438 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER || in ldap_ExtendedResponse_parse() 3458 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 44 # define V_ASN1_UNIVERSAL 0x00 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1.h | 44 # define V_ASN1_UNIVERSAL 0x00 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1.h | 44 # define V_ASN1_UNIVERSAL 0x00 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1.h | 44 # define V_ASN1_UNIVERSAL 0x00 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1.h | 44 # define V_ASN1_UNIVERSAL 0x00 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1.h | 44 # define V_ASN1_UNIVERSAL 0x00 macro
|