Home
last modified time | relevance | path

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

/system/security/provisioner/support/
Drkpd_client.cpp95 class GetKeyCallback : public BnGetKeyCallback { class
97 GetKeyCallback(std::promise<std::optional<RemotelyProvisionedKey>> keyPromise) in GetKeyCallback() function in android::security::rkp::support::__anon6cd5f3fa0111::GetKeyCallback
/system/security/keystore2/src/
Drkpd_client.rs137 struct GetKeyCallback { struct
141 impl GetKeyCallback { impl
150 impl Interface for GetKeyCallback {} implementation
152 impl IGetKeyCallback for GetKeyCallback { implementation