Searched refs:ENGINE (Results 126 - 150 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
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...]
H A De_aep.c102 static int aep_init(ENGINE *e);
103 static int aep_finish(ENGINE *e);
104 static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
105 static int aep_destroy(ENGINE *e);
260 /* Constants used when creating the ENGINE */
268 * "dynamic" ENGINE support too
270 static int bind_aep(ENGINE *e)
348 static int bind_helper(ENGINE *e, const char *id)
360 static ENGINE *engine_aep(void)
362 ENGINE *re
[all...]
H A De_cswift.c103 static int cswift_destroy(ENGINE *e);
104 static int cswift_init(ENGINE *e);
105 static int cswift_finish(ENGINE *e);
106 static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
225 /* Constants used when creating the ENGINE */
231 * "dynamic" ENGINE support too
233 static int bind_helper(ENGINE *e)
289 static ENGINE *engine_cswift(void)
291 ENGINE *ret = ENGINE_new();
304 ENGINE *toad
[all...]
H A De_ubsec.c91 static int ubsec_destroy(ENGINE *e);
92 static int ubsec_init(ENGINE *e);
93 static int ubsec_finish(ENGINE *e);
94 static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
198 /* Constants used when creating the ENGINE */
204 * "dynamic" ENGINE support too
206 static int bind_helper(ENGINE *e)
265 static ENGINE *engine_ubsec(void)
267 ENGINE *ret = ENGINE_new();
280 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand.h97 int RAND_set_rand_engine(ENGINE *engine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_ctl.c49 int gost_control_func(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drand.h98 int RAND_set_rand_engine(ENGINE *engine);
H A Ddh.h139 ENGINE *engine;
173 DH *DH_new_method(ENGINE *engine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_ctl.c49 int gost_control_func(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand.h98 int RAND_set_rand_engine(ENGINE *engine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmac.h95 const EVP_MD *md, ENGINE *impl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand.h97 int RAND_set_rand_engine(ENGINE *engine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmac.h95 const EVP_MD *md, ENGINE *impl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkeyutl.c77 char *passargin, int pkey_op, ENGINE *e,
81 const char *file, ENGINE* e);
93 ENGINE *e = NULL;
405 char *passargin, int pkey_op, ENGINE *e,
410 ENGINE *impl = NULL;
503 const char *file, ENGINE* e)
506 ENGINE* engine = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkeyutl.c77 char *passargin, int pkey_op, ENGINE *e,
81 const char *file, ENGINE* e);
93 ENGINE *e = NULL;
405 char *passargin, int pkey_op, ENGINE *e,
410 ENGINE *impl = NULL;
503 const char *file, ENGINE* e)
506 ENGINE* engine = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_openssl.c118 static ENGINE *engine_persist = NULL; /* GLOBAL */
121 static ENGINE *
124 ENGINE *e = ENGINE_by_id ("dynamic");
137 static ENGINE *
140 ENGINE *e = NULL;
360 ENGINE *e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c63 /* ENGINE general include */
133 /* Function for ENGINE detection and control */
134 static int zencod_destroy(ENGINE *e);
135 static int zencod_init(ENGINE *e);
136 static int zencod_finish(ENGINE *e);
137 static int zencod_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
179 static int engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids,
183 static int engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
197 * Our internal RSA_METHOD specific to zencod ENGINE providing pointers to
219 * Our internal DSA_METHOD specific to zencod ENGINE providin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c66 /* ENGINE general include */
129 /* Function for ENGINE detection and control */
130 static int zencod_destroy ( ENGINE *e ) ;
131 static int zencod_init ( ENGINE *e ) ;
132 static int zencod_finish ( ENGINE *e ) ;
133 static int zencod_ctrl ( ENGINE *e, int cmd, long i, void *p, void (*f) () ) ;
169 static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid ) ;
172 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid ) ;
187 /* Our internal RSA_METHOD specific to zencod ENGINE providing pointers to our function */
207 /* Our internal DSA_METHOD specific to zencod ENGINE providin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c63 /* ENGINE general include */
133 /* Function for ENGINE detection and control */
134 static int zencod_destroy(ENGINE *e);
135 static int zencod_init(ENGINE *e);
136 static int zencod_finish(ENGINE *e);
137 static int zencod_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
179 static int engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids,
183 static int engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
197 * Our internal RSA_METHOD specific to zencod ENGINE providing pointers to
219 * Our internal DSA_METHOD specific to zencod ENGINE providin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_aep.c102 static int aep_init(ENGINE *e);
103 static int aep_finish(ENGINE *e);
104 static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
105 static int aep_destroy(ENGINE *e);
260 /* Constants used when creating the ENGINE */
268 * "dynamic" ENGINE support too
270 static int bind_aep(ENGINE *e)
348 static int bind_helper(ENGINE *e, const char *id)
360 static ENGINE *engine_aep(void)
362 ENGINE *re
[all...]
H A De_cswift.c103 static int cswift_destroy(ENGINE *e);
104 static int cswift_init(ENGINE *e);
105 static int cswift_finish(ENGINE *e);
106 static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
225 /* Constants used when creating the ENGINE */
231 * "dynamic" ENGINE support too
233 static int bind_helper(ENGINE *e)
289 static ENGINE *engine_cswift(void)
291 ENGINE *ret = ENGINE_new();
304 ENGINE *toad
[all...]
H A De_ubsec.c91 static int ubsec_destroy(ENGINE *e);
92 static int ubsec_init(ENGINE *e);
93 static int ubsec_finish(ENGINE *e);
94 static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
198 /* Constants used when creating the ENGINE */
204 * "dynamic" ENGINE support too
206 static int bind_helper(ENGINE *e)
265 static ENGINE *engine_ubsec(void)
267 ENGINE *ret = ENGINE_new();
280 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c96 static int aep_init(ENGINE *e);
97 static int aep_finish(ENGINE *e);
98 static int aep_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
99 static int aep_destroy(ENGINE *e);
251 /* Constants used when creating the ENGINE */
259 * "dynamic" ENGINE support too */
260 static int bind_aep(ENGINE *e)
337 static int bind_helper(ENGINE *e, const char *id)
348 static ENGINE *engine_aep(void)
350 ENGINE *re
[all...]
H A De_cswift.c103 static int cswift_destroy(ENGINE *e);
104 static int cswift_init(ENGINE *e);
105 static int cswift_finish(ENGINE *e);
106 static int cswift_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
225 /* Constants used when creating the ENGINE */
230 * "dynamic" ENGINE support too */
231 static int bind_helper(ENGINE *e)
286 static ENGINE *engine_cswift(void)
288 ENGINE *ret = ENGINE_new();
302 ENGINE *toad
[all...]
H A De_ubsec.c92 static int ubsec_destroy(ENGINE *e);
93 static int ubsec_init(ENGINE *e);
94 static int ubsec_finish(ENGINE *e);
95 static int ubsec_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
197 /* Constants used when creating the ENGINE */
202 * "dynamic" ENGINE support too */
203 static int bind_helper(ENGINE *e)
261 static ENGINE *engine_ubsec(void)
263 ENGINE *ret = ENGINE_new();
277 ENGINE *toad
[all...]

Completed in 270 milliseconds

1234567891011>>