Home
last modified time | relevance | path

Searched refs:zero_key (Results 1 – 2 of 2) sorted by relevance

/btstack/test/mesh/
H A Dmesh_crypto.py47 zero_key = bytes(16)
48 return aes_cmac(zero_key, m)
/btstack/src/ble/
H A Datt_db_util.c398 static const uint8_t zero_key[16] = { 0 }; in att_db_util_hash_calc() local
400 …btstack_crypto_aes128_cmac_generator(request, zero_key, att_db_hash_len, &att_db_util_hash_get, db… in att_db_util_hash_calc()