Searched defs:ENGINE_CLEANUP_CB (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_int.h100 typedef void (ENGINE_CLEANUP_CB)(void); typedef
103 ENGINE_CLEANUP_CB *cb;
106 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);
107 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);
120 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,

Completed in 105 milliseconds