Searched refs:EX_CALLBACK (Results 1 – 2 of 2) sorted by relevance
61 static void cleanup_cb(EX_CALLBACK *funcs) in cleanup_cb()116 EX_CALLBACK *a; in ossl_crypto_free_ex_index_ex()157 EX_CALLBACK *a; in ossl_crypto_get_ex_new_index_ex()181 a = (EX_CALLBACK *)OPENSSL_malloc(sizeof(*a)); in ossl_crypto_get_ex_new_index_ex()224 EX_CALLBACK **storage = NULL; in ossl_crypto_new_ex_data_ex()225 EX_CALLBACK *stack[10]; in ossl_crypto_new_ex_data_ex()278 EX_CALLBACK *stack[10]; in CRYPTO_dup_ex_data()279 EX_CALLBACK **storage = NULL; in CRYPTO_dup_ex_data()342 const EX_CALLBACK *excb;372 const EX_CALLBACK *f; in CRYPTO_free_ex_data()[all …]
29 typedef struct ex_callback_st EX_CALLBACK; typedef30 DEFINE_STACK_OF(EX_CALLBACK)83 STACK_OF(EX_CALLBACK) *meth;
Completed in 8 milliseconds