Home
last modified time | relevance | path

Searched defs:auth_key (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/adb/daemon/
H A Dauth.cpp157 std::string* auth_key) { in adbd_auth_verify()
239 std::string_view auth_key(public_key, len); in adbd_key_removed() local
301 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
/aosp12/packages/modules/adb/client/
H A Dtransport_usb.cpp178 bool UsbConnection::DoTlsHandshake(RSA* key, std::string* auth_key) { in DoTlsHandshake()
/aosp12/packages/modules/adb/
H A Dtransport.h323 std::string auth_key; variable
H A Dtransport.cpp355 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()
/aosp12/system/security/keystore2/src/crypto/
H A Dcertificate_utils.cpp88 AUTHORITY_KEYID_Ptr auth_key(AUTHORITY_KEYID_new()); in makeAuthorityKeyExtension() local