Searched defs:auth_key (Results 1 – 5 of 5) sorted by relevance
157 std::string* auth_key) { in adbd_auth_verify()239 std::string_view auth_key(public_key, len); in adbd_key_removed() local301 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key) { in adbd_tls_verify_cert()368 std::string auth_key; in adbd_auth_tls_handshake() local
178 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake()
323 std::string auth_key; variable
355 bool BlockingConnectionAdapter::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake()499 bool FdConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake()880 void kick_all_transports_by_auth_key(std::string_view auth_key) { in kick_all_transports_by_auth_key()
88 AUTHORITY_KEYID_Ptr auth_key(AUTHORITY_KEYID_new()); in makeAuthorityKeyExtension() local