| /utopia/UTPA2-700.0.x/modules/security/hal/mainz/aesdma/ |
| H A D | halAESDMA.c | 209 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 211 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 212 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 213 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 214 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1101 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1103 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1104 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1105 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1106 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 194 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 256 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 257 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/messi/aesdma/ |
| H A D | halAESDMA.c | 209 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 211 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 212 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 213 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 214 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1101 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1103 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1104 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1105 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1106 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 194 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 256 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 257 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/mooney/aesdma/ |
| H A D | halAESDMA.c | 204 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 206 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 207 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 208 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 209 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1089 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1091 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1092 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1093 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1094 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 194 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 256 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 257 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/mustang/aesdma/ |
| H A D | halAESDMA.c | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 204 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 205 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 206 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 207 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1080 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1082 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1083 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1084 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1085 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 196 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 262 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 263 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/maldives/aesdma/ |
| H A D | halAESDMA.c | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 204 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 205 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 206 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 207 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1079 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1081 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1082 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1083 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1084 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 196 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 262 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 263 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/macan/aesdma/ |
| H A D | halAESDMA.c | 212 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 214 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 215 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 216 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 217 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1130 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1132 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1133 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1134 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1135 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 194 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 256 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 257 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/maxim/aesdma/ |
| H A D | halAESDMA.c | 215 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 217 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 218 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 219 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 220 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1115 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1117 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1118 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1119 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1120 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 264 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 265 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/manhattan/aesdma/ |
| H A D | halAESDMA.c | 212 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 214 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 215 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 216 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 217 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1137 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1139 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1140 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1141 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1142 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 264 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 265 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/M7621/aesdma/ |
| H A D | halAESDMA.c | 215 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 217 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 218 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 219 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 220 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1115 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1117 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1118 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1119 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1120 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 264 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 265 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/maserati/aesdma/ |
| H A D | halAESDMA.c | 231 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 233 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 234 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 235 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 236 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1131 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1133 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1134 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1135 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1136 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 264 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 265 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|
| /utopia/UTPA2-700.0.x/modules/security/hal/M7821/aesdma/ |
| H A D | halAESDMA.c | 231 void AESDMA_Set_CipherKey(MS_U32 *cipherkey) in AESDMA_Set_CipherKey() argument 233 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherKey() 234 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherKey() 235 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherKey() 236 REG32_W((&_AESDMACtrl[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherKey() 1131 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey) in AESDMA_Set_CipherOddKey() argument 1133 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_L) , cipherkey[0]); in AESDMA_Set_CipherOddKey() 1134 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_L.Key_H) , cipherkey[1]); in AESDMA_Set_CipherOddKey() 1135 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_L) , cipherkey[2]); in AESDMA_Set_CipherOddKey() 1136 REG32_W((&_AESDMACtrlEx[0].Dma_CipherKey_H.Key_H) , cipherkey[3]); in AESDMA_Set_CipherOddKey() [all …]
|
| H A D | halAESDMA.h | 202 void AESDMA_Set_CipherKey(MS_U32 *cipherkey); 264 void AESDMA_Set_CipherOddKey(MS_U32 *cipherkey); 265 void AESDMA_Set_CipherEvenKey(MS_U32 *cipherkey);
|