Searched refs:cc3xx_lowlevel_poly1305_update (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_chacha.c | 233 cc3xx_lowlevel_poly1305_update(in, in_len); in cc3xx_lowlevel_chacha20_update_authed_data() 258 cc3xx_lowlevel_poly1305_update(zero_block, POLY1305_BLOCK_SIZE - in cc3xx_lowlevel_chacha20_update() 270 cc3xx_lowlevel_poly1305_update(in, in_len); in cc3xx_lowlevel_chacha20_update() 295 … cc3xx_lowlevel_poly1305_update((uint8_t *)(dma_state.output_addr - bytes_outputted_from_dma), in cc3xx_lowlevel_chacha20_update() 357 cc3xx_lowlevel_poly1305_update((uint8_t *)(dma_state.output_addr - final_data_size), in cc3xx_lowlevel_chacha20_finish() 369 cc3xx_lowlevel_poly1305_update((uint8_t *)len_block, pad_len); in cc3xx_lowlevel_chacha20_finish() 373 cc3xx_lowlevel_poly1305_update((uint8_t *)len_block, in cc3xx_lowlevel_chacha20_finish()
|
| D | cc3xx_poly1305.h | 65 void cc3xx_lowlevel_poly1305_update(const uint8_t *buf, size_t length);
|
| D | cc3xx_poly1305.c | 101 void cc3xx_lowlevel_poly1305_update(const uint8_t *buf, size_t length) in cc3xx_lowlevel_poly1305_update() function
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/ |
| D | cc3xx_psa_aead.c | 346 cc3xx_lowlevel_poly1305_update(input, input_size); in cc3xx_aead_update_ad() 433 cc3xx_lowlevel_poly1305_update(pad, 16 - operation->chacha.authed_len % 16); in cc3xx_aead_update() 464 cc3xx_lowlevel_poly1305_update(bufs[1], *output_length); in cc3xx_aead_update() 467 cc3xx_lowlevel_poly1305_update(bufs[0], *output_length); in cc3xx_aead_update() 553 cc3xx_lowlevel_poly1305_update(pad, 16 - operation->chacha.crypted_len % 16); in cc3xx_aead_finish() 563 cc3xx_lowlevel_poly1305_update((uint8_t *)last_block, sizeof(last_block)); in cc3xx_aead_finish() 672 cc3xx_lowlevel_poly1305_update(pad, 16 - operation->chacha.crypted_len % 16); in cc3xx_aead_verify() 682 cc3xx_lowlevel_poly1305_update((uint8_t *)last_block, sizeof(last_block)); in cc3xx_aead_verify()
|