OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ENGINE_CTRL_FUNC_PTR
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/engine/
engine.h
280
typedef int (*
ENGINE_CTRL_FUNC_PTR
)(ENGINE *, int, long, void *, void (*f)(void));
478
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f);
517
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e);
[
all
...]
/external/openssl/include/openssl/
engine.h
280
typedef int (*
ENGINE_CTRL_FUNC_PTR
)(ENGINE *, int, long, void *, void (*f)(void));
478
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f);
517
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e);
[
all
...]
Completed in 21 milliseconds