Home
last modified time | relevance | path

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

/system/core/adb/tls/
Dtls_connection.cpp74 bool client_verify_post_handshake_ = false; member in adb::tls::__anon2995fb160111::TlsConnectionImpl
191 client_verify_post_handshake_ = enable; in EnableClientPostHandshakeCheck()
287 if (client_verify_post_handshake_ && role_ == Role::Client) { in DoHandshake()