Searched refs:ptr_out (Results 1 – 2 of 2) sorted by relevance
39 uint8_t * ptr_out; in hw_gcm_calculation() local155 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()
181 uint8_t * ptr_out; in hw_aes_start() local185 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()