Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/crypto/
Dbt_crypto.c241 uint8_t salt_s[16]; in bt_crypto_h7() local
248 sys_memcpy_swap(salt_s, salt, 16); in bt_crypto_h7()
250 err = bt_crypto_aes_cmac(salt_s, ws, 16, res); in bt_crypto_h7()