Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_local.h50 typedef void (ENGINE_CLEANUP_CB) (void); typedef
52 ENGINE_CLEANUP_CB *cb;
55 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);
56 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
74 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
Deng_lib.c126 static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb) in int_cleanup_item()
138 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb) in engine_cleanup_add_first()
149 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb) in engine_cleanup_add_last()
Deng_table.c82 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, in engine_table_register()
/third_party/openssl/util/
Dindent.pro208 -T ENGINE_CLEANUP_CB