Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsmp.c96 struct crypto_kpp *tfm_ecdh; member
135 struct crypto_kpp *tfm_ecdh; member
570 err = set_ecdh_privkey(smp->tfm_ecdh, debug_sk); in smp_generate_oob()
578 err = generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk); in smp_generate_oob()
777 crypto_free_kpp(smp->tfm_ecdh); in smp_chan_destroy()
1408 smp->tfm_ecdh = crypto_alloc_kpp("ecdh", CRYPTO_ALG_INTERNAL, 0); in smp_chan_create()
1409 if (IS_ERR(smp->tfm_ecdh)) { in smp_chan_create()
1912 if (set_ecdh_privkey(smp->tfm_ecdh, debug_sk)) in sc_send_public_key()
1919 if (generate_ecdh_keys(smp->tfm_ecdh, smp->local_pk)) in sc_send_public_key()
2687 struct crypto_kpp *tfm_ecdh; in smp_cmd_public_key() local
[all …]