Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.c255 const uint8_t zero_block[POLY1305_BLOCK_SIZE] = {0}; in cc3xx_lowlevel_chacha20_update() local
258 cc3xx_lowlevel_poly1305_update(zero_block, POLY1305_BLOCK_SIZE - in cc3xx_lowlevel_chacha20_update()
Dcc3xx_aes.c1117 static const uint32_t zero_block[AES_BLOCK_SIZE / sizeof(uint32_t)] = {0}; in cc3xx_lowlevel_aes_uninit() local
1120 set_iv(zero_block); in cc3xx_lowlevel_aes_uninit()
1121 set_ctr(zero_block); in cc3xx_lowlevel_aes_uninit()