Searched refs:RandomValue (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_security_level/services/include/ |
H A D | dslm_crypto.h | 31 typedef struct RandomValue { struct 34 } RandomValue; typedef 36 void GenerateRandom(RandomValue *rand, uint32_t length);
|
/ohos5.0/base/security/device_security_level/services/common/ |
H A D | dslm_crypto.c | 23 void GenerateRandom(RandomValue *rand, uint32_t length) in GenerateRandom()
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_test.cpp | 1011 RandomValue rand1 = {0, {0}}; 1012 (void)memset_s(&rand1, sizeof(RandomValue), 0, sizeof(RandomValue)); 1015 RandomValue rand2 = {0, {0}}; 1016 (void)memset_s(&rand2, sizeof(RandomValue), 0, sizeof(RandomValue)); 1029 RandomValue rand = {0, {0}}; 1030 (void)memset_s(&rand, sizeof(RandomValue), 0, sizeof(RandomValue));
|
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_inner_process.c | 47 RandomValue rand = {0}; in CheckAndGenerateChallenge()
|