Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_gcm_mode.c41 uint8_t temp_output[SIZE_AES_BLOCK_BYTES]; in hw_gcm_calculation() local
164 ptr_out_temp = &temp_output[0]; in hw_gcm_calculation()
216 memcpy(ptr_out, &temp_output[0], (size_t) len); in hw_gcm_calculation()