Home
last modified time | relevance | path

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

12

/openbsd/lib/libcrypto/engine/
H A Dengine_stubs.c40 ENGINE *
48 ENGINE_free(ENGINE *engine) in ENGINE_free()
55 ENGINE_init(ENGINE *engine) in ENGINE_init()
62 ENGINE_finish(ENGINE *engine) in ENGINE_finish()
68 ENGINE *
76 ENGINE_get_id(const ENGINE *engine) in ENGINE_get_id()
83 ENGINE_get_name(const ENGINE *engine) in ENGINE_get_name()
90 ENGINE_set_default(ENGINE *engine, unsigned int flags) in ENGINE_set_default()
96 ENGINE *
104 ENGINE_set_default_RSA(ENGINE *engine) in ENGINE_set_default_RSA()
[all …]
H A Dengine.h102 ENGINE *ENGINE_new(void);
103 int ENGINE_free(ENGINE *engine);
104 int ENGINE_init(ENGINE *engine);
105 int ENGINE_finish(ENGINE *engine);
107 ENGINE *ENGINE_by_id(const char *id);
108 const char *ENGINE_get_id(const ENGINE *engine);
109 const char *ENGINE_get_name(const ENGINE *engine);
111 int ENGINE_set_default(ENGINE *engine, unsigned int flags);
113 ENGINE *ENGINE_get_default_RSA(void);
114 int ENGINE_set_default_RSA(ENGINE *engine);
[all …]
/openbsd/lib/libcrypto/evp/
H A Devp.h406 EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *engine,
408 EVP_PKEY *EVP_PKEY_new_raw_public_key(int type, ENGINE *engine,
456 unsigned int *size, const EVP_MD *type, ENGINE *impl);
479 ENGINE *impl, const unsigned char *key, const unsigned char *iv);
488 ENGINE *impl, const unsigned char *key, const unsigned char *iv);
510 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
517 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
859 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
932 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
933 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
[all …]
H A Dp_lib.c186 EVP_PKEY_asn1_find(ENGINE **engine, int pkey_id) in EVP_PKEY_asn1_find()
203 EVP_PKEY_asn1_find_str(ENGINE **engine, const char *str, int len) in EVP_PKEY_asn1_find_str()
480 EVP_PKEY_new_raw_private_key(int type, ENGINE *engine, in EVP_PKEY_new_raw_private_key()
510 EVP_PKEY_new_raw_public_key(int type, ENGINE *engine, in EVP_PKEY_new_raw_public_key()
574 EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv, size_t len, in EVP_PKEY_new_CMAC_key()
H A Dm_sigver.c127 ENGINE *e, EVP_PKEY *pkey) in EVP_DigestSignInit()
135 ENGINE *e, EVP_PKEY *pkey) in EVP_DigestVerifyInit()
H A Dpmeth_lib.c156 EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *engine) in EVP_PKEY_CTX_new()
163 EVP_PKEY_CTX_new_id(int nid, ENGINE *engine) in EVP_PKEY_CTX_new_id()
H A Devp_digest.c132 EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
210 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) in EVP_Digest()
H A Devp_aead.c56 const unsigned char *key, size_t key_len, size_t tag_len, ENGINE *impl) in EVP_AEAD_CTX_init()
H A Dpmeth_gn.c207 EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen) in EVP_PKEY_new_mac_key()
H A Devp_cipher.c133 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_CipherInit_ex()
288 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_EncryptInit_ex()
477 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, in EVP_DecryptInit_ex()
/openbsd/lib/libcrypto/dh/
H A Ddh.h133 DH *DH_new_method(ENGINE *engine);
146 ENGINE *DH_get0_engine(DH *d);
H A Ddh_lib.c115 DH_new_method(ENGINE *engine) in DH_new_method()
226 ENGINE *
/openbsd/lib/libfido2/src/fido/
H A Deddsa.h37 EVP_PKEY *EVP_PKEY_new_raw_public_key(int, ENGINE *, const unsigned char *,
/openbsd/lib/libcrypto/cmac/
H A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
H A Dcmac.c183 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
/openbsd/lib/libcrypto/dsa/
H A Ddsa.h136 DSA * DSA_new_method(ENGINE *engine);
208 ENGINE *DSA_get0_engine(DSA *d);
H A Ddsa_lib.c121 DSA_new_method(ENGINE *engine) in DSA_new_method()
398 ENGINE *
/openbsd/lib/libcrypto/hmac/
H A Dhmac.h86 ENGINE *impl)
H A Dhmac.c71 ENGINE *impl) in HMAC_Init_ex()
/openbsd/lib/libcrypto/
H A Dossl_typ.h149 typedef struct engine_st ENGINE; typedef
/openbsd/lib/libfido2/src/
H A Deddsa.c15 EVP_PKEY_new_raw_public_key(int type, ENGINE *e, const unsigned char *key, in EVP_PKEY_new_raw_public_key()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dkeyraw.c137 ENGINE* sldns_gost_engine = NULL;
144 ENGINE* e; in sldns_key_EVP_load_gost_id()
/openbsd/usr.sbin/unbound/sldns/
H A Dkeyraw.c137 ENGINE* sldns_gost_engine = NULL;
144 ENGINE* e; in sldns_key_EVP_load_gost_id()
/openbsd/lib/libcrypto/ec/
H A Dec_kmeth.c134 EC_KEY_new_method(ENGINE *engine) in EC_KEY_new_method()
/openbsd/lib/libcrypto/rsa/
H A Drsa_lib.c129 RSA_new_method(ENGINE *engine) in RSA_new_method()

12