Searched refs:ENGINE (Results 1 – 14 of 14) sorted by relevance
| /include/openssl/ |
| A D | engine.h | 267 typedef int (*ENGINE_GEN_INT_FUNC_PTR) (ENGINE *); 319 OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_last(void); 323 OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_next(ENGINE *e); 324 OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_prev(ENGINE *e); 328 OSSL_DEPRECATEDIN_3_0 int ENGINE_add(ENGINE *e); 332 OSSL_DEPRECATEDIN_3_0 int ENGINE_remove(ENGINE *e); 492 OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_new(void); 493 OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); 494 OSSL_DEPRECATEDIN_3_0 int ENGINE_up_ref(ENGINE *e); 620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); [all …]
|
| A D | cmac.h | 39 const EVP_CIPHER *cipher, ENGINE *impl);
|
| A D | hmac.h | 44 const EVP_MD *md, ENGINE *impl);
|
| A D | rand.h | 52 OSSL_DEPRECATEDIN_3_0 int RAND_set_rand_engine(ENGINE *engine);
|
| A D | store.h | 324 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme); 356 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader);
|
| A D | evp.h | 748 ENGINE *impl); 755 const EVP_MD *type, ENGINE *impl); 897 const EVP_MD *type, ENGINE *e, 1391 int EVP_PKEY_set1_engine(EVP_PKEY *pkey, ENGINE *e); 1393 ENGINE *EVP_PKEY_get0_engine(const EVP_PKEY *pkey); 1634 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe, 1895 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); 1896 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e); 1930 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, 1936 EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *e, [all …]
|
| A D | dsa.h | 131 OSSL_DEPRECATEDIN_3_0 DSA *DSA_new_method(ENGINE *engine); 221 OSSL_DEPRECATEDIN_3_0 ENGINE *DSA_get0_engine(DSA *d);
|
| A D | dh.h | 208 OSSL_DEPRECATEDIN_3_0 DH *DH_new_method(ENGINE *engine); 278 OSSL_DEPRECATEDIN_3_0 ENGINE *DH_get0_engine(DH *d);
|
| A D | types.h | 195 typedef struct engine_st ENGINE; typedef
|
| A D | rsa.h | 213 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new_method(ENGINE *engine); 256 OSSL_DEPRECATEDIN_3_0 ENGINE *RSA_get0_engine(const RSA *r);
|
| A D | ec.h | 1047 OSSL_DEPRECATEDIN_3_0 ENGINE *EC_KEY_get0_engine(const EC_KEY *eckey); 1303 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_method(ENGINE *engine);
|
| A D | ssl.h.in | 754 __owur int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e);
|
| /include/crypto/ |
| A D | cmac.h | 19 const EVP_CIPHER *cipher, ENGINE *impl,
|
| A D | evp.h | 125 ENGINE *engine; 679 ENGINE *engine; 680 ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */
|
Completed in 34 milliseconds