OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENGINE_CTRL_FUNC_PTR
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_int.h
179
ENGINE_CTRL_FUNC_PTR
ctrl;
eng_lib.c
266
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f)
309
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e)
engine.h
287
typedef int (*
ENGINE_CTRL_FUNC_PTR
)(ENGINE *, int, long, void *, void (*f)(void));
487
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f);
526
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e);
[
all
...]
/external/openssl/crypto/engine/
eng_int.h
179
ENGINE_CTRL_FUNC_PTR
ctrl;
eng_lib.c
266
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f)
309
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e)
engine.h
287
typedef int (*
ENGINE_CTRL_FUNC_PTR
)(ENGINE *, int, long, void *, void (*f)(void));
487
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f);
526
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h
287
typedef int (*
ENGINE_CTRL_FUNC_PTR
)(ENGINE *, int, long, void *, void (*f)(void));
487
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f);
526
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e);
[
all
...]
/external/openssl/include/openssl/
engine.h
287
typedef int (*
ENGINE_CTRL_FUNC_PTR
)(ENGINE *, int, long, void *, void (*f)(void));
487
int ENGINE_set_ctrl_function(ENGINE *e,
ENGINE_CTRL_FUNC_PTR
ctrl_f);
526
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(const ENGINE *e);
[
all
...]
Completed in 302 milliseconds