Searched refs:ALPHA_BYTE_COUNT (Results 1 – 2 of 2) sorted by relevance
98 const int32_t ALPHA_BYTE_COUNT = 2; in MbedtlsGenRandomStr() local99 int32_t tmpNum = numberOnly ? NUMBER_COUNT : (NUMBER_COUNT + ALPHA_BYTE_COUNT * ALPHA_COUNT); in MbedtlsGenRandomStr()
136 const int32_t ALPHA_BYTE_COUNT = 2; in MbedtlsGenRandomStr() local137 int32_t M = numberOnly ? NUMBER_COUNT : (NUMBER_COUNT + ALPHA_BYTE_COUNT * ALPHA_COUNT); in MbedtlsGenRandomStr()