Home
last modified time | relevance | path

Searched refs:crypto_kpp_set_secret (Results 1 – 8 of 8) 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 Decdh_helper.c128 err = crypto_kpp_set_secret(tfm, buf, buf_len); in set_ecdh_privkey()
/openbmc/linux/include/crypto/
H A Dkpp.h329 static inline int crypto_kpp_set_secret(struct crypto_kpp *tfm, in crypto_kpp_set_secret() function
/openbmc/linux/security/keys/
H A Ddh.c216 ret = crypto_kpp_set_secret(tfm, secret, secretlen); in __keyctl_dh_compute()
/openbmc/linux/drivers/crypto/
H A Datmel-ecc.c99 return crypto_kpp_set_secret(ctx->fallback, buf, len); in atmel_ecdh_set_secret()
/openbmc/linux/drivers/nvme/common/
H A Dauth.c397 ret = crypto_kpp_set_secret(dh_tfm, NULL, 0); in nvme_auth_gen_privkey()
/openbmc/linux/crypto/
H A Ddh.c499 err = crypto_kpp_set_secret(tfm_ctx->dh_tfm, buf, buf_size); in dh_safe_prime_set_secret()
H A Dtestmgr.c3911 err = crypto_kpp_set_secret(tfm, vec->secret, vec->secret_size); in do_test_kpp()
3987 err = crypto_kpp_set_secret(tfm, vec->b_secret, in do_test_kpp()