/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_int.c | 27 neg = x->type & V_ASN1_NEG; in ASN1_INTEGER_cmp() 28 if (neg != (y->type & V_ASN1_NEG)) { in ASN1_INTEGER_cmp() 48 * the type: if type & V_ASN1_NEG is true it is negative, otherwise positive. 209 return i2c_ibuf(a->data, a->length, a->type & V_ASN1_NEG, pp); in ossl_i2c_ASN1_INTEGER() 312 ret->type |= V_ASN1_NEG; in ossl_c2i_ASN1_INTEGER() 314 ret->type &= ~V_ASN1_NEG; in ossl_c2i_ASN1_INTEGER() 333 if ((a->type & ~V_ASN1_NEG) != itype) { in asn1_string_get_int64() 337 return asn1_get_int64(pr, a->data, a->length, a->type & V_ASN1_NEG); in asn1_string_get_int64() 353 a->type |= V_ASN1_NEG; in asn1_string_set_int64() 356 a->type &= ~V_ASN1_NEG; in asn1_string_set_int64() [all...] |
H A D | f_int.c | 25 if (a->type & V_ASN1_NEG) { in i2a_ASN1_INTEGER() 153 bs->type = V_ASN1_INTEGER | (bs->type & V_ASN1_NEG); in a2i_ASN1_ENUMERATED()
|
H A D | tasn_prn.c | 450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_int.c | 27 neg = x->type & V_ASN1_NEG; in ASN1_INTEGER_cmp() 28 if (neg != (y->type & V_ASN1_NEG)) { in ASN1_INTEGER_cmp() 48 * the type: if type & V_ASN1_NEG is true it is negative, otherwise positive. 209 return i2c_ibuf(a->data, a->length, a->type & V_ASN1_NEG, pp); in ossl_i2c_ASN1_INTEGER() 312 ret->type |= V_ASN1_NEG; in ossl_c2i_ASN1_INTEGER() 314 ret->type &= ~V_ASN1_NEG; in ossl_c2i_ASN1_INTEGER() 333 if ((a->type & ~V_ASN1_NEG) != itype) { in asn1_string_get_int64() 337 return asn1_get_int64(pr, a->data, a->length, a->type & V_ASN1_NEG); in asn1_string_get_int64() 353 a->type |= V_ASN1_NEG; in asn1_string_set_int64() 356 a->type &= ~V_ASN1_NEG; in asn1_string_set_int64() [all...] |
H A D | f_int.c | 25 if (a->type & V_ASN1_NEG) { in i2a_ASN1_INTEGER() 153 bs->type = V_ASN1_INTEGER | (bs->type & V_ASN1_NEG); in a2i_ASN1_ENUMERATED()
|
H A D | tasn_prn.c | 450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 85 # define V_ASN1_NEG 0x100 macro 86 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 87 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | asn1.h | 94 # define V_ASN1_NEG 0x100 macro 95 # define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) 96 # define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
|