Home
last modified time | relevance | path

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

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