Home
last modified time | relevance | path

Searched defs:salt (Results 1 - 14 of 14) sorted by relevance

/test/xts/device_attest/services/core/security/
H A Dattest_security_ticket.c29 uint8_t salt[SALT_LEN] = {0}; in WriteTicketToDevice() local
[all...]
H A Dattest_security_token.c136 const char *salt = "OpenHarmony/salt"; in GetTokenValueSpecial() local
246 static int32_t GetProductSalt(char *salt, int32_t saltLen) in GetProductSalt() argument
347 char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local
626 uint8_t salt[SALT_LEN] = {0}; GetTokenInfo() local
[all...]
H A Dattest_security.c152 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt() argument
339 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* aesKey) in GetAesKey() argument
/test/xts/device_attest_lite/services/core/security/
H A Dattest_security_ticket.c30 uint8_t salt[SALT_LEN] = {0}; in WriteTicketToDevice() local
[all...]
H A Dattest_security.c74 void GetSalt(uint8_t* salt, uint32_t saltLen) in GetSalt() argument
164 int32_t GetAesKey(const SecurityParam* salt, const VersionData* versionData, const SecurityParam* aesKey) in GetAesKey() argument
H A 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() argument
347 unsigned char salt[SHA256_OUTPUT_SIZE + 1] = {0}; in GetProductToken() local
601 uint8_t salt[SALT_LEN] = {0}; GetTokenInfo() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H A Dload_crypto.c339 hi_u8 salt[IV_BYTE_LENGTH]; in crypto_gen_key_content() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dkernel_crypto.c341 hi_u8 salt[IV_BYTE_LENGTH]; in crypto_gen_key_content() local
603 hi_u8 salt[ROOTKEY_IV_BYTE_LENGTH] = {0}; in crypto_upg_file_prepare() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_cipher.h178 const hi_u8 *salt; /* salt for kdf key derivation. */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H A Dcrypto.c392 hi_u8 salt[IV_BYTE_LENGTH]; in crypto_gen_key_content() local
835 hi_u8 salt[ROOTKEY_IV_BYTE_LENGTH] = {0}; in boot_crypto_upg_file_prepare() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_cipher.h224 const hi_u8 *salt; /**< salt for kdf key derivation. */ member
/test/xts/device_attest/services/core/include/
H A Dattest_type.h139 char salt[SALT_ENCRYPT_LEN]; member
145 char salt[SALT_ENCRYPT_LEN]; member
/test/xts/device_attest_lite/services/core/include/
H A Dattest_type.h125 char salt[SALT_ENCRYPT_LEN]; member
131 char salt[SALT_ENCRYPT_LEN]; member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp205 char *salt = static_cast<char *>(malloc(sizeof(char) * lenV)); in Crypt() local

Completed in 16 milliseconds