Home
last modified time | relevance | path

Searched refs:pu8RSAKey (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/
H A DdrvCA.c1601 MS_BOOL MDrv_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in MDrv_CA_OTP_SetRSAKey() argument
1604 return HAL_CA_OTP_SetRSAKey(eKeySel, pu8RSAKey, u32Size); in MDrv_CA_OTP_SetRSAKey()
1616 MS_BOOL MDrv_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in MDrv_CA_OTP_GetRSAKey() argument
1619 return HAL_CA_OTP_GetRSAKey(eKeySel, pu8RSAKey, u32Size); in MDrv_CA_OTP_GetRSAKey()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCA.h297 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size…
298 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.c2233 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_SetRSAKey() argument
2252 p[i] = pu8RSAKey[i]; in HAL_CA_OTP_SetRSAKey()
2265 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_GetRSAKey() argument
2289 pu8RSAKey[i] = p[i]; in HAL_CA_OTP_GetRSAKey()
H A DhalCA.h176 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size);
177 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.c2162 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_SetRSAKey() argument
2181 p[i] = pu8RSAKey[i]; in HAL_CA_OTP_SetRSAKey()
2194 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_GetRSAKey() argument
2218 pu8RSAKey[i] = p[i]; in HAL_CA_OTP_GetRSAKey()
H A DhalCA.h176 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size);
177 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.c2235 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_SetRSAKey() argument
2254 p[i] = pu8RSAKey[i]; in HAL_CA_OTP_SetRSAKey()
2267 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_GetRSAKey() argument
2291 pu8RSAKey[i] = p[i]; in HAL_CA_OTP_GetRSAKey()
H A DhalCA.h185 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size);
186 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.c2166 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_SetRSAKey() argument
2185 p[i] = pu8RSAKey[i]; in HAL_CA_OTP_SetRSAKey()
2198 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_GetRSAKey() argument
2222 pu8RSAKey[i] = p[i]; in HAL_CA_OTP_GetRSAKey()
H A DhalCA.h176 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size);
177 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.c2230 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_SetRSAKey() argument
2249 p[i] = pu8RSAKey[i]; in HAL_CA_OTP_SetRSAKey()
2262 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size) in HAL_CA_OTP_GetRSAKey() argument
2286 pu8RSAKey[i] = p[i]; in HAL_CA_OTP_GetRSAKey()
H A DhalCA.h176 MS_BOOL HAL_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size);
177 MS_BOOL HAL_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt59917 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_SetRSAKey(CA_RSA_KEY eKeySel, const MS_U8 *pu8RSAKey, MS_U32 u32Size…
59918 DLL_PUBLIC MS_BOOL MDrv_CA_OTP_GetRSAKey(CA_RSA_KEY eKeySel, MS_U8 *pu8RSAKey, MS_U32 u32Size);