Home
last modified time | relevance | path

Searched refs:ENGINE (Results 1 – 25 of 88) sorted by relevance

1234

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dengine.h71 # error ENGINE is disabled.
333 typedef int (*ENGINE_GEN_INT_FUNC_PTR) (ENGINE *);
335 typedef int (*ENGINE_CTRL_FUNC_PTR) (ENGINE *, int, long, void *,
338 typedef EVP_PKEY *(*ENGINE_LOAD_KEY_PTR)(ENGINE *, const char *,
341 typedef int (*ENGINE_SSL_CLIENT_CERT_PTR) (ENGINE *, SSL *ssl,
362 typedef int (*ENGINE_CIPHERS_PTR) (ENGINE *, const EVP_CIPHER **,
364 typedef int (*ENGINE_DIGESTS_PTR) (ENGINE *, const EVP_MD **, const int **,
366 typedef int (*ENGINE_PKEY_METHS_PTR) (ENGINE *, EVP_PKEY_METHOD **,
368 typedef int (*ENGINE_PKEY_ASN1_METHS_PTR) (ENGINE *, EVP_PKEY_ASN1_METHOD **,
383 ENGINE *ENGINE_get_first(void);
[all …]
H A Devp.h134 ENGINE *engine;
270 ENGINE *engine; /* functional reference if 'digest' is
451 ENGINE *engine; /* functional reference if 'cipher' is
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 *impl, const unsigned char *key,
658 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
663 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dengine.h40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
44 OPENSSL_EXPORT int ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
61 OPENSSL_EXPORT int ENGINE_set_ECDSA_method(ENGINE *engine,
64 OPENSSL_EXPORT ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine);
99 BORINGSSL_MAKE_DELETER(ENGINE, ENGINE_free)
H A Devp.h248 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *unused,
255 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_public_key(int type, ENGINE *unused,
297 const EVP_MD *type, ENGINE *e,
353 const EVP_MD *type, ENGINE *e,
391 ENGINE *impl);
427 ENGINE *impl);
523 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
529 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
H A Ddigest.h142 ENGINE *engine);
183 ENGINE *impl);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dengine.h40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
44 OPENSSL_EXPORT int ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
61 OPENSSL_EXPORT int ENGINE_set_ECDSA_method(ENGINE *engine,
64 OPENSSL_EXPORT ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine);
99 BORINGSSL_MAKE_DELETER(ENGINE, ENGINE_free)
H A Devp.h248 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *unused,
255 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_public_key(int type, ENGINE *unused,
297 const EVP_MD *type, ENGINE *e,
353 const EVP_MD *type, ENGINE *e,
391 ENGINE *impl);
427 ENGINE *impl);
523 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
529 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
H A Ddigest.h142 ENGINE *engine);
183 ENGINE *impl);
H A Dcipher.h154 const EVP_CIPHER *cipher, ENGINE *engine,
160 const EVP_CIPHER *cipher, ENGINE *impl,
165 const EVP_CIPHER *cipher, ENGINE *impl,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dengine.h40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
44 OPENSSL_EXPORT int ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
61 OPENSSL_EXPORT int ENGINE_set_ECDSA_method(ENGINE *engine,
64 OPENSSL_EXPORT ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine);
99 BORINGSSL_MAKE_DELETER(ENGINE, ENGINE_free)
H A Devp.h248 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *unused,
255 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_public_key(int type, ENGINE *unused,
297 const EVP_MD *type, ENGINE *e,
353 const EVP_MD *type, ENGINE *e,
391 ENGINE *impl);
427 ENGINE *impl);
523 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
529 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
H A Ddigest.h142 ENGINE *engine);
183 ENGINE *impl);
H A Dcipher.h154 const EVP_CIPHER *cipher, ENGINE *engine,
160 const EVP_CIPHER *cipher, ENGINE *impl,
165 const EVP_CIPHER *cipher, ENGINE *impl,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dengine.h40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
44 OPENSSL_EXPORT void ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
61 OPENSSL_EXPORT int ENGINE_set_ECDSA_method(ENGINE *engine,
64 OPENSSL_EXPORT ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine);
99 BORINGSSL_MAKE_DELETER(ENGINE, ENGINE_free)
H A Devp.h247 const EVP_MD *type, ENGINE *e,
300 const EVP_MD *type, ENGINE *e,
338 ENGINE *impl);
372 ENGINE *impl);
458 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
464 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
H A Ddigest.h135 ENGINE *engine);
176 ENGINE *impl);
H A Dcipher.h154 const EVP_CIPHER *cipher, ENGINE *engine,
160 const EVP_CIPHER *cipher, ENGINE *impl,
165 const EVP_CIPHER *cipher, ENGINE *impl,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dengine.h40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
44 OPENSSL_EXPORT int ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
61 OPENSSL_EXPORT int ENGINE_set_ECDSA_method(ENGINE *engine,
64 OPENSSL_EXPORT ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine);
99 BORINGSSL_MAKE_DELETER(ENGINE, ENGINE_free)
H A Devp.h248 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *unused,
255 OPENSSL_EXPORT EVP_PKEY *EVP_PKEY_new_raw_public_key(int type, ENGINE *unused,
297 const EVP_MD *type, ENGINE *e,
353 const EVP_MD *type, ENGINE *e,
391 ENGINE *impl);
427 ENGINE *impl);
523 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
529 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
H A Ddigest.h142 ENGINE *engine);
183 ENGINE *impl);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dengine.h40 OPENSSL_EXPORT ENGINE *ENGINE_new(void);
44 OPENSSL_EXPORT void ENGINE_free(ENGINE *engine);
56 OPENSSL_EXPORT int ENGINE_set_RSA_method(ENGINE *engine,
59 OPENSSL_EXPORT RSA_METHOD *ENGINE_get_RSA_method(const ENGINE *engine);
61 OPENSSL_EXPORT int ENGINE_set_ECDSA_method(ENGINE *engine,
64 OPENSSL_EXPORT ECDSA_METHOD *ENGINE_get_ECDSA_method(const ENGINE *engine);
99 BORINGSSL_MAKE_DELETER(ENGINE, ENGINE_free)
H A Devp.h247 const EVP_MD *type, ENGINE *e,
300 const EVP_MD *type, ENGINE *e,
338 ENGINE *impl);
372 ENGINE *impl);
458 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
464 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
H A Ddigest.h135 ENGINE *engine);
176 ENGINE *impl);
H A Dcipher.h154 const EVP_CIPHER *cipher, ENGINE *engine,
160 const EVP_CIPHER *cipher, ENGINE *impl,
165 const EVP_CIPHER *cipher, ENGINE *impl,
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-sign.c124 ENGINE *engine, RSA **rsap) in rsa_engine_get_pub_key()
182 ENGINE *engine, RSA **rsap) in rsa_get_pub_key()
235 ENGINE *engine, RSA **rsap) in rsa_engine_get_priv_key()
293 ENGINE *engine, RSA **rsap) in rsa_get_priv_key()
324 static int rsa_engine_init(const char *engine_id, ENGINE **pe) in rsa_engine_init()
326 ENGINE *e; in rsa_engine_init()
379 static void rsa_engine_remove(ENGINE *e) in rsa_engine_remove()
519 ENGINE *e = NULL; in rsa_sign()
862 ENGINE *e = NULL; in rsa_add_verify_data()

1234