Searched refs:ilk (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 752 uint8_t ilk[16]; in sc_derive_link_key() local 774 if (bt_crypto_h7(salt, conn->le.keys->ltk.val, ilk)) { in sc_derive_link_key() 782 if (bt_crypto_h6(conn->le.keys->ltk.val, tmp1, ilk)) { in sc_derive_link_key() 788 if (bt_crypto_h6(ilk, lebr, link_key->val)) { in sc_derive_link_key() 947 uint8_t ilk[16]; in smp_br_derive_ltk() local 979 if (bt_crypto_h7(salt, link_key->val, ilk)) { in smp_br_derive_ltk() 987 if (bt_crypto_h6(link_key->val, tmp2, ilk)) { in smp_br_derive_ltk() 993 if (bt_crypto_h6(ilk, brle, keys->ltk.val)) { in smp_br_derive_ltk()
|