Home
last modified time | relevance | path

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

/bsp/microchip/same54/bsp/hal/src/
A Dhal_aes_sync.c40 uint32_t *iv_ofst, uint32_t block_bytes);
128 uint32_t *iv_ofst, uint32_t block_bytes) in aes_sync_cfb_crypt_first_unaligned_data() argument
131 while (((*iv_ofst) < block_bytes) && *length) { in aes_sync_cfb_crypt_first_unaligned_data()
140 *iv_ofst &= (block_bytes - 1); in aes_sync_cfb_crypt_first_unaligned_data()

Completed in 4 milliseconds