Home
last modified time | relevance | path

Searched refs:SYSTEM_ERROR (Results 1 – 13 of 13) sorted by relevance

/system/security/keystore/
Duser_state.cpp87 return ResponseCode::SYSTEM_ERROR; in initialize()
99 return ResponseCode::SYSTEM_ERROR; in copyMasterKey()
102 return ResponseCode::SYSTEM_ERROR; in copyMasterKey()
115 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()
120 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()
125 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()
129 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()
134 return ResponseCode::SYSTEM_ERROR; in copyMasterKeyFile()
157 return ResponseCode::SYSTEM_ERROR; in readMasterKey()
165 return ResponseCode::SYSTEM_ERROR; in readMasterKey()
[all …]
Dkeystore_cli_v2.cpp66 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in unwrapError()
387 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
393 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
424 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
436 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
452 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in decryptWithAuthentication()
534 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in decryptWithAuthentication()
903 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in SignAndVerify()
916 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in SignAndVerify()
923 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in SignAndVerify()
[all …]
/system/security/keystore2/src/
Derror.rs66 Error::Rc(ResponseCode::SYSTEM_ERROR) in sys()
215 Some(Error::Rp(_)) => ResponseCode::SYSTEM_ERROR.0, in get_error_code()
220 ResponseCode::SYSTEM_ERROR.0 in get_error_code()
224 _ => ResponseCode::SYSTEM_ERROR.0, in get_error_code()
340 Result::<(), ResponseCode>::Err(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
352 Result::<(), ResponseCode>::Err(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
368 Result::<(), ResponseCode>::Err(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
376 Ok(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
377 map_or_log_err(nested_ok(ResponseCode::SYSTEM_ERROR), Ok) in keystore_error_test()
Dauthorization.rs82 KsResponseCode::SYSTEM_ERROR => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
89 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
95 Some(Error::Binder(_, _)) => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
98 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
Dapc.rs55 Error::Rc(ResponseCode::SYSTEM_ERROR) in sys()
107 Some(Error::Binder(_, _)) => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
110 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
Dutils.rs209 APC_COMPAT_ERROR_SYSTEM_ERROR => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()
210 _ => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()
/system/security/keystore2/aidl/android/security/remoteprovisioning/
DResponseCode.aidl33 SYSTEM_ERROR = 3, enumConstant
/system/security/keystore2/aidl/android/security/authorization/
DResponseCode.aidl35 SYSTEM_ERROR = 4, enumConstant
/system/security/keystore2/aidl/android/security/apc/
DResponseCode.aidl51 SYSTEM_ERROR = 5, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DResponseCode.aidl40 SYSTEM_ERROR = 4, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DResponseCode.aidl40 SYSTEM_ERROR = 4, enumConstant
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DResponseCode.aidl33 SYSTEM_ERROR = 4, enumConstant
/system/security/keystore/include/keystore/
Dkeystore.h34 SYSTEM_ERROR = 4, enumerator