Searched refs:base64DecoderValue (Results 1 – 1 of 1) sorted by relevance
64 uint8_t base64DecoderValue(uint8_t val) { in base64DecoderValue() function76 dst.data2 = base64DecoderValue(static_cast<uint8_t>(src[0])); in Base64DecodePiece()78 uint8_t b = base64DecoderValue(static_cast<uint8_t>(src[1])); in Base64DecodePiece()83 b = base64DecoderValue(static_cast<uint8_t>(src[2])); in Base64DecodePiece()88 dst.data5 = base64DecoderValue(static_cast<uint8_t>(src[3])); in Base64DecodePiece()