Searched defs:aad (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | aes_ccm.c | 41 static int ccm_calculate_X0(const uint8_t key[16], const uint8_t *aad, uint8_t aad_len, in ccm_calculate_X0() 100 const uint8_t *cleartext_msg, uint16_t msg_len, const uint8_t *aad, in ccm_auth() 192 const uint8_t *enc_data, size_t len, const uint8_t *aad, in bt_ccm_decrypt() 213 const uint8_t *plaintext, size_t len, const uint8_t *aad, in bt_ccm_encrypt()
|
/Zephyr-latest/tests/bluetooth/bt_crypto_ccm/src/ |
D | test_bt_crypto_ccm.c | 31 const uint8_t *aad = p->input; in ZTEST() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 43 size_t len, const uint8_t *aad, size_t aad_len, uint8_t *enc_data, in bt_mesh_ccm_encrypt() 50 size_t len, const uint8_t *aad, size_t aad_len, uint8_t *plaintext, in bt_mesh_ccm_decrypt()
|
D | crypto_psa.c | 80 const uint8_t *plaintext, size_t len, const uint8_t *aad, in bt_mesh_ccm_encrypt() 103 const uint8_t *enc_data, size_t len, const uint8_t *aad, in bt_mesh_ccm_decrypt()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.c | 1378 uint8_t aad; in radio_ccm_tx_pkt_set() local 1431 uint8_t aad; in radio_ccm_is_done() local
|