OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ENGINE_CLEANUP_CB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/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,
/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,
Completed in 25 milliseconds