Searched refs:ENGINE (Results 151 - 175 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
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/apps/
H A Dverify.c75 STACK_OF(X509_CRL) *crls, ENGINE *e);
82 ENGINE *e = NULL;
263 STACK_OF(X509_CRL) *crls, ENGINE *e)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_padlock.c112 static ENGINE *ENGINE_padlock(void);
119 ENGINE *toadd = ENGINE_padlock();
147 /* Function for ENGINE detection and control */
149 static int padlock_init(ENGINE *e);
156 static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
173 /* Prepare the ENGINE structure for registration */
174 static int padlock_bind_helper(ENGINE *e)
208 static ENGINE *ENGINE_padlock(void)
210 ENGINE *eng = ENGINE_new();
227 static int padlock_init(ENGINE *
[all...]
H A De_capi.c145 static const char *engine_capi_name = "CryptoAPI ENGINE";
165 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
180 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
186 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
188 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
196 * This structure contains CAPI ENGINE specific data: it contains various
237 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
330 static int capi_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
456 static int capi_init(ENGINE *e)
516 static int capi_destroy(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c112 static ENGINE *ENGINE_padlock(void);
119 ENGINE *toadd = ENGINE_padlock();
147 /* Function for ENGINE detection and control */
149 static int padlock_init(ENGINE *e);
156 static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
173 /* Prepare the ENGINE structure for registration */
174 static int padlock_bind_helper(ENGINE *e)
208 static ENGINE *ENGINE_padlock(void)
210 ENGINE *eng = ENGINE_new();
227 static int padlock_init(ENGINE *
[all...]
H A De_capi.c145 static const char *engine_capi_name = "CryptoAPI ENGINE";
165 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
180 static int capi_load_ssl_client_cert(ENGINE *e, SSL *ssl,
186 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
188 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
196 * This structure contains CAPI ENGINE specific data: it contains various
237 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
330 static int capi_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void))
456 static int capi_init(ENGINE *e)
516 static int capi_destroy(ENGINE *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dverify.c75 STACK_OF(X509_CRL) *crls, ENGINE *e);
82 ENGINE *e = NULL;
263 STACK_OF(X509_CRL) *crls, ENGINE *e)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp.h134 ENGINE *engine;
270 ENGINE *engine; /* functional reference if 'digest' is
271 * ENGINE-provided */
451 ENGINE *engine; /* functional reference if 'cipher' is
452 * ENGINE-provided */
594 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
599 ENGINE *impl);
623 ENGINE *impl, const unsigned char *key,
633 ENGINE *impl, const unsigned char *key,
644 ENGINE *imp
[all...]
H A Ddigest.c146 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
163 * this context may already have an ENGINE! Try to avoid releasing the
164 * previous handle, re-querying for an ENGINE, and having a
174 * Ensure an ENGINE left lying around from last time is cleared (the
175 * previous check attempted to avoid this if the same ENGINE and
186 /* Ask if an ENGINE is reserved for this job */
189 /* There's an ENGINE for this job ... (apparently) */
197 /* We'll use the ENGINE's private digest definition */
200 * Store the ENGINE functional reference so we know 'type' came
201 * from an ENGINE an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp.h134 ENGINE *engine;
270 ENGINE *engine; /* functional reference if 'digest' is
271 * ENGINE-provided */
451 ENGINE *engine; /* functional reference if 'cipher' is
452 * ENGINE-provided */
594 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
599 ENGINE *impl);
623 ENGINE *impl, const unsigned char *key,
633 ENGINE *impl, const unsigned char *key,
644 ENGINE *imp
[all...]
H A Ddigest.c146 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
163 * this context may already have an ENGINE! Try to avoid releasing the
164 * previous handle, re-querying for an ENGINE, and having a
174 * Ensure an ENGINE left lying around from last time is cleared (the
175 * previous check attempted to avoid this if the same ENGINE and
186 /* Ask if an ENGINE is reserved for this job */
189 /* There's an ENGINE for this job ... (apparently) */
197 /* We'll use the ENGINE's private digest definition */
200 * Store the ENGINE functional reference so we know 'type' came
201 * from an ENGINE an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c107 static ENGINE *ENGINE_padlock (void);
115 ENGINE *toadd = ENGINE_padlock ();
133 /* Function for ENGINE detection and control */
135 static int padlock_init(ENGINE *e);
142 static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid);
158 /* Prepare the ENGINE structure for registration */
160 padlock_bind_helper(ENGINE *e)
192 static ENGINE *
195 ENGINE *eng = ENGINE_new();
211 padlock_init(ENGINE *
[all...]
H A Deng_cryptodev.c90 static int cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
92 static int cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
119 static int cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p,
567 * Registered by the ENGINE when used to find out how to deal with
568 * a particular NID in the ENGINE. this says what we'll do at the
572 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
602 cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest,
1028 cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)())
1050 ENGINE *engine = ENGINE_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dverify.c73 static int check(X509_STORE *ctx, char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, int purpose, ENGINE *e);
81 ENGINE *e = NULL;
239 static int check(X509_STORE *ctx, char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, int purpose, ENGINE *e)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dameth_lib.c173 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
185 ENGINE *e;
198 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
207 ENGINE *e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dossl_typ.h154 typedef struct engine_st ENGINE; typedef in typeref:struct:engine_st
H A Ddsa.h164 /* functional reference if 'meth' is ENGINE-provided */
165 ENGINE *engine;
193 DSA * DSA_new_method(ENGINE *engine);
H A Devp.h293 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
370 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
508 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
513 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
529 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
538 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
548 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
662 /* This should now be supported through the dev_crypto ENGINE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dossl_typ.h154 typedef struct engine_st ENGINE; typedef in typeref:struct:engine_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dameth_lib.c173 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type)
185 ENGINE *e;
198 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
207 ENGINE *e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa.h164 /* functional reference if 'meth' is ENGINE-provided */
165 ENGINE *engine;
193 DSA * DSA_new_method(ENGINE *engine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Ddigest.c140 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
145 * so this context may already have an ENGINE! Try to avoid releasing
146 * the previous handle, re-querying for an ENGINE, and having a
153 /* Ensure an ENGINE left lying around from last time is cleared
155 * ENGINE and EVP_MD could be used). */
167 /* Ask if an ENGINE is reserved for this job */
171 /* There's an ENGINE for this job ... (apparently) */
179 /* We'll use the ENGINE's private digest definition */
181 /* Store the ENGINE functional reference so we know
182 * 'type' came from an ENGINE an
[all...]
H A Devp.h293 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
370 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
508 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
513 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
529 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
538 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
548 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
662 /* This should now be supported through the dev_crypto ENGINE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa.h176 /* functional reference if 'meth' is ENGINE-provided */
177 ENGINE *engine;
204 DSA *DSA_new_method(ENGINE *engine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa.h176 /* functional reference if 'meth' is ENGINE-provided */
177 ENGINE *engine;
204 DSA *DSA_new_method(ENGINE *engine);

Completed in 150 milliseconds

1234567891011>>