Searched refs:tfm_ecdh (Results 1 – 1 of 1) sorted by relevance
93 struct crypto_kpp *tfm_ecdh; member131 struct crypto_kpp *tfm_ecdh; member1402 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 …]