Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dsmp.c93 struct crypto_kpp *tfm_ecdh; member
131 struct crypto_kpp *tfm_ecdh; member
561 err = set_ecdh_privkey(smp->tfm_ecdh, debug_sk); in smp_generate_oob()
569 err = generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk); in smp_generate_oob()
767 crypto_free_kpp(smp->tfm_ecdh); in smp_chan_destroy()
1389 smp->tfm_ecdh = crypto_alloc_kpp("ecdh", CRYPTO_ALG_INTERNAL, 0); in smp_chan_create()
1390 if (IS_ERR(smp->tfm_ecdh)) { in smp_chan_create()
1891 if (set_ecdh_privkey(smp->tfm_ecdh, debug_sk)) in sc_send_public_key()
1898 if (generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk)) in sc_send_public_key()
2679 struct crypto_kpp *tfm_ecdh; in smp_cmd_public_key() local
[all …]