Home
last modified time | relevance | path

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

/external/openscreen/cast/sender/channel/
Dcast_auth_util.cc177 Error AuthContext::VerifySenderNonce(const std::string& nonce_response, in VerifySenderNonce() argument
179 if (nonce_ != nonce_response) { in VerifySenderNonce()
256 const std::string& nonce_response = response.sender_nonce(); in AuthenticateChallengeReplyImpl() local
258 result = auth_context.VerifySenderNonce(nonce_response); in AuthenticateChallengeReplyImpl()
267 size_t nonce_response_size = nonce_response.size(); in AuthenticateChallengeReplyImpl()
270 std::copy(nonce_response.begin(), nonce_response.end(), in AuthenticateChallengeReplyImpl()
Dcast_auth_util.h41 Error VerifySenderNonce(const std::string& nonce_response,