Home
last modified time | relevance | path

Searched refs:ByteVectorToSP (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/google_apis/cup/
Dclient_update_protocol.cc18 base::StringPiece ByteVectorToSP(const std::vector<uint8>& vec) { in ByteVectorToSP() function
78 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()