Searched refs:map_binder_status (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore2/src/ |
D | shared_secret_negotiation.rs | 17 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(¶ms))) { in negotiate_shared_secret()
|
D | globals.rs | 29 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()
|
D | utils.rs | 18 use crate::error::{map_binder_status, Error, ErrorCode}; 120 let has_permissions = map_binder_status(binder_result) in check_device_attestation_permissions()
|
D | enforcements.rs | 17 use crate::error::{map_binder_status, Error, ErrorCode}; 229 map_binder_status(dev.generateTimeStamp(challenge)) in get_timestamp_token()
|
D | error.rs | 118 pub fn map_binder_status<T>(r: BinderResult<T>) -> Result<T, Error> { in map_binder_status() function
|