Searched defs:BT_EAD_IV_SIZE (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/lib/ |
D | ead.c | 54 static int bt_ead_generate_nonce(const uint8_t iv[BT_EAD_IV_SIZE], in bt_ead_generate_nonce() 78 static int ead_encrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE], in ead_encrypt() 105 int bt_ead_encrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE], in bt_ead_encrypt() 139 const uint8_t iv[BT_EAD_IV_SIZE], in bt_test_ead_encrypt() 178 static int ead_decrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE], in ead_decrypt() 208 int bt_ead_decrypt(const uint8_t session_key[BT_EAD_KEY_SIZE], const uint8_t iv[BT_EAD_IV_SIZE], in bt_ead_decrypt()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | ead.h | 30 #define BT_EAD_IV_SIZE 8 macro
|