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

/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_lib.c155 static STACK_OF(ENGINE_CLEANUP_ITEM) *cleanup_stack = NULL;
166 static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb)
168 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM));
177 ENGINE_CLEANUP_ITEM *item;
187 ENGINE_CLEANUP_ITEM *item;
196 static void engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item)
H A Deng_int.h108 } ENGINE_CLEANUP_ITEM; typedef in typeref:struct:st_engine_cleanup_item
109 DECLARE_STACK_OF(ENGINE_CLEANUP_ITEM)
/freebsd-10.1-release/crypto/openssl/crypto/stack/
H A Dsafestack.h695 # define sk_ENGINE_CLEANUP_ITEM_new(cmp) SKM_sk_new(ENGINE_CLEANUP_ITEM, (cmp))
696 # define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM)
697 # define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st))
698 # define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st))
699 # define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i))
700 # define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val))
701 # define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st))
702 # define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val))
703 # define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val))
704 # define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (s
[all...]

Completed in 109 milliseconds