Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dex_data.c53 static void cleanup_cb(EX_CALLBACK *funcs) in cleanup_cb()
108 EX_CALLBACK *a; in ossl_crypto_free_ex_index_ex()
149 EX_CALLBACK *a; in ossl_crypto_get_ex_new_index_ex()
171 a = (EX_CALLBACK *)OPENSSL_malloc(sizeof(*a)); in ossl_crypto_get_ex_new_index_ex()
216 EX_CALLBACK **storage = NULL; in ossl_crypto_new_ex_data_ex()
217 EX_CALLBACK *stack[10]; in ossl_crypto_new_ex_data_ex()
272 EX_CALLBACK *stack[10]; in CRYPTO_dup_ex_data()
273 EX_CALLBACK **storage = NULL; in CRYPTO_dup_ex_data()
338 const EX_CALLBACK *excb;
368 const EX_CALLBACK *f; in CRYPTO_free_ex_data()
[all …]
/third_party/openssl/include/internal/
Dcryptlib.h58 typedef struct ex_callback_st EX_CALLBACK; typedef
59 DEFINE_STACK_OF(EX_CALLBACK)
134 STACK_OF(EX_CALLBACK) *meth;
/third_party/openssl/ohos_lite/include/internal/
Dcryptlib.h45 typedef struct ex_callback_st EX_CALLBACK; typedef
47 DEFINE_STACK_OF(EX_CALLBACK)