Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_auth.h66 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key);
Dtransport.cpp540 [auth_key](X509_STORE_CTX* ctx) { return adbd_tls_verify_cert(ctx, auth_key); }); in DoTlsHandshake()
/packages/modules/adb/daemon/
Dauth.cpp301 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key) { in adbd_tls_verify_cert() function