Home
last modified time | relevance | path

Searched refs:HAL_CA_OTP_SetSecretKey (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.h174 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size);
H A DhalCA.c2112 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size) in HAL_CA_OTP_SetSecretKey() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.h174 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size);
H A DhalCA.c2048 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size) in HAL_CA_OTP_SetSecretKey() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.h183 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size);
H A DhalCA.c2117 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size) in HAL_CA_OTP_SetSecretKey() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.h174 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size);
H A DhalCA.c2044 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size) in HAL_CA_OTP_SetSecretKey() function
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.h174 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size);
H A DhalCA.c2115 MS_BOOL HAL_CA_OTP_SetSecretKey(CA_SECRET_KEY eKeySel, const MS_U8 *pu8SecretKey, MS_U32 u32Size) in HAL_CA_OTP_SetSecretKey() function
/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c1574 return HAL_CA_OTP_SetSecretKey(eKeySel, pu8SecretKey, u32Size); in MDrv_CA_OTP_SetSecretKey()