Home
last modified time | relevance | path

Searched refs:ENGINE_CLEANUP_ITEM (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/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) in int_cleanup_item()
168 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM)); in int_cleanup_item()
177 ENGINE_CLEANUP_ITEM *item; in engine_cleanup_add_first()
187 ENGINE_CLEANUP_ITEM *item; in engine_cleanup_add_last()
196 static void engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) in engine_cleanup_cb_free()
H A Deng_int.h108 } ENGINE_CLEANUP_ITEM; typedef
109 DECLARE_STACK_OF(ENGINE_CLEANUP_ITEM)
/minix3/crypto/external/bsd/openssl/dist/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, (st), (val))
[all …]
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro240 -T ENGINE_CLEANUP_ITEM