Home
last modified time | relevance | path

Searched defs:GetKeyCallback (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/rkpd_client/src/
Dlib.rs162 struct GetKeyCallback { struct
166 impl GetKeyCallback { implementation
175 impl Interface for GetKeyCallback {} implementation
177 impl IGetKeyCallback for GetKeyCallback { implementation
/system/security/provisioner/support/
Drkpd_client.cpp92 class GetKeyCallback : public BnGetKeyCallback { class
94 GetKeyCallback(std::promise<std::optional<RemotelyProvisionedKey>> keyPromise) in GetKeyCallback() function in android::security::rkp::support::__anon3a459b8b0111::GetKeyCallback