Searched refs:temp (Results 1 – 3 of 3) sorted by relevance
61 uint32_t temp[4]; in hw_sc324_aes_kernel_key_set() local75 hw_sc324_aes_endian_convert(temp, (uint32_t *) p_key, 4); in hw_sc324_aes_kernel_key_set()76 R_AES->AESKW0 = temp[0]; in hw_sc324_aes_kernel_key_set()77 R_AES->AESKW0 = temp[1]; in hw_sc324_aes_kernel_key_set()78 R_AES->AESKW0 = temp[2]; in hw_sc324_aes_kernel_key_set()79 R_AES->AESKW0 = temp[3]; in hw_sc324_aes_kernel_key_set()92 hw_sc324_aes_endian_convert(temp, (uint32_t *) p_key + 4, 4); in hw_sc324_aes_kernel_key_set()93 R_AES->AESKW1 = temp[0]; in hw_sc324_aes_kernel_key_set()94 R_AES->AESKW1 = temp[1]; in hw_sc324_aes_kernel_key_set()95 R_AES->AESKW1 = temp[2]; in hw_sc324_aes_kernel_key_set()[all …]
597 uint8_t temp; in HW_SCE_Aes128GcmDecryptFinalSub() local620 temp = Target_Tag[iLoop]; in HW_SCE_Aes128GcmDecryptFinalSub()621 if (temp != Tag[iLoop]) in HW_SCE_Aes128GcmDecryptFinalSub()730 uint8_t temp; in HW_SCE_Aes192GcmDecryptFinalSub() local753 temp = Target_Tag[iLoop]; in HW_SCE_Aes192GcmDecryptFinalSub()754 if (temp != Tag[iLoop]) in HW_SCE_Aes192GcmDecryptFinalSub()863 uint8_t temp; in HW_SCE_Aes256GcmDecryptFinalSub() local886 temp = Target_Tag[iLoop]; in HW_SCE_Aes256GcmDecryptFinalSub()887 if (temp != Tag[iLoop]) in HW_SCE_Aes256GcmDecryptFinalSub()
2356 uint32_t * temp = (uint32_t *) p_id_code; in flash_hp_set_id_code() local2372 temp_area[index] = temp[index]; in flash_hp_set_id_code()