Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/utils/src/
Ddm_random.cpp98 const int32_t ALPHA_BYTE_COUNT = 2; in MbedtlsGenRandomStr() local
99 int32_t tmpNum = numberOnly ? NUMBER_COUNT : (NUMBER_COUNT + ALPHA_BYTE_COUNT * ALPHA_COUNT); in MbedtlsGenRandomStr()
/foundation/distributedhardware/devicemanager/ext/mini/utils/src/cipher/
Dencrypt_utils.cpp136 const int32_t ALPHA_BYTE_COUNT = 2; in MbedtlsGenRandomStr() local
137 int32_t M = numberOnly ? NUMBER_COUNT : (NUMBER_COUNT + ALPHA_BYTE_COUNT * ALPHA_COUNT); in MbedtlsGenRandomStr()