| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/dscmb/ |
| H A D | halDSCMB.c | 2322 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen) in HAL_DSCMB_Cipher_ES_SetStaticKey() argument 2330 if((NULL == pu8StaticKey) || (REG_CIPHER_ES_KEY_LEN != u32KeyLen)) in HAL_DSCMB_Cipher_ES_SetStaticKey() 2339 …W(REG_CIPHER_ES_SWKEY(u32EngId)+0,(pu8StaticKey[12] <<24)|(pu8StaticKey[13] <<16)|(pu8StaticKey[14… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2340 …W(REG_CIPHER_ES_SWKEY(u32EngId)+1,(pu8StaticKey[8] <<24)|(pu8StaticKey[9] <<16)|(pu8StaticKey[10… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2341 …W(REG_CIPHER_ES_SWKEY(u32EngId)+2,(pu8StaticKey[4] <<24)|(pu8StaticKey[5] <<16)|(pu8StaticKey[6]… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2342 …W(REG_CIPHER_ES_SWKEY(u32EngId)+3,(pu8StaticKey[0] <<24)|(pu8StaticKey[1] <<16)|(pu8StaticKey[2]… in HAL_DSCMB_Cipher_ES_SetStaticKey()
|
| H A D | halDSCMB.h | 761 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/dscmb/ |
| H A D | halDSCMB.c | 2346 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen) in HAL_DSCMB_Cipher_ES_SetStaticKey() argument 2354 if((NULL == pu8StaticKey) || (REG_CIPHER_ES_KEY_LEN != u32KeyLen)) in HAL_DSCMB_Cipher_ES_SetStaticKey() 2363 …W(REG_CIPHER_ES_SWKEY(u32EngId)+0,(pu8StaticKey[12] <<24)|(pu8StaticKey[13] <<16)|(pu8StaticKey[14… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2364 …W(REG_CIPHER_ES_SWKEY(u32EngId)+1,(pu8StaticKey[8] <<24)|(pu8StaticKey[9] <<16)|(pu8StaticKey[10… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2365 …W(REG_CIPHER_ES_SWKEY(u32EngId)+2,(pu8StaticKey[4] <<24)|(pu8StaticKey[5] <<16)|(pu8StaticKey[6]… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2366 …W(REG_CIPHER_ES_SWKEY(u32EngId)+3,(pu8StaticKey[0] <<24)|(pu8StaticKey[1] <<16)|(pu8StaticKey[2]… in HAL_DSCMB_Cipher_ES_SetStaticKey()
|
| H A D | halDSCMB.h | 767 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/dscmb/ |
| H A D | halDSCMB.c | 2316 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen) in HAL_DSCMB_Cipher_ES_SetStaticKey() argument 2324 if((NULL == pu8StaticKey) || (REG_CIPHER_ES_KEY_LEN != u32KeyLen)) in HAL_DSCMB_Cipher_ES_SetStaticKey() 2333 …W(REG_CIPHER_ES_SWKEY(u32EngId)+0,(pu8StaticKey[12] <<24)|(pu8StaticKey[13] <<16)|(pu8StaticKey[14… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2334 …W(REG_CIPHER_ES_SWKEY(u32EngId)+1,(pu8StaticKey[8] <<24)|(pu8StaticKey[9] <<16)|(pu8StaticKey[10… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2335 …W(REG_CIPHER_ES_SWKEY(u32EngId)+2,(pu8StaticKey[4] <<24)|(pu8StaticKey[5] <<16)|(pu8StaticKey[6]… in HAL_DSCMB_Cipher_ES_SetStaticKey() 2336 …W(REG_CIPHER_ES_SWKEY(u32EngId)+3,(pu8StaticKey[0] <<24)|(pu8StaticKey[1] <<16)|(pu8StaticKey[2]… in HAL_DSCMB_Cipher_ES_SetStaticKey()
|
| H A D | halDSCMB.h | 758 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvDSCMB_v2.h | 187 MS_U8* pu8StaticKey; member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | mdrvDSCMB.c | 536 (MS_U8*)psSetStaticKey->pu8StaticKey)) in DSCMBIoctl()
|
| H A D | drvDSCMB.c | 5320 pArgs.pu8StaticKey = pu8Statickey; in MDrv_DSCMB2_ES_SetStaticKey()
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/ |
| H A D | halDSCMB.h | 757 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/dscmb/ |
| H A D | halDSCMB.h | 753 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| H A D | halDSCMB.c | 2306 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen) in HAL_DSCMB_Cipher_ES_SetStaticKey() argument
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/dscmb/ |
| H A D | halDSCMB.h | 753 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| H A D | halDSCMB.c | 2306 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen) in HAL_DSCMB_Cipher_ES_SetStaticKey() argument
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/ |
| H A D | halDSCMB.h | 757 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/ |
| H A D | halDSCMB.h | 757 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/ |
| H A D | halDSCMB.h | 747 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 17533 MS_U8* pu8StaticKey;
|