Searched refs:crypto_kpp_set_secret (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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-6.15/net/bluetooth/ |
| H A D | ecdh_helper.c | 128 err = crypto_kpp_set_secret(tfm, buf, buf_len); in set_ecdh_privkey()
|
| /linux-6.15/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-6.15/security/keys/ |
| H A D | dh.c | 216 ret = crypto_kpp_set_secret(tfm, secret, secretlen); in __keyctl_dh_compute()
|
| /linux-6.15/drivers/crypto/ |
| H A D | atmel-ecc.c | 99 return crypto_kpp_set_secret(ctx->fallback, buf, len); in atmel_ecdh_set_secret()
|
| /linux-6.15/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 | 3791 err = crypto_kpp_set_secret(tfm, vec->secret, vec->secret_size); in do_test_kpp() 3867 err = crypto_kpp_set_secret(tfm, vec->b_secret, in do_test_kpp()
|
| /linux-6.15/drivers/nvme/common/ |
| H A D | auth.c | 391 ret = crypto_kpp_set_secret(dh_tfm, NULL, 0); in nvme_auth_gen_privkey()
|
| /linux-6.15/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 532 crypto_kpp_set_secret(kpp, encoded_key, buf_len); in tpm_buf_append_salt()
|
| /linux-6.15/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()
|