Searched defs:byte3 (Results 1 – 4 of 4) sorted by relevance
38 uint8_t byte3[NUMBER_THREE] = {0}; in Base64Encode() local
103 unsigned char byte3 = static_cast<unsigned char>(originalData[i + BIT_TWO]); in EncodeBase64() local
111 unsigned char byte3 = static_cast<unsigned char>(srcData[i + 2]); in EncodeBase64() local
507 unsigned char byte3 = srcData[i + DECODE_VALUE_TWO]; in EncodeBase64() local