Searched refs:ENGINE (Results 51 - 75 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_rdrand.c100 static int rdrand_init(ENGINE *e)
108 static int bind_helper(ENGINE *e)
120 static ENGINE *ENGINE_rdrand(void)
122 ENGINE *ret = ENGINE_new();
137 ENGINE *toadd = ENGINE_rdrand();
H A Deng_init.c62 int engine_unlocked_init(ENGINE *e)
89 int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
127 int ENGINE_init(ENGINE *e)
141 int ENGINE_finish(ENGINE *e)
H A Denginetest.c67 printf("No ENGINE support\n");
78 ENGINE *h;
99 ENGINE *block[512];
102 ENGINE *ptr;
105 ENGINE *new_h1 = NULL;
106 ENGINE *new_h2 = NULL;
107 ENGINE *new_h3 = NULL;
108 ENGINE *new_h4 = NULL;
122 memset(block, 0, 512 * sizeof(ENGINE *));
135 printf("Couldn't set up test ENGINE structure
[all...]
H A Deng_dyn.c64 * Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE
69 /* Our ENGINE handlers */
70 static int dynamic_init(ENGINE *e);
71 static int dynamic_finish(ENGINE *e);
72 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p,
77 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
87 /* The constants used when creating the ENGINE */
93 "Specifies the path to the new ENGINE shared library",
101 "Specifies an ENGINE id name for loading",
105 "Whether to add a loaded ENGINE t
[all...]
H A Deng_openssl.c115 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
119 static int openssl_digests(ENGINE *e, const EVP_MD **digest,
124 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
129 /* The constants used when creating the ENGINE */
135 * "dynamic" ENGINE support too
137 static int bind_helper(ENGINE *e)
171 * If we add errors to this ENGINE, ensure the error handling is setup
178 static ENGINE *engine_openssl(void)
180 ENGINE *ret = ENGINE_new();
192 ENGINE *toad
[all...]
H A Deng_table.c65 STACK_OF(ENGINE) *sk;
66 /* The default ENGINE to perform this algorithm/mode. */
67 ENGINE *funct;
133 ENGINE *e, const int *nids, int num_nids,
166 * if 'setdefault', this ENGINE goes to the head of the list
191 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
205 static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE, ENGINE)
207 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
213 ENGINE, e);
241 ENGINE *engine_table_selec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_init.c60 int engine_unlocked_init(ENGINE *e)
82 int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
121 int ENGINE_init(ENGINE *e)
136 int ENGINE_finish(ENGINE *e)
H A Denginetest.c65 printf("No ENGINE support\n");
77 ENGINE *h;
97 ENGINE *block[512];
100 ENGINE *ptr;
103 ENGINE *new_h1 = NULL;
104 ENGINE *new_h2 = NULL;
105 ENGINE *new_h3 = NULL;
106 ENGINE *new_h4 = NULL;
122 memset(block, 0, 512 * sizeof(ENGINE *));
136 printf("Couldn't set up test ENGINE structure
[all...]
H A Deng_dyn.c63 /* Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE loader
66 /* Our ENGINE handlers */
67 static int dynamic_init(ENGINE *e);
68 static int dynamic_finish(ENGINE *e);
69 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
73 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
83 /* The constants used when creating the ENGINE */
89 "Specifies the path to the new ENGINE shared library",
97 "Specifies an ENGINE id name for loading",
101 "Whether to add a loaded ENGINE t
[all...]
H A Deng_fat.c64 int ENGINE_set_default(ENGINE *e, unsigned int flags)
124 int ENGINE_set_default_string(ENGINE *e, const char *def_list)
137 int ENGINE_register_complete(ENGINE *e)
162 ENGINE *e;
H A Deng_openssl.c113 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
117 static int openssl_digests(ENGINE *e, const EVP_MD **digest,
122 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
126 /* The constants used when creating the ENGINE */
131 * "dynamic" ENGINE support too */
132 static int bind_helper(ENGINE *e)
165 /* If we add errors to this ENGINE, ensure the error handling is setup here */
170 static ENGINE *engine_openssl(void)
172 ENGINE *ret = ENGINE_new();
185 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_init.c62 int engine_unlocked_init(ENGINE *e)
89 int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
127 int ENGINE_init(ENGINE *e)
141 int ENGINE_finish(ENGINE *e)
H A Denginetest.c67 printf("No ENGINE support\n");
78 ENGINE *h;
99 ENGINE *block[512];
102 ENGINE *ptr;
105 ENGINE *new_h1 = NULL;
106 ENGINE *new_h2 = NULL;
107 ENGINE *new_h3 = NULL;
108 ENGINE *new_h4 = NULL;
122 memset(block, 0, 512 * sizeof(ENGINE *));
135 printf("Couldn't set up test ENGINE structure
[all...]
H A Deng_dyn.c64 * Shared libraries implementing ENGINEs for use by the "dynamic" ENGINE
69 /* Our ENGINE handlers */
70 static int dynamic_init(ENGINE *e);
71 static int dynamic_finish(ENGINE *e);
72 static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p,
77 static int dynamic_load(ENGINE *e, dynamic_data_ctx *ctx);
87 /* The constants used when creating the ENGINE */
93 "Specifies the path to the new ENGINE shared library",
101 "Specifies an ENGINE id name for loading",
105 "Whether to add a loaded ENGINE t
[all...]
H A Deng_openssl.c115 static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
119 static int openssl_digests(ENGINE *e, const EVP_MD **digest,
124 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
129 /* The constants used when creating the ENGINE */
135 * "dynamic" ENGINE support too
137 static int bind_helper(ENGINE *e)
171 * If we add errors to this ENGINE, ensure the error handling is setup
178 static ENGINE *engine_openssl(void)
180 ENGINE *ret = ENGINE_new();
192 ENGINE *toad
[all...]
H A Deng_table.c65 STACK_OF(ENGINE) *sk;
66 /* The default ENGINE to perform this algorithm/mode. */
67 ENGINE *funct;
133 ENGINE *e, const int *nids, int num_nids,
166 * if 'setdefault', this ENGINE goes to the head of the list
191 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
205 static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE, ENGINE)
207 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
213 ENGINE, e);
241 ENGINE *engine_table_selec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Denginetest.c65 printf("No ENGINE support\n");
77 ENGINE *h;
97 ENGINE *block[512];
100 ENGINE *ptr;
103 ENGINE *new_h1 = NULL;
104 ENGINE *new_h2 = NULL;
105 ENGINE *new_h3 = NULL;
106 ENGINE *new_h4 = NULL;
122 memset(block, 0, 512 * sizeof(ENGINE *));
136 printf("Couldn't set up test ENGINE structure
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_gmp.c66 * ENGINE that uses the GMP library to perform RSA private key operations. To
76 * balanced for this chip, and so the performance degradation in this ENGINE by
97 static int e_gmp_destroy(ENGINE *e);
98 static int e_gmp_init(ENGINE *e);
99 static int e_gmp_finish(ENGINE *e);
100 static int e_gmp_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
143 /* Constants used when creating the ENGINE */
148 * "dynamic" ENGINE support too */
149 static int bind_helper(ENGINE *e)
180 static ENGINE *engine_gm
[all...]
H A De_nuron.c117 static int nuron_destroy(ENGINE *e)
124 static int nuron_init(ENGINE *e)
150 static int nuron_finish(ENGINE *e)
168 static int nuron_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
322 /* Constants used when creating the ENGINE */
327 * "dynamic" ENGINE support too */
328 static int bind_helper(ENGINE *e)
394 static ENGINE *engine_nuron(void)
396 ENGINE *ret = ENGINE_new();
410 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_lib.c68 /* non-NULL if default_RAND_meth is ENGINE-provided */
69 static ENGINE *funct_ref =NULL;
91 ENGINE *e = ENGINE_get_default_RAND();
111 int RAND_set_rand_engine(ENGINE *engine)
125 /* 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/store/
H A Dstr_locl.h116 /* functional reference if 'meth' is ENGINE-provided */
117 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_nuron.c122 static int nuron_destroy(ENGINE *e)
129 static int nuron_init(ENGINE *e)
152 static int nuron_finish(ENGINE *e)
168 static int nuron_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
318 /* Constants used when creating the ENGINE */
324 * "dynamic" ENGINE support too
326 static int bind_helper(ENGINE *e)
394 static ENGINE *engine_nuron(void)
396 ENGINE *ret = ENGINE_new();
409 ENGINE *toad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_locl.h114 /* functional reference if 'meth' is ENGINE-provided */
115 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_locl.h116 /* functional reference if 'meth' is ENGINE-provided */
117 ENGINE *engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_nuron.c122 static int nuron_destroy(ENGINE *e)
129 static int nuron_init(ENGINE *e)
152 static int nuron_finish(ENGINE *e)
168 static int nuron_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
318 /* Constants used when creating the ENGINE */
324 * "dynamic" ENGINE support too
326 static int bind_helper(ENGINE *e)
394 static ENGINE *engine_nuron(void)
396 ENGINE *ret = ENGINE_new();
409 ENGINE *toad
[all...]

Completed in 101 milliseconds

1234567891011>>