ByteVectorToSP     78 google_apis/cup/client_update_protocol.cc   if (!hmac.Sign(ByteVectorToSP(hashes), &result[0], result.size()))
ByteVectorToSP     95 google_apis/cup/client_update_protocol.cc   return hmac.Verify(ByteVectorToSP(hashes), ByteVectorToSP(server_proof));
ByteVectorToSP    125 google_apis/cup/client_update_protocol.cc   base::Base64Encode(ByteVectorToSP(data), &result);