Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dcrypto.c183 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize) in AES_SetKey() argument
194 outpw(key_reg_addr, au32Keys[i]); in AES_SetKey()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dcrypto.h344 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize);
349 void TDES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[3][2]);
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dcrypto.h177 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize);
/hal_nuvoton-latest/m48x/StdDriver/src/
Dcrypto.c176 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize) in AES_SetKey() argument
185 outpw(key_reg_addr, au32Keys[i]); in AES_SetKey()
297 void TDES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[3][2]) in TDES_SetKey()
305 outpw(reg_addr, au32Keys[i][0]); /* TDESn_KEYxH */ in TDES_SetKey()
307 outpw(reg_addr, au32Keys[i][1]); /* TDESn_KEYxL */ in TDES_SetKey()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dcrypto.h414 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize);
/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c207 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize) in AES_SetKey() argument
218 outpw(key_reg_addr, au32Keys[i]); in AES_SetKey()