Home
last modified time | relevance | path

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

/packages/modules/adb/pairing_auth/
Dpairing_auth.cpp95 const uint8_t* their_name = nullptr; in PairingAuthCtx() local
105 their_name = kServerName; in PairingAuthCtx()
112 their_name = kClientName; in PairingAuthCtx()
116 spake2_ctx_.reset(SPAKE2_CTX_new(spake_role, my_name, my_len, their_name, their_len)); in PairingAuthCtx()