Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 11 of 11) sorted by relevance

/test/xts/device_attest/services/core/security/
Dattest_security_token.c136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local
246 static int32_t GetProductSalt(char *salt, int32_t saltLen) in GetProductSalt()
347 char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local
626 uint8_t salt[SALT_LEN] = {0}; in GetTokenInfo() local
Dattest_security_ticket.c29 uint8_t salt[SALT_LEN] = {0}; in WriteTicketToDevice() local
Dattest_security.c152 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt()
339 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* … in GetAesKey()
/test/xts/device_attest_lite/services/core/security/
Dattest_security_token.c136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local
246 static int32_t GetProductSalt(unsigned char *salt, int32_t saltLen) in GetProductSalt()
347 unsigned char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local
601 uint8_t salt[SALT_LEN] = {0}; in GetTokenInfo() local
Dattest_security_ticket.c30 uint8_t salt[SALT_LEN] = {0}; in WriteTicketToDevice() local
Dattest_security.c74 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt()
164 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* … in GetAesKey()
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h125 char salt[SALT_ENCRYPT_LEN]; member
131 char salt[SALT_ENCRYPT_LEN]; member
/test/xts/device_attest/services/core/include/
Dattest_type.h139 char salt[SALT_ENCRYPT_LEN]; member
145 char salt[SALT_ENCRYPT_LEN]; member
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/
DpublicDeriveParam.js18 let salt = new Uint8Array([ variable
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/
DpublicDeriveParam.js18 let salt = new Uint8Array([ variable
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dunistdndk.cpp205 char *salt = static_cast<char *>(malloc(sizeof(char) * lenV)); in Crypt() local