Home
last modified time | relevance | path

Searched refs:crypto_kpp_maxsize (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/crypto/
H A Dapi-kpp.rst14 …o_kpp_set_secret crypto_kpp_generate_public_key crypto_kpp_compute_shared_secret crypto_kpp_maxsize
/openbmc/linux/include/crypto/
H A Dkpp.h395 static inline unsigned int crypto_kpp_maxsize(struct crypto_kpp *tfm) in crypto_kpp_maxsize() function
/openbmc/linux/security/keys/
H A Ddh.c220 outlen = crypto_kpp_maxsize(tfm); in __keyctl_dh_compute()
/openbmc/linux/drivers/crypto/
H A Datmel-ecc.c287 return crypto_kpp_maxsize(ctx->fallback); in atmel_ecdh_max_size()
/openbmc/linux/crypto/
H A Ddh.c547 return crypto_kpp_maxsize(tfm_ctx->dh_tfm); in dh_safe_prime_max_size()
H A Dtestmgr.c3915 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()
/openbmc/linux/drivers/nvme/target/
H A Dauth.c107 ctrl->dh_keysize = crypto_kpp_maxsize(ctrl->dh_tfm); in nvmet_setup_dhgroup()
/openbmc/linux/drivers/nvme/host/
H A Dauth.c609 chap->host_key_len = crypto_kpp_maxsize(chap->dh_tfm); in nvme_auth_dhchap_exponential()