Searched defs:their_msg (Results 1 – 2 of 2) sorted by relevance
136 bool PairingAuthCtx::InitCipher(const PairingAuthCtx::Data& their_msg) { in InitCipher()237 bool pairing_auth_init_cipher(PairingAuthCtx* ctx, const uint8_t* their_msg, size_t msg_len) { in pairing_auth_init_cipher()
321 auto their_msg = tls_->ReadFully(header.payload); in DoExchangeMsgs() local