Searched defs:salt (Results 1 – 11 of 11) sorted by relevance
136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local246 static int32_t GetProductSalt(char *salt, int32_t saltLen) in GetProductSalt()347 char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local626 uint8_t salt[SALT_LEN] = {0}; in GetTokenInfo() local
29 uint8_t salt[SALT_LEN] = {0}; in WriteTicketToDevice() local
152 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt()339 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* … in GetAesKey()
136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local246 static int32_t GetProductSalt(unsigned char *salt, int32_t saltLen) in GetProductSalt()347 unsigned char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local601 uint8_t salt[SALT_LEN] = {0}; in GetTokenInfo() local
30 uint8_t salt[SALT_LEN] = {0}; in WriteTicketToDevice() local
74 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt()164 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* … in GetAesKey()
125 char salt[SALT_ENCRYPT_LEN]; member131 char salt[SALT_ENCRYPT_LEN]; member
139 char salt[SALT_ENCRYPT_LEN]; member145 char salt[SALT_ENCRYPT_LEN]; member
18 let salt = new Uint8Array([ variable
205 char *salt = static_cast<char *>(malloc(sizeof(char) * lenV)); in Crypt() local