Searched refs:ilk (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | smp.c | 688 uint8_t ilk[16]; in sc_derive_link_key() local 710 if (bt_crypto_h7(salt, conn->le.keys->ltk.val, ilk)) { in sc_derive_link_key() 718 if (bt_crypto_h6(conn->le.keys->ltk.val, tmp1, ilk)) { in sc_derive_link_key() 724 if (bt_crypto_h6(ilk, lebr, link_key->val)) { in sc_derive_link_key() 883 uint8_t ilk[16]; in smp_br_derive_ltk() local 915 if (bt_crypto_h7(salt, link_key->val, ilk)) { in smp_br_derive_ltk() 923 if (bt_crypto_h6(link_key->val, tmp2, ilk)) { in smp_br_derive_ltk() 929 if (bt_crypto_h6(ilk, brle, keys->ltk.val)) { in smp_br_derive_ltk()
|