Home
last modified time | relevance | path

Searched refs:AttestKey (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster.h58 void AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response);
Dremote_keymaster.cpp143 void RemoteKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) { in AttestKey() function in keymaster::RemoteKeymaster
Dremote_keymaster4_device.cpp465 impl_->AttestKey(request, &response); in attestKey()
/device/google/cuttlefish/host/commands/secure_env/
Dkeymaster_responder.cpp62 HANDLE_MESSAGE(ATTEST_KEY, AttestKey) in ProcessMessage()