Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Daes_ccm.c152 static int ccm_crypt(const uint8_t key[16], const uint8_t nonce[13], in ccm_crypt() function
201 ccm_crypt(key, nonce, enc_data, plaintext, len); in bt_ccm_decrypt()
230 ccm_crypt(key, nonce, plaintext, enc_data, len); in bt_ccm_encrypt()