/openbsd/lib/libcrypto/engine/ |
H A D | engine_stubs.c | 40 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 D | engine.h | 102 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 D | evp.h | 406 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 D | p_lib.c | 186 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 D | m_sigver.c | 127 ENGINE *e, EVP_PKEY *pkey) in EVP_DigestSignInit() 135 ENGINE *e, EVP_PKEY *pkey) in EVP_DigestVerifyInit()
|
H A D | pmeth_lib.c | 156 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 D | evp_digest.c | 132 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 D | evp_aead.c | 56 const unsigned char *key, size_t key_len, size_t tag_len, ENGINE *impl) in EVP_AEAD_CTX_init()
|
H A D | pmeth_gn.c | 207 EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen) in EVP_PKEY_new_mac_key()
|
H A D | evp_cipher.c | 133 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 D | dh.h | 133 DH *DH_new_method(ENGINE *engine); 146 ENGINE *DH_get0_engine(DH *d);
|
H A D | dh_lib.c | 115 DH_new_method(ENGINE *engine) in DH_new_method() 226 ENGINE *
|
/openbsd/lib/libfido2/src/fido/ |
H A D | eddsa.h | 37 EVP_PKEY *EVP_PKEY_new_raw_public_key(int, ENGINE *, const unsigned char *,
|
/openbsd/lib/libcrypto/cmac/ |
H A D | cmac.h | 74 const EVP_CIPHER *cipher, ENGINE *impl);
|
H A D | cmac.c | 183 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
|
/openbsd/lib/libcrypto/dsa/ |
H A D | dsa.h | 136 DSA * DSA_new_method(ENGINE *engine); 208 ENGINE *DSA_get0_engine(DSA *d);
|
H A D | dsa_lib.c | 121 DSA_new_method(ENGINE *engine) in DSA_new_method() 398 ENGINE *
|
/openbsd/lib/libcrypto/hmac/ |
H A D | hmac.h | 86 ENGINE *impl)
|
H A D | hmac.c | 71 ENGINE *impl) in HMAC_Init_ex()
|
/openbsd/lib/libcrypto/ |
H A D | ossl_typ.h | 149 typedef struct engine_st ENGINE; typedef
|
/openbsd/lib/libfido2/src/ |
H A D | eddsa.c | 15 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 D | keyraw.c | 137 ENGINE* sldns_gost_engine = NULL; 144 ENGINE* e; in sldns_key_EVP_load_gost_id()
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | keyraw.c | 137 ENGINE* sldns_gost_engine = NULL; 144 ENGINE* e; in sldns_key_EVP_load_gost_id()
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec_kmeth.c | 134 EC_KEY_new_method(ENGINE *engine) in EC_KEY_new_method()
|
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_lib.c | 129 RSA_new_method(ENGINE *engine) in RSA_new_method()
|