Searched refs:crypto_kpp_set_secret (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/crypto/ |
H A D | api-kpp.rst | 14 …:functions: crypto_alloc_kpp crypto_free_kpp crypto_kpp_set_secret crypto_kpp_generate_public_key …
|
/linux/net/bluetooth/ |
H A D | ecdh_helper.c | 128 err = crypto_kpp_set_secret(tfm, buf, buf_len); in set_ecdh_privkey()
|
/linux/include/crypto/ |
H A D | kpp.h | 290 static inline int crypto_kpp_set_secret(struct crypto_kpp *tfm, in crypto_kpp_set_secret() function
|
/linux/security/keys/ |
H A D | dh.c | 216 ret = crypto_kpp_set_secret(tfm, secret, secretlen); in __keyctl_dh_compute()
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 388 ret = crypto_kpp_set_secret(dh_tfm, NULL, 0); in nvme_auth_gen_privkey()
|
/linux/crypto/ |
H A D | dh.c | 500 err = crypto_kpp_set_secret(tfm_ctx->dh_tfm, buf, buf_size); in dh_safe_prime_set_secret()
|
H A D | testmgr.c | 3957 err = crypto_kpp_set_secret(tfm, vec->secret, vec->secret_size); in do_test_kpp() 4033 err = crypto_kpp_set_secret(tfm, vec->b_secret, in do_test_kpp()
|
/linux/drivers/char/tpm/ |
H A D | tpm2-sessions.c | 537 crypto_kpp_set_secret(kpp, encoded_key, buf_len); in tpm_buf_append_salt()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 488 return crypto_kpp_set_secret(ctx->ftfm, buf, len); in qat_dh_set_secret()
|