Home
last modified time | relevance | path

Searched refs:V_ASN1_ENUMERATED (Results 1 - 25 of 75) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_int.c576 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 Dasn1_gen.c507 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 Da_type.c81 case V_ASN1_ENUMERATED: in ASN1_TYPE_cmp()
H A Dasn1_parse.c287 } else if (tag == V_ASN1_ENUMERATED) { in asn1_parse2()
H A Dtasn_dec.c786 || utype == V_ASN1_ENUMERATED) { in asn1_d2i_ex_primitive()
890 case V_ASN1_ENUMERATED: in asn1_ex_c2i()
H A Dtasn_enc.c602 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
H A Dtasn_prn.c498 case V_ASN1_ENUMERATED: in asn1_primitive_print()
/third_party/openssl/crypto/asn1/
H A Da_int.c576 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 Dasn1_gen.c507 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 Da_type.c81 case V_ASN1_ENUMERATED: in ASN1_TYPE_cmp()
H A Dasn1_parse.c287 } else if (tag == V_ASN1_ENUMERATED) { in asn1_parse2()
H A Dtasn_dec.c786 || utype == V_ASN1_ENUMERATED) { in asn1_d2i_ex_primitive()
890 case V_ASN1_ENUMERATED: in asn1_ex_c2i()
H A Dtasn_enc.c602 case V_ASN1_ENUMERATED: in asn1_ex_i2c()
H A Dtasn_prn.c498 case V_ASN1_ENUMERATED: in asn1_primitive_print()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dasn1.rs16 pub const V_ASN1_ENUMERATED: c_int = 10; consts
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h60 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dasn1.h69 # define V_ASN1_ENUMERATED 10 macro

Completed in 35 milliseconds

123