/third_party/openssl/ohos_lite/include/internal/ |
D | constant_time.h | 32 static ossl_inline unsigned int constant_time_msb(unsigned int a); 34 static ossl_inline uint32_t constant_time_msb_32(uint32_t a); 36 static ossl_inline uint64_t constant_time_msb_64(uint64_t a); 39 static ossl_inline unsigned int constant_time_lt(unsigned int a, 42 static ossl_inline unsigned char constant_time_lt_8(unsigned int a, 45 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b); 48 static ossl_inline unsigned int constant_time_ge(unsigned int a, 51 static ossl_inline unsigned char constant_time_ge_8(unsigned int a, 55 static ossl_inline unsigned int constant_time_is_zero(unsigned int a); 57 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a); [all …]
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | constant_time.h | 33 static ossl_inline unsigned int constant_time_msb(unsigned int a); 35 static ossl_inline uint32_t constant_time_msb_32(uint32_t a); 37 static ossl_inline uint64_t constant_time_msb_64(uint64_t a); 40 static ossl_inline unsigned int constant_time_lt(unsigned int a, 43 static ossl_inline unsigned char constant_time_lt_8(unsigned int a, 46 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b); 49 static ossl_inline unsigned int constant_time_ge(unsigned int a, 52 static ossl_inline unsigned char constant_time_ge_8(unsigned int a, 56 static ossl_inline unsigned int constant_time_is_zero(unsigned int a); 58 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a); [all …]
|
D | packet.h | 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward() 39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) in PACKET_remaining() 50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() 59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data() 69 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, in PACKET_buf_init() 83 static ossl_inline void PACKET_null_init(PACKET *pkt) in PACKET_null_init() 94 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal() 107 __owur static ossl_inline int PACKET_peek_sub_packet(const PACKET *pkt, in PACKET_peek_sub_packet() 121 __owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt, in PACKET_get_sub_packet() 136 __owur static ossl_inline int PACKET_peek_net_2(const PACKET *pkt, in PACKET_peek_net_2() [all …]
|
/third_party/openssl/include/internal/ |
D | constant_time.h | 33 static ossl_inline unsigned int constant_time_msb(unsigned int a); 35 static ossl_inline uint32_t constant_time_msb_32(uint32_t a); 37 static ossl_inline uint64_t constant_time_msb_64(uint64_t a); 40 static ossl_inline unsigned int constant_time_lt(unsigned int a, 43 static ossl_inline unsigned char constant_time_lt_8(unsigned int a, 46 static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b); 49 static ossl_inline unsigned int constant_time_ge(unsigned int a, 52 static ossl_inline unsigned char constant_time_ge_8(unsigned int a, 56 static ossl_inline unsigned int constant_time_is_zero(unsigned int a); 58 static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a); [all …]
|
D | packet.h | 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward() 39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) in PACKET_remaining() 50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) in PACKET_end() 59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data() 69 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, in PACKET_buf_init() 83 static ossl_inline void PACKET_null_init(PACKET *pkt) in PACKET_null_init() 94 __owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr, in PACKET_equal() 107 __owur static ossl_inline int PACKET_peek_sub_packet(const PACKET *pkt, in PACKET_peek_sub_packet() 121 __owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt, in PACKET_get_sub_packet() 136 __owur static ossl_inline int PACKET_peek_net_2(const PACKET *pkt, in PACKET_peek_net_2() [all …]
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | safestack.h | 27 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 31 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 35 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 39 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ 43 …static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int… 47 static ossl_unused ossl_inline int sk_##t1##_reserve(STACK_OF(t1) *sk, int n) \ 51 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \ 55 static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \ 59 static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \ 63 static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \ [all …]
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | safestack.h.in | 42 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 46 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 50 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 54 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 58 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 62 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 76 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 80 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 84 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/openssl/include/openssl/ |
D | safestack.h.in | 42 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 46 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 50 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 54 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 58 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 62 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 76 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 80 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 84 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | safestack.h | 39 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \ 43 …static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF… 47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \ 51 …static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf… 55 …static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf… 59 …static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef… 69 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \ 73 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \ 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \ 81 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \ [all …]
|