Home
last modified time | relevance | path

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

/third_party/ulib/uboringssl/include/openssl/
A Dstack.h125 #define STACK_OF(type) struct stack_st_##type macro
127 #define DECLARE_STACK_OF(type) STACK_OF(type);
266 struct StackTraits<STACK_OF(name)> { \
303 OPENSSL_INLINE STACK_OF(name) * \
305 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
308 OPENSSL_INLINE STACK_OF(name) *sk_##name##_new_null(void) { \
309 return (STACK_OF(name) *)sk_new_null(); \
312 OPENSSL_INLINE size_t sk_##name##_num(const STACK_OF(name) *sk) { \
316 OPENSSL_INLINE void sk_##name##_zero(STACK_OF(name) *sk) { \
320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \
[all …]
A Dex_data.h195 STACK_OF(void) *sk;
/third_party/ulib/uboringssl/crypto/
A Dinternal.h573 STACK_OF(CRYPTO_EX_DATA_FUNCS) *meth; in OPENSSL_MSVC_PRAGMA()

Completed in 6 milliseconds