Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_gcm_mode.c38 uint8_t * ptr_out_temp; in hw_gcm_calculation() local
164 ptr_out_temp = &temp_output[0]; in hw_gcm_calculation()
215 hw_aes_start(&data[0], ptr_out_temp, 1); in hw_gcm_calculation()
217 ptr_out_temp += SIZE_AES_BLOCK_BYTES; in hw_gcm_calculation()