Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/primitive/
Dhw_sce_p_p2e.c9 fsp_err_t HW_SCE_Aes256OutputKeyForDotfSub (uint32_t InData_KeyIndex[], uint32_t InData_DOTFSEED[]) in HW_SCE_Aes256OutputKeyForDotfSub() argument
111 WR1_PROG(REG_1420H, InData_DOTFSEED[0]); in HW_SCE_Aes256OutputKeyForDotfSub()
113 WR1_PROG(REG_1420H, InData_DOTFSEED[1]); in HW_SCE_Aes256OutputKeyForDotfSub()
Dhw_sce_p_p2c.c9 fsp_err_t HW_SCE_Aes128OutputKeyForDotfSub (uint32_t InData_KeyIndex[], uint32_t InData_DOTFSEED[]) in HW_SCE_Aes128OutputKeyForDotfSub() argument
140 WR1_PROG(REG_1420H, InData_DOTFSEED[0]); in HW_SCE_Aes128OutputKeyForDotfSub()
142 WR1_PROG(REG_1420H, InData_DOTFSEED[1]); in HW_SCE_Aes128OutputKeyForDotfSub()
Dhw_sce_p_p2d.c9 fsp_err_t HW_SCE_Aes192OutputKeyForDotfSub (uint32_t InData_KeyIndex[], uint32_t InData_DOTFSEED[]) in HW_SCE_Aes192OutputKeyForDotfSub() argument
134 WR1_PROG(REG_1420H, InData_DOTFSEED[0]); in HW_SCE_Aes192OutputKeyForDotfSub()
136 WR1_PROG(REG_1420H, InData_DOTFSEED[1]); in HW_SCE_Aes192OutputKeyForDotfSub()
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/private/inc/
Dhw_sce_ra_private.h362 fsp_err_t HW_SCE_Aes128OutputKeyForDotfSub(uint32_t InData_KeyIndex[], uint32_t InData_DOTFSEED[]);
363 fsp_err_t HW_SCE_Aes192OutputKeyForDotfSub(uint32_t InData_KeyIndex[], uint32_t InData_DOTFSEED[]);
364 fsp_err_t HW_SCE_Aes256OutputKeyForDotfSub(uint32_t InData_KeyIndex[], uint32_t InData_DOTFSEED[]);