Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dsmp.c93 struct crypto_kpp *tfm_ecdh; member
131 struct crypto_kpp *tfm_ecdh; member
551 err = set_ecdh_privkey(smp->tfm_ecdh, debug_sk); in smp_generate_oob()
559 err = generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk); in smp_generate_oob()
761 crypto_free_kpp(smp->tfm_ecdh); in smp_chan_destroy()
1390 smp->tfm_ecdh = crypto_alloc_kpp("ecdh", 0, 0); in smp_chan_create()
1391 if (IS_ERR(smp->tfm_ecdh)) { in smp_chan_create()
1892 if (set_ecdh_privkey(smp->tfm_ecdh, debug_sk)) in sc_send_public_key()
1899 if (generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk)) in sc_send_public_key()
2727 struct crypto_kpp *tfm_ecdh; in smp_cmd_public_key() local
[all …]