HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE_CLEANUP_CB (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/engine/
eng_int.h 100 typedef void (ENGINE_CLEANUP_CB)(void);
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,
eng_lib.c 159 static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb)
167 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb)
175 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb)
eng_table.c 130 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,

Completed in 437 milliseconds