Searched refs:adbd_tls_verify_cert (Results 1 – 3 of 3) sorted by relevance
65 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key);
528 [auth_key](X509_STORE_CTX* ctx) { return adbd_tls_verify_cert(ctx, auth_key); }); in DoTlsHandshake()
282 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key) { in adbd_tls_verify_cert() function