Home
last modified time | relevance | path

Searched defs:their_msg (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/pairing_auth/
Dpairing_auth.cpp136 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()
/system/core/adb/pairing_connection/
Dpairing_connection.cpp321 auto their_msg = tls_->ReadFully(header.payload); in DoExchangeMsgs() local