Home
last modified time | relevance | path

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

/system/core/adb/pairing_auth/
Dpairing_auth.cpp93 const uint8_t* their_name = nullptr; in PairingAuthCtx() local
103 their_name = kServerName; in PairingAuthCtx()
110 their_name = kClientName; in PairingAuthCtx()
114 spake2_ctx_.reset(SPAKE2_CTX_new(spake_role, my_name, my_len, their_name, their_len)); in PairingAuthCtx()