Searched refs:k1_out (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | csip_crypto.c | 164 uint8_t k1_out[BT_CSIP_CRYPTO_KEY_SIZE]; in bt_csip_sef() local 191 err = k1(k1_tmp, sizeof(k1_tmp), s1_out, p, sizeof(p), k1_out); in bt_csip_sef() 196 LOG_DBG("BE: k1 result %s", bt_hex(k1_out, sizeof(k1_out))); in bt_csip_sef() 200 sys_mem_swap(k1_out, sizeof(k1_out)); in bt_csip_sef() 203 mem_xor_128(out_sirk, k1_out, sirk); in bt_csip_sef()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | crypto.c | 226 uint8_t k1_out[16]; in bt_mesh_id128() local 234 err = bt_mesh_k1(n, 16, salt, id128, k1_out); in bt_mesh_id128() 239 err = bt_mesh_key_import(type, k1_out, out); in bt_mesh_id128()
|