Home
last modified time | relevance | path

Searched refs:crypto_free_kpp (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/crypto/
H A Dapi-kpp.rst14 …:functions: crypto_alloc_kpp crypto_free_kpp crypto_kpp_set_secret crypto_kpp_generate_public_key …
/openbmc/linux/net/bluetooth/
H A Dselftest.c236 crypto_free_kpp(tfm); in test_ecdh()
H A Dsmp.c762 crypto_free_kpp(smp->tfm_ecdh); in smp_chan_destroy()
3325 crypto_free_kpp(smp->tfm_ecdh); in smp_add_cid()
3372 crypto_free_kpp(smp->tfm_ecdh); in smp_del_chan()
3843 crypto_free_kpp(tfm_ecdh); in bt_selftest_smp()
/openbmc/linux/include/crypto/
H A Dkpp.h186 static inline void crypto_free_kpp(struct crypto_kpp *tfm) in crypto_free_kpp() function
/openbmc/linux/drivers/nvme/target/
H A Dauth.c73 crypto_free_kpp(ctrl->dh_tfm); in nvmet_setup_dhgroup()
239 crypto_free_kpp(ctrl->dh_tfm); in nvmet_destroy_auth()
/openbmc/linux/security/keys/
H A Ddh.c290 crypto_free_kpp(tfm); in __keyctl_dh_compute()
/openbmc/linux/drivers/crypto/
H A Datmel-ecc.c278 crypto_free_kpp(ctx->fallback); in atmel_ecdh_exit_tfm()
/openbmc/linux/drivers/nvme/host/
H A Dauth.c237 crypto_free_kpp(chap->dh_tfm); in nvme_auth_process_dhchap_challenge()
679 crypto_free_kpp(chap->dh_tfm); in nvme_auth_free_dhchap()
/openbmc/linux/crypto/
H A Ddh.c331 crypto_free_kpp(tfm_ctx->dh_tfm); in dh_safe_prime_exit_tfm()
H A Dtestmgr.c4065 crypto_free_kpp(tfm); in alg_test_kpp()