Searched refs:base64DecoderValue (Results 1 – 1 of 1) sorted by relevance
56 uint8_t base64DecoderValue(uint8_t val) { in base64DecoderValue() function68 dst.data2 = base64DecoderValue(static_cast<uint8_t>(src[0])); in Base64DecodePiece()70 uint8_t b = base64DecoderValue(static_cast<uint8_t>(src[1])); in Base64DecodePiece()75 b = base64DecoderValue(static_cast<uint8_t>(src[2])); in Base64DecodePiece()80 dst.data5 = base64DecoderValue(static_cast<uint8_t>(src[3])); in Base64DecodePiece()