Searched refs:ByteVectorToSP (Results 1 – 1 of 1) sorted by relevance
18 base::StringPiece ByteVectorToSP(const std::vector<uint8>& vec) { in ByteVectorToSP() function78 if (!hmac.Sign(ByteVectorToSP(hashes), &result[0], result.size())) in SymSign()95 return hmac.Verify(ByteVectorToSP(hashes), ByteVectorToSP(server_proof)); in SymSignVerify()125 base::Base64Encode(ByteVectorToSP(data), &result); in UrlSafeB64Encode()