Searched refs:ENGINE (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmac.h96 const EVP_MD *md, ENGINE *impl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decs_locl.h102 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cnf.c65 /* ENGINE config module */
76 static STACK_OF(ENGINE) *initialized_engines = NULL;
78 static int int_engine_init(ENGINE *e)
99 ENGINE *e = NULL;
106 /* Value is a section containing ENGINE commands */
120 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname,
131 /* Load a dynamic ENGINE */
146 * At this point we need an ENGINE structural reference if we
231 ENGINE *e;
H A Deng_ctrl.c59 * When querying a ENGINE-specific control command's 'description', this
66 * ENGINE in question has asked us to take care of it (ie. the ENGINE did not
107 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
179 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
231 int ENGINE_cmd_is_executable(ENGINE *e, int cmd)
247 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
263 * and only require a change of ENGINE id (without having to
265 * back to the regular software ENGINE without editing the config
284 int ENGINE_ctrl_cmd_string(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decs_locl.h102 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cnf.c65 /* ENGINE config module */
76 static STACK_OF(ENGINE) *initialized_engines = NULL;
78 static int int_engine_init(ENGINE *e)
99 ENGINE *e = NULL;
106 /* Value is a section containing ENGINE commands */
120 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname,
131 /* Load a dynamic ENGINE */
146 * At this point we need an ENGINE structural reference if we
231 ENGINE *e;
H A Deng_ctrl.c59 * When querying a ENGINE-specific control command's 'description', this
66 * ENGINE in question has asked us to take care of it (ie. the ENGINE did not
107 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
179 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
231 int ENGINE_cmd_is_executable(ENGINE *e, int cmd)
247 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
263 * and only require a change of ENGINE id (without having to
265 * back to the regular software ENGINE without editing the config
284 int ENGINE_ctrl_cmd_string(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.h247 const char *pass, ENGINE *e, const char *cert_descrip);
252 const char *pass, ENGINE *e, const char *key_descrip);
254 const char *pass, ENGINE *e, const char *key_descrip);
256 const char *pass, ENGINE *e,
259 const char *pass, ENGINE *e,
263 ENGINE *setup_engine(BIO *err, const char *engine, int debug);
326 const char *algname, ENGINE *e, int do_param);
H A Dgenpkey.c70 const char *file, ENGINE *e);
79 ENGINE *e = NULL;
285 const char *file, ENGINE *e)
330 const char *algname, ENGINE *e, int do_param)
334 ENGINE *tmpeng = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.h247 const char *pass, ENGINE *e, const char *cert_descrip);
252 const char *pass, ENGINE *e, const char *key_descrip);
254 const char *pass, ENGINE *e, const char *key_descrip);
256 const char *pass, ENGINE *e,
259 const char *pass, ENGINE *e,
263 ENGINE *setup_engine(BIO *err, const char *engine, int debug);
326 const char *algname, ENGINE *e, int do_param);
H A Dgenpkey.c70 const char *file, ENGINE *e);
79 ENGINE *e = NULL;
285 const char *file, ENGINE *e)
330 const char *algname, ENGINE *e, int do_param)
334 ENGINE *tmpeng = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c79 static int ibmca_destroy(ENGINE *e);
80 static int ibmca_init(ENGINE *e);
81 static int ibmca_finish(ENGINE *e);
82 static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
204 /* Constants used when creating the ENGINE */
210 * "dynamic" ENGINE support too
212 static int bind_helper(ENGINE *e)
280 static ENGINE *engine_ibmca(void)
282 ENGINE *ret = ENGINE_new();
298 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c78 static int ibmca_destroy(ENGINE *e);
79 static int ibmca_init(ENGINE *e);
80 static int ibmca_finish(ENGINE *e);
81 static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
206 /* Constants used when creating the ENGINE */
211 * "dynamic" ENGINE support too */
212 static int bind_helper(ENGINE *e)
278 static ENGINE *engine_ibmca(void)
280 ENGINE *ret = ENGINE_new();
297 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c79 static int ibmca_destroy(ENGINE *e);
80 static int ibmca_init(ENGINE *e);
81 static int ibmca_finish(ENGINE *e);
82 static int ibmca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
204 /* Constants used when creating the ENGINE */
210 * "dynamic" ENGINE support too
212 static int bind_helper(ENGINE *e)
280 static ENGINE *engine_ibmca(void)
282 ENGINE *ret = ENGINE_new();
298 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h266 const char *pass, ENGINE *e, const char *cert_descrip);
268 const char *pass, ENGINE *e, const char *key_descrip);
270 const char *pass, ENGINE *e, const char *key_descrip);
272 const char *pass, ENGINE *e, const char *cert_descrip);
275 ENGINE *setup_engine(BIO *err, const char *engine, int debug);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_ctrl.c58 /* When querying a ENGINE-specific control command's 'description', this string
63 * ENGINE in question has asked us to take care of it (ie. the ENGINE did not
103 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p,
182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
235 int ENGINE_cmd_is_executable(ENGINE *e, int cmd)
251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
268 * multiple ENGINEs and only require a change of ENGINE id
270 * from a hardware device back to the regular software ENGINE
288 int ENGINE_ctrl_cmd_string(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_lib.c75 /* non-NULL if default_RAND_meth is ENGINE-provided */
76 static ENGINE *funct_ref = NULL;
96 ENGINE *e = ENGINE_get_default_RAND();
114 int RAND_set_rand_engine(ENGINE *engine)
126 /* This function releases any prior ENGINE so call it first */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dm_sigver.c68 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
117 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
123 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_lib.c75 /* non-NULL if default_RAND_meth is ENGINE-provided */
76 static ENGINE *funct_ref = NULL;
96 ENGINE *e = ENGINE_get_default_RAND();
114 int RAND_set_rand_engine(ENGINE *engine)
126 /* This function releases any prior ENGINE so call it first */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dm_sigver.c68 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey,
117 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
123 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_sureware.c84 static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p,
86 static int surewarehk_destroy(ENGINE *e);
87 static int surewarehk_init(ENGINE *e);
88 static int surewarehk_finish(ENGINE *e);
106 static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id,
109 static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id,
232 static int bind_sureware(ENGINE *e)
305 static int bind_helper(ENGINE *e, const char *id)
317 static ENGINE *engine_sureware(void)
319 ENGINE *re
[all...]
H A De_chil.c98 static int hwcrhk_destroy(ENGINE *e);
99 static int hwcrhk_init(ENGINE *e);
100 static int hwcrhk_finish(ENGINE *e);
101 static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
139 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
142 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id,
232 /* Constants used when creating the ENGINE */
349 * "dynamic" ENGINE support too
351 static int bind_helper(ENGINE *e)
406 static ENGINE *engine_chi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c83 static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
84 static int surewarehk_destroy(ENGINE *e);
85 static int surewarehk_init(ENGINE *e);
86 static int surewarehk_finish(ENGINE *e);
104 static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id,
106 static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id,
223 static int bind_sureware(ENGINE *e)
297 static int bind_helper(ENGINE *e, const char *id)
308 static ENGINE *engine_sureware(void)
310 ENGINE *re
[all...]
H A De_chil.c96 static int hwcrhk_destroy(ENGINE *e);
97 static int hwcrhk_init(ENGINE *e);
98 static int hwcrhk_finish(ENGINE *e);
99 static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
134 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id,
136 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id,
232 /* Constants used when creating the ENGINE */
340 * "dynamic" ENGINE support too */
341 static int bind_helper(ENGINE *e)
395 static ENGINE *engine_chi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_sureware.c84 static int surewarehk_ctrl(ENGINE *e, int cmd, long i, void *p,
86 static int surewarehk_destroy(ENGINE *e);
87 static int surewarehk_init(ENGINE *e);
88 static int surewarehk_finish(ENGINE *e);
106 static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id,
109 static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id,
232 static int bind_sureware(ENGINE *e)
305 static int bind_helper(ENGINE *e, const char *id)
317 static ENGINE *engine_sureware(void)
319 ENGINE *re
[all...]

Completed in 140 milliseconds

1234567891011>>