Searched refs:ENGINE_GEN_INT_FUNC_PTR (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Deng_int.h165 ENGINE_GEN_INT_FUNC_PTR destroy;
167 ENGINE_GEN_INT_FUNC_PTR init;
168 ENGINE_GEN_INT_FUNC_PTR finish;
H A Dengine.h275 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef
456 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
457 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
458 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
491 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
492 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
493 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dengine.h262 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef
423 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
424 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
425 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
455 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
456 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
457 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);

Completed in 89 milliseconds