Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_gcm_mode.c39 uint8_t * ptr_out; in hw_gcm_calculation() local
155 ptr_out = output; in hw_gcm_calculation()
186 ptr_out += SIZE_AES_BLOCK_BYTES; in hw_gcm_calculation()
208 hw_aes_start(ptr, ptr_out, 1); in hw_gcm_calculation()
209 ptr_out += SIZE_AES_BLOCK_BYTES; in hw_gcm_calculation()
216 memcpy(ptr_out, &temp_output[0], (size_t) len); in hw_gcm_calculation()
218 ptr_out += SIZE_AES_BLOCK_BYTES; in hw_gcm_calculation()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c181 uint8_t * ptr_out; in hw_aes_start() local
185 ptr_out = output; in hw_aes_start()
199 hw_aes_get_ciphertext(ptr_out); in hw_aes_start()
205 ptr_out += 16; in hw_aes_start()