Home
last modified time | relevance | path

Searched refs:RAND_MAX_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h29 static const int32_t RAND_MAX_NUM = 100; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp105 buffer[i] = (rand() % RAND_MAX_NUM) + 1; in GeneratorFile()