Searched defs:salt (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.c | 81 uint8_t salt[16]; in bt_mesh_k2() local 225 uint8_t salt[16]; in bt_mesh_id128() local 574 uint8_t salt[16]; in bt_mesh_virtual_addr() local 611 uint8_t *salt) in bt_mesh_prov_conf_salt() 718 uint8_t salt[16]; in private_beacon_obf() local 744 uint8_t salt[16], tmp[16]; in private_beacon_auth() local
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 59 static const uint8_t salt[16] = {0x6c, 0x88, 0x83, 0x91, 0xaa, 0xf5, 0xa5, 0x38, in bt_crypto_f5() local
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 150 uint8_t salt[16] = {0x31, 0x70, 0x6d, 0x74, 0x00, 0x00, 0x00, 0x00, in ZTEST() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 769 static const uint8_t salt[16] = { 0x31, 0x70, 0x6d, 0x74, in sc_derive_link_key() local 974 static const uint8_t salt[16] = { 0x32, 0x70, 0x6d, 0x74, in smp_br_derive_ltk() local 5330 uint8_t salt[16] = { 0x31, 0x70, 0x6d, 0x74, 0x00, 0x00, 0x00, 0x00, in smp_h7_test() local
|