Searched refs:ENGINE (Results 76 - 100 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_locl.h82 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cnf.c64 /* ENGINE config module */
75 static STACK_OF(ENGINE) *initialized_engines = NULL;
77 static int int_engine_init(ENGINE *e)
100 ENGINE *e = NULL;
105 /* Value is a section containing ENGINE commands */
120 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
128 /* Load a dynamic ENGINE */
144 /* At this point we need an ENGINE structural reference
226 ENGINE *e;
H A Deng_table.c66 STACK_OF(ENGINE) *sk;
67 /* The default ENGINE to perform this algorithm/mode. */
68 ENGINE *funct;
118 ENGINE *e, const int *nids, int num_nids, int setdefault)
151 /* if 'setdefault', this ENGINE goes to the head of the list */
175 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e)
191 static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb,ENGINE_PILE *,ENGINE *)
192 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
223 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
225 ENGINE *engine_table_select_tm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cmac/
H A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_locl.h92 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_fat.c64 int ENGINE_set_default(ENGINE *e, unsigned int flags)
137 int ENGINE_set_default_string(ENGINE *e, const char *def_list)
149 int ENGINE_register_complete(ENGINE *e)
175 ENGINE *e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cmac/
H A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_locl.h92 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_fat.c64 int ENGINE_set_default(ENGINE *e, unsigned int flags)
137 int ENGINE_set_default_string(ENGINE *e, const char *def_list)
149 int ENGINE_register_complete(ENGINE *e)
175 ENGINE *e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_gmp.c70 * ENGINE that uses the GMP library to perform RSA private key operations. To
80 * balanced for this chip, and so the performance degradation in this ENGINE by
105 static int e_gmp_destroy(ENGINE *e);
106 static int e_gmp_init(ENGINE *e);
107 static int e_gmp_finish(ENGINE *e);
108 static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
153 /* Constants used when creating the ENGINE */
159 * "dynamic" ENGINE support too
161 static int bind_helper(ENGINE *e)
192 static ENGINE *engine_gm
[all...]
H A De_atalla.c89 static int atalla_destroy(ENGINE *e);
90 static int atalla_init(ENGINE *e);
91 static int atalla_finish(ENGINE *e);
92 static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
190 /* Constants used when creating the ENGINE */
196 * "dynamic" ENGINE support too
198 static int bind_helper(ENGINE *e)
266 static ENGINE *engine_atalla(void)
268 ENGINE *ret = ENGINE_new();
281 ENGINE *toad
[all...]
H A De_4758cca.c80 static int ibm_4758_cca_destroy(ENGINE *e);
81 static int ibm_4758_cca_init(ENGINE *e);
82 static int ibm_4758_cca_finish(ENGINE *e);
83 static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p,
102 static EVP_PKEY *ibm_4758_load_privkey(ENGINE *, const char *,
105 static EVP_PKEY *ibm_4758_load_pubkey(ENGINE *, const char *,
227 static int bind_helper(ENGINE *e)
251 static ENGINE *engine_4758_cca(void)
253 ENGINE *ret = ENGINE_new();
265 ENGINE *e_475
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_gmp.c70 * ENGINE that uses the GMP library to perform RSA private key operations. To
80 * balanced for this chip, and so the performance degradation in this ENGINE by
105 static int e_gmp_destroy(ENGINE *e);
106 static int e_gmp_init(ENGINE *e);
107 static int e_gmp_finish(ENGINE *e);
108 static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
153 /* Constants used when creating the ENGINE */
159 * "dynamic" ENGINE support too
161 static int bind_helper(ENGINE *e)
192 static ENGINE *engine_gm
[all...]
H A De_atalla.c89 static int atalla_destroy(ENGINE *e);
90 static int atalla_init(ENGINE *e);
91 static int atalla_finish(ENGINE *e);
92 static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
190 /* Constants used when creating the ENGINE */
196 * "dynamic" ENGINE support too
198 static int bind_helper(ENGINE *e)
266 static ENGINE *engine_atalla(void)
268 ENGINE *ret = ENGINE_new();
281 ENGINE *toad
[all...]
H A De_4758cca.c80 static int ibm_4758_cca_destroy(ENGINE *e);
81 static int ibm_4758_cca_init(ENGINE *e);
82 static int ibm_4758_cca_finish(ENGINE *e);
83 static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p,
102 static EVP_PKEY *ibm_4758_load_privkey(ENGINE *, const char *,
105 static EVP_PKEY *ibm_4758_load_pubkey(ENGINE *, const char *,
227 static int bind_helper(ENGINE *e)
251 static ENGINE *engine_4758_cca(void)
253 ENGINE *ret = ENGINE_new();
265 ENGINE *e_475
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c80 static int cluster_labs_destroy(ENGINE *e);
81 static int cluster_labs_init(ENGINE *e);
82 static int cluster_labs_finish(ENGINE *e);
83 static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p,
208 static int bind_helper(ENGINE *e)
235 static ENGINE *engine_cluster_labs(void)
237 ENGINE *ret = ENGINE_new();
254 ENGINE *cluster_labs = engine_cluster_labs();
264 static int cluster_labs_destroy(ENGINE *e)
295 int cluster_labs_init(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c80 static int cluster_labs_destroy(ENGINE *e);
81 static int cluster_labs_init(ENGINE *e);
82 static int cluster_labs_finish(ENGINE *e);
83 static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
207 static int bind_helper(ENGINE *e)
234 static ENGINE *engine_cluster_labs(void)
236 ENGINE *ret = ENGINE_new();
254 ENGINE *cluster_labs = engine_cluster_labs();
263 static int cluster_labs_destroy(ENGINE *e)
294 int cluster_labs_init(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c88 static int atalla_destroy(ENGINE *e);
89 static int atalla_init(ENGINE *e);
90 static int atalla_finish(ENGINE *e);
91 static int atalla_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
189 /* Constants used when creating the ENGINE */
194 * "dynamic" ENGINE support too */
195 static int bind_helper(ENGINE *e)
261 static ENGINE *engine_atalla(void)
263 ENGINE *ret = ENGINE_new();
277 ENGINE *toad
[all...]
H A De_4758cca.c80 static int ibm_4758_cca_destroy(ENGINE *e);
81 static int ibm_4758_cca_init(ENGINE *e);
82 static int ibm_4758_cca_finish(ENGINE *e);
83 static int ibm_4758_cca_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
99 static EVP_PKEY *ibm_4758_load_privkey(ENGINE*, const char*,
101 static EVP_PKEY *ibm_4758_load_pubkey(ENGINE*, const char*,
218 static int bind_helper(ENGINE *e)
242 static ENGINE *engine_4758_cca(void)
244 ENGINE *ret = ENGINE_new();
257 ENGINE *e_475
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c80 static int cluster_labs_destroy(ENGINE *e);
81 static int cluster_labs_init(ENGINE *e);
82 static int cluster_labs_finish(ENGINE *e);
83 static int cluster_labs_ctrl(ENGINE *e, int cmd, long i, void *p,
208 static int bind_helper(ENGINE *e)
235 static ENGINE *engine_cluster_labs(void)
237 ENGINE *ret = ENGINE_new();
254 ENGINE *cluster_labs = engine_cluster_labs();
264 static int cluster_labs_destroy(ENGINE *e)
295 int cluster_labs_init(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/rsaref/
H A Drsaref.c28 * Constants used when creating the ENGINE
36 static int rsaref_destroy(ENGINE *e);
37 static int rsaref_init(ENGINE *e);
38 static int rsaref_finish(ENGINE *e);
40 static int rsaref_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
87 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
89 static int rsaref_digests(ENGINE *e, const EVP_MD **digest,
215 static int bind_rsaref(ENGINE *e)
238 static int bind_helper(ENGINE *e, const char *id)
250 static ENGINE *engine_rsare
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c26 * Constants used when creating the ENGINE
34 static int rsaref_destroy(ENGINE *e);
35 static int rsaref_init(ENGINE *e);
36 static int rsaref_finish(ENGINE *e);
38 static int rsaref_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
86 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
88 static int rsaref_digests(ENGINE *e, const EVP_MD **digest,
218 static int bind_rsaref(ENGINE *e)
239 static int bind_helper(ENGINE *e, const char *id)
250 static ENGINE *engine_rsare
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dhmac.h96 const EVP_MD *md, ENGINE *impl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c28 * Constants used when creating the ENGINE
36 static int rsaref_destroy(ENGINE *e);
37 static int rsaref_init(ENGINE *e);
38 static int rsaref_finish(ENGINE *e);
40 static int rsaref_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
87 static int rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
89 static int rsaref_digests(ENGINE *e, const EVP_MD **digest,
215 static int bind_rsaref(ENGINE *e)
238 static int bind_helper(ENGINE *e, const char *id)
250 static ENGINE *engine_rsare
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_locl.h89 ENGINE *engine;

Completed in 440 milliseconds

1234567891011>>