Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A 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()
H A Decdh_helper.h26 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 pair_public_key[64],
H A Decdh_helper.c44 int compute_ecdh_secret(struct crypto_kpp *tfm, const u8 public_key[64], in compute_ecdh_secret() function
H A Dsmp.c2808 if (compute_ecdh_secret(tfm_ecdh, smp->remote_pk, smp->dhkey)) in smp_cmd_public_key()