Home
last modified time | relevance | path

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

/bsp/microchip/same54/bsp/hal/src/
A Dhal_aes_sync.c130 if (*iv_ofst) { in aes_sync_cfb_crypt_first_unaligned_data()
137 (*iv_ofst)++; in aes_sync_cfb_crypt_first_unaligned_data()
159 (*iv_ofst)++; in aes_sync_cfb_crypt_last_unaligned_data()
170 ASSERT(descr && input && output && length && iv && iv_ofst && *iv_ofst < 16); in aes_sync_cfb128_crypt()
191 ASSERT(descr && input && output && length && iv && iv_ofst && *iv_ofst < 8); in aes_sync_cfb64_crypt()
222 ASSERT(descr && input && output && length && iv && iv_ofst && *iv_ofst < 4); in aes_sync_cfb32_crypt()
278 if (*iv_ofst) { in aes_sync_ofb_crypt()
283 (*iv_ofst)++; in aes_sync_ofb_crypt()
286 *iv_ofst &= 0xF; in aes_sync_ofb_crypt()
295 *iv_ofst = 0; in aes_sync_ofb_crypt()
[all …]
/bsp/microchip/same54/bsp/hal/include/
A Dhal_aes_sync.h144 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
160 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
176 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
192 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
221 uint8_t *iv, uint32_t *iv_ofst);

Completed in 10 milliseconds