Searched refs:ENGINE (Results 201 - 225 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp_lib.c197 * Setup a public key ASN1 method and ENGINE from a NID or a string. If pkey
204 ENGINE *e = NULL;
215 /* If we have an ENGINE release it */
353 ENGINE *e;
H A Devp_enc.c103 ENGINE *impl, const unsigned char *key,
116 * this context may already have an ENGINE! Try to avoid releasing the
117 * previous handle, re-querying for an ENGINE, and having a
129 * previous check attempted to avoid this if the same ENGINE and
146 /* Ask if an ENGINE is reserved for this job */
149 /* There's an ENGINE for this job ... (apparently) */
160 /* We'll use the ENGINE's private cipher definition */
163 * Store the ENGINE functional reference so we know 'cipher' came
164 * from an ENGINE and we need to release it when done.
299 ENGINE *imp
[all...]
H A Dpmeth_lib.c131 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id)
143 /* Try to find an ENGINE which implements this method */
153 * If an ENGINE handled this method look it up. Othewise use internal
294 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e)
299 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e)
310 /* Make sure it's safe to copy a pkey context using an ENGINE */
373 * The EVP_PKEY_CTX we used belongs to an ENGINE, release the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c98 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
100 static int cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
131 static int cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p,
685 * Registered by the ENGINE when used to find out how to deal with
686 * a particular NID in the ENGINE. this says what we'll do at the
690 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
981 cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
1435 cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
1455 ENGINE *engine = ENGINE_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c98 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
100 static int cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
131 static int cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p,
685 * Registered by the ENGINE when used to find out how to deal with
686 * a particular NID in the ENGINE. this says what we'll do at the
690 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
981 cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
1435 cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
1455 ENGINE *engine = ENGINE_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_enc.c103 ENGINE *impl, const unsigned char *key,
116 * this context may already have an ENGINE! Try to avoid releasing the
117 * previous handle, re-querying for an ENGINE, and having a
129 * previous check attempted to avoid this if the same ENGINE and
146 /* Ask if an ENGINE is reserved for this job */
149 /* There's an ENGINE for this job ... (apparently) */
160 /* We'll use the ENGINE's private cipher definition */
163 * Store the ENGINE functional reference so we know 'cipher' came
164 * from an ENGINE and we need to release it when done.
299 ENGINE *imp
[all...]
H A Dpmeth_lib.c131 static EVP_PKEY_CTX *int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id)
143 /* Try to find an ENGINE which implements this method */
153 * If an ENGINE handled this method look it up. Othewise use internal
294 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e)
299 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e)
310 /* Make sure it's safe to copy a pkey context using an ENGINE */
373 * The EVP_PKEY_CTX we used belongs to an ENGINE, release the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa.h140 /* functional reference if 'meth' is ENGINE-provided */
141 ENGINE *engine;
321 RSA *RSA_new_method(ENGINE *engine);
H A Drsa_lib.c119 * to deal with which ENGINE it comes from.
137 RSA *RSA_new_method(ENGINE *engine)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa.h140 /* functional reference if 'meth' is ENGINE-provided */
141 ENGINE *engine;
321 RSA *RSA_new_method(ENGINE *engine);
H A Drsa_lib.c119 * to deal with which ENGINE it comes from.
137 RSA *RSA_new_method(ENGINE *engine)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c746 const char *pass, ENGINE *e, const char *cert_descrip)
847 const char *pass, ENGINE *e, const char *key_descrip)
924 const char *pass, ENGINE *e, const char *key_descrip)
1040 const char *pass, ENGINE *e, const char *cert_descrip)
1336 static ENGINE *try_load_engine(BIO *err, const char *engine, int debug)
1338 ENGINE *e = ENGINE_by_id("dynamic");
1351 ENGINE *setup_engine(BIO *err, const char *engine, int debug)
1353 ENGINE *e = NULL;
1359 BIO_printf(err,"enabling auto ENGINE support\n");
H A Ddh.c92 ENGINE *e = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dsafestack.h545 #define sk_ENGINE_new(st) SKM_sk_new(ENGINE, (st))
546 #define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
547 #define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
548 #define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
549 #define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
550 #define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val))
551 #define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
552 #define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val))
553 #define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val))
554 #define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsafestack.h545 #define sk_ENGINE_new(st) SKM_sk_new(ENGINE, (st))
546 #define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
547 #define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
548 #define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
549 #define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
550 #define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val))
551 #define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
552 #define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val))
553 #define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val))
554 #define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ddsa.c100 ENGINE *e = NULL;
H A Dgenrsa.c95 ENGINE *e = NULL;
H A Dpkcs8.c73 ENGINE *e = NULL;
H A Drsautl.c88 ENGINE *e = NULL;
H A Dspkac.c85 ENGINE *e = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ddsa.c100 ENGINE *e = NULL;
H A Dgenrsa.c95 ENGINE *e = NULL;
H A Dpkcs8.c73 ENGINE *e = NULL;
H A Drsautl.c88 ENGINE *e = NULL;
H A Dspkac.c85 ENGINE *e = NULL;

Completed in 212 milliseconds

1234567891011>>