Searched refs:au32Keys (Results 1 – 6 of 6) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | crypto.c | 183 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/ |
| D | crypto.h | 344 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/ |
| D | crypto.h | 177 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize);
|
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | crypto.c | 176 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/ |
| D | crypto.h | 414 void AES_SetKey(CRPT_T *crpt, uint32_t u32Channel, uint32_t au32Keys[], uint32_t u32KeySize);
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | crypto.c | 207 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()
|