Home
last modified time | relevance | path

Searched refs:compute_ecdh_secret (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dselftest.c159 ret = compute_ecdh_secret(tfm, pub_b, dhkey_a); in test_ecdh_sample()
172 ret = compute_ecdh_secret(tfm, pub_a, dhkey_b); in test_ecdh_sample()
Decdh_helper.h26 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 pair_public_key[64],
Decdh_helper.c44 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], in compute_ecdh_secret() function
Dsmp.c2807 if (compute_ecdh_secret(tfm_ecdh, smp->remote_pk, smp->dhkey)) in smp_cmd_public_key()