Searched defs:saltData (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_pbkdf2_test.cpp | 65 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 88 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 157 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 180 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 203 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 226 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 249 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 272 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 295 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable 382 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; variable [all …]
|
H A D | crypto_hkdf_test.cpp | 497 uint8_t saltData[] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, variable 539 …uint8_t saltData[] = { 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6… variable
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/ |
H A D | hks_derive_test.cpp | 52 struct HksBlob *derivedKey, struct HksBlob **saltData, struct HksBlob **infoData) in DeriveKey() 113 struct HksBlob *saltData = NULL; in BaseTestDerive() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_derive_test.cpp | 37 struct HksBlob *derivedKey, struct HksBlob **saltData, struct HksBlob **infoData) in DeriveKey() 115 struct HksBlob *saltData = NULL; in BaseTestDerive() local
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_derive_test.c | 54 struct HksBlob *derivedKey, struct HksBlob **saltData, struct HksBlob **infoData) in DeriveKey() 117 struct HksBlob *saltData = NULL; in BaseTestDerive() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_chipset_platform_encrypt_test.cpp | 658 std::vector<uint8_t> saltData = std::vector<uint8_t>(PLATFORM_KEY_SALT_SIZE); variable 690 std::vector<uint8_t> saltData(PLATFORM_KEY_SALT_SIZE + 1); variable 707 std::vector<uint8_t> saltData = std::vector<uint8_t>(PLATFORM_KEY_SALT_SIZE - 1); variable
|
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfkdfcreate_fuzzer/ |
H A D | hcfkdfcreate_fuzzer.cpp | 129 uint8_t saltData[SALT_NORMAL_LENGTH] = {0}; in TestPbkdfGenerateSecretWithoutInfo() local
|