Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dsmp.c93 struct crypto_kpp *tfm_ecdh; member
131 struct crypto_kpp *tfm_ecdh; member
1402 if (IS_ERR(smp->tfm_ecdh)) { in smp_chan_create()
2802 tfm_ecdh = smp_dev->tfm_ecdh; in smp_cmd_public_key()
2804 tfm_ecdh = smp->tfm_ecdh; in smp_cmd_public_key()
3308 if (IS_ERR(tfm_ecdh)) { in smp_add_cid()
3312 return ERR_CAST(tfm_ecdh); in smp_add_cid()
3317 smp->tfm_ecdh = tfm_ecdh; in smp_add_cid()
3833 if (IS_ERR(tfm_ecdh)) { in bt_selftest_smp()
3836 return PTR_ERR(tfm_ecdh); in bt_selftest_smp()
[all …]