Home
last modified time | relevance | path

Searched refs:STACK_OF (Results 1 - 25 of 1703) sorted by relevance

12345678910>>...69

/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h40 STACK_OF(X509_NAME_ENTRY) *entries; /* DN components */
73 STACK_OF(X509_ATTRIBUTE) *attributes;
95 STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
96 STACK_OF(X509_EXTENSION) *extensions; /* extensions: optional */
118 STACK_OF(GENERAL_NAMES) *issuers;
133 STACK_OF(X509_EXTENSION) *extensions; /* CRL entry extensions: optional */
135 STACK_OF(GENERAL_NAME) *issuer;
153 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */
154 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */
157 STACK_OF(X509_ALGO
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dsafestack.h20 # define STACK_OF(type) struct stack_st_##type macro
23 STACK_OF(t1); \
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) \
37 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
39 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \
41 return (STACK_OF(t1) *)OPENSSL_sk_new_null(); \
43 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int n) \
45 return (STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
H A Dsafestack.h31 # define STACK_OF(type) struct stack_st_##type macro
35 STACK_OF(t1); \
43 static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
47 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
65 STACK_OF(t1); \
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) \
79 return (STACK_OF(t1) *)OPENSSL_sk_new((OPENSSL_sk_compfunc)compare); \
81 static ossl_unused ossl_inline STACK_OF(t
[all...]

Completed in 216 milliseconds

12345678910>>...69