Home
last modified time | relevance | path

Searched refs:map_binder_status (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/src/
Dshared_secret_negotiation.rs17 use crate::error::{map_binder_status, map_binder_status_code, Error};
206 match map_binder_status(keystore_compat_service.getSharedSecret( in connect_participants()
253 map_binder_status(s.getSharedSecretParameters()) in negotiate_shared_secret()
272 match (acc, map_binder_status(s.computeSharedSecret(&params))) { in negotiate_shared_secret()
Dglobals.rs29 error::{map_binder_status, map_binder_status_code, Error, ErrorCode},
226 map_binder_status(keystore_compat_service.getKeyMintDevice(*security_level)) in connect_keymint()
318 map_binder_status(keystore_compat_service.getSecureClock()) in connect_secureclock()
Dutils.rs18 use crate::error::{map_binder_status, Error, ErrorCode};
120 let has_permissions = map_binder_status(binder_result) in check_device_attestation_permissions()
Denforcements.rs17 use crate::error::{map_binder_status, Error, ErrorCode};
229 map_binder_status(dev.generateTimeStamp(challenge)) in get_timestamp_token()
Derror.rs118 pub fn map_binder_status<T>(r: BinderResult<T>) -> Result<T, Error> { in map_binder_status() function