Home
last modified time | relevance | path

Searched refs:RandomValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_security_level/services/include/
H A Ddslm_crypto.h31 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 Ddslm_crypto.c23 void GenerateRandom(RandomValue *rand, uint32_t length) in GenerateRandom()
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp1011 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 Ddslm_inner_process.c47 RandomValue rand = {0}; in CheckAndGenerateChallenge()