Home
last modified time | relevance | path

Searched refs:secret_key (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.c2118 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_SetSecretKey() local
2120 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey()
2151 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_SetSecretKey()
2157 j=sizeof(secret_key); in HAL_CA_OTP_SetSecretKey()
2159 for(i = 0; i < sizeof(secret_key) && i < u32Size; i++) in HAL_CA_OTP_SetSecretKey()
2166 if(HAL_CA_OTP_Write(u32Addr,secret_key[i]) == FALSE) in HAL_CA_OTP_SetSecretKey()
2177 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_GetSecretKey() local
2179 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey()
2212 secret_key[i] = HAL_CA_OTP_Read(u32Addr); in HAL_CA_OTP_GetSecretKey()
2216 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_GetSecretKey()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.c2047 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_SetSecretKey() local
2049 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey()
2080 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_SetSecretKey()
2086 j=sizeof(secret_key); in HAL_CA_OTP_SetSecretKey()
2088 for(i = 0; i < sizeof(secret_key) && i < u32Size; i++) in HAL_CA_OTP_SetSecretKey()
2095 if(HAL_CA_OTP_Write(u32Addr,secret_key[i]) == FALSE) in HAL_CA_OTP_SetSecretKey()
2106 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_GetSecretKey() local
2108 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey()
2141 secret_key[i] = HAL_CA_OTP_Read(u32Addr); in HAL_CA_OTP_GetSecretKey()
2145 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_GetSecretKey()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.c2120 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_SetSecretKey() local
2122 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey()
2153 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_SetSecretKey()
2159 j=sizeof(secret_key); in HAL_CA_OTP_SetSecretKey()
2161 for(i = 0; i < sizeof(secret_key) && i < u32Size; i++) in HAL_CA_OTP_SetSecretKey()
2168 if(HAL_CA_OTP_Write(u32Addr,secret_key[i]) == FALSE) in HAL_CA_OTP_SetSecretKey()
2179 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_GetSecretKey() local
2181 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey()
2214 secret_key[i] = HAL_CA_OTP_Read(u32Addr); in HAL_CA_OTP_GetSecretKey()
2218 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_GetSecretKey()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.c2051 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_SetSecretKey() local
2053 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey()
2084 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_SetSecretKey()
2090 j=sizeof(secret_key); in HAL_CA_OTP_SetSecretKey()
2092 for(i = 0; i < sizeof(secret_key) && i < u32Size; i++) in HAL_CA_OTP_SetSecretKey()
2099 if(HAL_CA_OTP_Write(u32Addr,secret_key[i]) == FALSE) in HAL_CA_OTP_SetSecretKey()
2110 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_GetSecretKey() local
2112 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey()
2145 secret_key[i] = HAL_CA_OTP_Read(u32Addr); in HAL_CA_OTP_GetSecretKey()
2149 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_GetSecretKey()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.c2115 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_SetSecretKey() local
2117 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_SetSecretKey()
2148 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_SetSecretKey()
2154 j=sizeof(secret_key); in HAL_CA_OTP_SetSecretKey()
2156 for(i = 0; i < sizeof(secret_key) && i < u32Size; i++) in HAL_CA_OTP_SetSecretKey()
2163 if(HAL_CA_OTP_Write(u32Addr,secret_key[i]) == FALSE) in HAL_CA_OTP_SetSecretKey()
2174 MS_U32 secret_key[4] = {0}; in HAL_CA_OTP_GetSecretKey() local
2176 MS_U8 *p = (MS_U8 *)secret_key; in HAL_CA_OTP_GetSecretKey()
2209 secret_key[i] = HAL_CA_OTP_Read(u32Addr); in HAL_CA_OTP_GetSecretKey()
2213 if(sizeof(secret_key)>u32Size) in HAL_CA_OTP_GetSecretKey()
[all …]