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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c75 typedef struct st_dynamic_data_ctx dynamic_data_ctx; typedef in typeref:struct:st_dynamic_data_ctx
77 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
182 * we don't want a dynamic_data_ctx in *all* ENGINE structures of all types
192 dynamic_data_ctx *ctx = (dynamic_data_ctx *)ptr;
211 static int dynamic_set_data_ctx(ENGINE *e, dynamic_data_ctx **ctx)
213 dynamic_data_ctx *c;
214 c = OPENSSL_malloc(sizeof(dynamic_data_ctx));
219 memset(c, 0, sizeof(dynamic_data_ctx));
237 if ((*ctx = (dynamic_data_ctx *)ENGINE_get_ex_dat
[all...]

Completed in 38 milliseconds