Home
last modified time | relevance | path

Searched refs:crypto_kpp_set_secret (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
H A Dkpp.h290 static inline int crypto_kpp_set_secret(struct crypto_kpp *tfm, in crypto_kpp_set_secret() function
/linux/security/keys/
H A Ddh.c216 ret = crypto_kpp_set_secret(tfm, secret, secretlen); in __keyctl_dh_compute()
/linux/drivers/nvme/common/
H A Dauth.c384 ret = crypto_kpp_set_secret(dh_tfm, NULL, 0); in nvme_auth_gen_privkey()