OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dynamic_data_ctx
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/engine/
eng_dyn.c
71
typedef struct st_dynamic_data_ctx
dynamic_data_ctx
;
typedef in typeref:struct:st_dynamic_data_ctx
73
static int dynamic_load(ENGINE *e,
dynamic_data_ctx
*ctx);
160
* don't want a
dynamic_data_ctx
in *all* ENGINE structures of all types (this
169
dynamic_data_ctx
*ctx = (
dynamic_data_ctx
*)ptr;
186
static int dynamic_set_data_ctx(ENGINE *e,
dynamic_data_ctx
**ctx)
188
dynamic_data_ctx
*c;
189
c = OPENSSL_malloc(sizeof(
dynamic_data_ctx
));
195
memset(c, 0, sizeof(
dynamic_data_ctx
));
214
if((*ctx = (
dynamic_data_ctx
*)ENGINE_get_ex_data(e
[
all
...]
Completed in 42 milliseconds