Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dsmp.c94 struct crypto_kpp *tfm_ecdh; member
132 struct crypto_kpp *tfm_ecdh; member
552 err = set_ecdh_privkey(smp->tfm_ecdh, debug_sk); in smp_generate_oob()
560 err = generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk); in smp_generate_oob()
762 crypto_free_kpp(smp->tfm_ecdh); in smp_chan_destroy()
1400 smp->tfm_ecdh = crypto_alloc_kpp("ecdh-nist-p256", 0, 0); in smp_chan_create()
1401 if (IS_ERR(smp->tfm_ecdh)) { in smp_chan_create()
1902 if (set_ecdh_privkey(smp->tfm_ecdh, debug_sk)) in sc_send_public_key()
1909 if (generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk)) in sc_send_public_key()
2741 struct crypto_kpp *tfm_ecdh; in smp_cmd_public_key() local
[all …]