Searched defs:salt (Results 1 – 4 of 4) sorted by relevance
/btstack/test/crypto/ |
H A D | aes_cmac_test.c | 224 static void h7(sm_key_t res, const sm_key_t salt, const sm_key_t w){ in h7() 347 …const uint8_t salt[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… in main() local
|
/btstack/test/mesh/ |
H A D | mesh_crypto.py | 50 def k1(n, salt, p): argument
|
/btstack/src/mesh/ |
H A D | mesh_crypto.c | 60 …k1(btstack_crypto_aes128_cmac_t * request, const uint8_t * n, uint16_t n_len, const uint8_t * salt, in mesh_k1()
|
/btstack/src/ble/ |
H A D | sm.c | 2083 static void h7_engine(sm_connection_t * sm_conn, const sm_key_t salt, const sm_key_t w) { in h7_engine() 2115 …const uint8_t salt[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… in h7_calculate_ilk_from_le_ltk() local 2120 …const uint8_t salt[16] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… in h7_calculate_ilk_from_br_edr() local
|