Searched refs:PW_BASE64_ENCODED_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define PW_BASE64_ENCODED_SIZE(binary_size_bytes) \ macro76 return PW_BASE64_ENCODED_SIZE(binary_size_bytes); in EncodedSize()
263 ASSERT_EQ(PW_BASE64_ENCODED_SIZE(data.binary_size), actual_encoded_size); in ExpectEncodeDecodeSizesMatch()