Home
last modified time | relevance | path

Searched refs:pu8StaticKey (Results 1 – 18 of 18) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/dscmb/
H A DhalDSCMB.c2322 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 DhalDSCMB.h761 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 DhalDSCMB.c2346 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 DhalDSCMB.h767 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 DhalDSCMB.c2316 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 DhalDSCMB.h758 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 DdrvDSCMB_v2.h187 MS_U8* pu8StaticKey; member
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c536 (MS_U8*)psSetStaticKey->pu8StaticKey)) in DSCMBIoctl()
H A DdrvDSCMB.c5320 pArgs.pu8StaticKey = pu8Statickey; in MDrv_DSCMB2_ES_SetStaticKey()
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalDSCMB.h757 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 DhalDSCMB.h753 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
H A DhalDSCMB.c2306 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 DhalDSCMB.h753 MS_BOOL HAL_DSCMB_Cipher_ES_SetStaticKey(MS_U32 u32EngId, MS_U8 *pu8StaticKey, MS_U32 u32KeyLen);
H A DhalDSCMB.c2306 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 DhalDSCMB.h757 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 DhalDSCMB.h757 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 DhalDSCMB.h747 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 Dpreprocess.txt17533 MS_U8* pu8StaticKey;