Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_auth.h65 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key);
Dtransport.cpp528 [auth_key](X509_STORE_CTX* ctx) { return adbd_tls_verify_cert(ctx, auth_key); }); in DoTlsHandshake()
/system/core/adb/daemon/
Dauth.cpp282 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key) { in adbd_tls_verify_cert() function