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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dstack.h73 // of a specific type of object has type |STACK_OF(type)|. This can be defined
86 // STACK_OF(FOO), the macros would be sk_FOO_new, sk_FOO_pop etc.
112 #define STACK_OF(type) struct stack_st_##type macro
114 #define DECLARE_STACK_OF(type) STACK_OF(type);
218 // |STACK_OF(T)|.
235 struct StackTraits<STACK_OF(name)> { \
257 static inline OPENSSL_UNUSED STACK_OF(name) * \
259 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
262 static inline OPENSSL_UNUSED STACK_OF(name) *sk_##name##_new_null(void) { \
263 return (STACK_OF(nam
[all...]
H A Dex_data.h195 STACK_OF(void) *sk;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dinternal.h574 STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth;

Completed in 30 milliseconds