/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_int.c | 576 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64() 581 return asn1_string_set_int64(a, r, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_set_int64() 595 if ((a->type & ~V_ASN1_NEG) != V_ASN1_ENUMERATED) in ASN1_ENUMERATED_get() 609 return bn_to_asn1_string(bn, ai, V_ASN1_ENUMERATED); in BN_to_ASN1_ENUMERATED() 614 return asn1_string_to_bn(ai, bn, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_to_BN()
|
H A D | asn1_gen.c | 507 ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED), in asn1_str2tag() 508 ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED), in asn1_str2tag() 615 case V_ASN1_ENUMERATED: in asn1_str2type()
|
H A D | a_type.c | 81 case V_ASN1_ENUMERATED: in ASN1_TYPE_cmp()
|
H A D | asn1_parse.c | 287 } else if (tag == V_ASN1_ENUMERATED) { in asn1_parse2()
|
H A D | tasn_dec.c | 786 || utype == V_ASN1_ENUMERATED) { in asn1_d2i_ex_primitive() 890 case V_ASN1_ENUMERATED: in asn1_ex_c2i()
|
H A D | tasn_enc.c | 602 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
|
H A D | tasn_prn.c | 498 case V_ASN1_ENUMERATED: in asn1_primitive_print()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_int.c | 576 return asn1_string_get_int64(pr, a, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_get_int64() 581 return asn1_string_set_int64(a, r, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_set_int64() 595 if ((a->type & ~V_ASN1_NEG) != V_ASN1_ENUMERATED) in ASN1_ENUMERATED_get() 609 return bn_to_asn1_string(bn, ai, V_ASN1_ENUMERATED); in BN_to_ASN1_ENUMERATED() 614 return asn1_string_to_bn(ai, bn, V_ASN1_ENUMERATED); in ASN1_ENUMERATED_to_BN()
|
H A D | asn1_gen.c | 507 ASN1_GEN_STR("ENUM", V_ASN1_ENUMERATED), in asn1_str2tag() 508 ASN1_GEN_STR("ENUMERATED", V_ASN1_ENUMERATED), in asn1_str2tag() 615 case V_ASN1_ENUMERATED: in asn1_str2type()
|
H A D | a_type.c | 81 case V_ASN1_ENUMERATED: in ASN1_TYPE_cmp()
|
H A D | asn1_parse.c | 287 } else if (tag == V_ASN1_ENUMERATED) { in asn1_parse2()
|
H A D | tasn_dec.c | 786 || utype == V_ASN1_ENUMERATED) { in asn1_d2i_ex_primitive() 890 case V_ASN1_ENUMERATED: in asn1_ex_c2i()
|
H A D | tasn_enc.c | 602 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
|
H A D | tasn_prn.c | 498 case V_ASN1_ENUMERATED: in asn1_primitive_print()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | asn1.rs | 16 pub const V_ASN1_ENUMERATED: c_int = 10; consts
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 60 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | asn1.h | 69 # define V_ASN1_ENUMERATED 10 macro
|