Home
last modified time | relevance | path

Searched refs:SYSTEM_ERROR (Results 1 – 19 of 19) 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.cpp77 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in unwrapError()
398 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
404 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
435 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
447 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in encryptWithAuthentication()
463 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in decryptWithAuthentication()
545 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in decryptWithAuthentication()
915 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in SignAndVerify()
928 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in SignAndVerify()
935 return static_cast<int>(ks2::ResponseCode::SYSTEM_ERROR); in SignAndVerify()
[all …]
/system/security/keystore2/src/
Derror.rs67 Error::Rc(ResponseCode::SYSTEM_ERROR) in sys()
233 Some(Error::Rp(_)) => ResponseCode::SYSTEM_ERROR.0, in get_error_code()
238 ResponseCode::SYSTEM_ERROR.0 in get_error_code()
242 _ => ResponseCode::SYSTEM_ERROR.0, in get_error_code()
358 Result::<(), ResponseCode>::Err(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
370 Result::<(), ResponseCode>::Err(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
386 Result::<(), ResponseCode>::Err(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
394 Ok(ResponseCode::SYSTEM_ERROR), in keystore_error_test()
395 map_or_log_err(nested_ok(ResponseCode::SYSTEM_ERROR), Ok) in keystore_error_test()
Dauthorization.rs84 KsResponseCode::SYSTEM_ERROR => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
91 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
100 Some(Error::Binder(_, _)) => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
103 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
Dapc.rs57 Error::Rc(ResponseCode::SYSTEM_ERROR) in sys()
109 Some(Error::Binder(_, _)) => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
112 _ => ResponseCode::SYSTEM_ERROR.0, in map_or_log_err()
Drkpd_client.rs131 Err(Error::Rc(ResponseCode::SYSTEM_ERROR)).context(ks_err!("Waiting for RKPD: {:?}", e)) in get_rkpd_registration()
256 Err(Error::Rc(ResponseCode::SYSTEM_ERROR)) in onError()
276 Err(e) => Err(Error::Rc(ResponseCode::SYSTEM_ERROR)) in store_rkpd_attestation_key_with_registration_async()
537 Error::Rc(ResponseCode::SYSTEM_ERROR) in test_store_upgraded_key_cb_error()
592 Error::Rc(ResponseCode::SYSTEM_ERROR) in test_store_mock_key_timeout()
Dutils.rs234 APC_COMPAT_ERROR_SYSTEM_ERROR => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()
235 _ => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()
/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/1/android/system/keystore2/
DResponseCode.aidl40 SYSTEM_ERROR = 4, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DResponseCode.aidl40 SYSTEM_ERROR = 4, enumConstant
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DResponseCode.aidl33 SYSTEM_ERROR = 4, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DResponseCode.aidl40 SYSTEM_ERROR = 4, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DResponseCode.aidl40 SYSTEM_ERROR = 4, enumConstant
/system/security/keystore/include/keystore/
Dkeystore.h34 SYSTEM_ERROR = 4, enumerator
/system/security/keystore2/apc_compat/
Dapc_compat.cpp297 finalize(AidlConfirmationUI::SYSTEM_ERROR, {}, {}); in serviceDied()
331 case AidlConfirmationUI::SYSTEM_ERROR: in responseCode2Compat()
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp88 uint32_t(TeeuiRc::SystemError) == uint32_t(IConfirmationUI::SYSTEM_ERROR) && in convertRc()
475 AStatus_fromServiceSpecificError(IConfirmationUI::SYSTEM_ERROR)); in deliverSecureInputEvent()
/system/security/keystore2/tests/
Dkeystore2_client_key_id_domain_tests.rs48 assert_eq!(Error::Rc(ResponseCode::SYSTEM_ERROR), result.unwrap_err()); in keystore2_generate_key_with_key_id_domain_expect_sys_error()
Dkeystore2_client_grant_key_tests.rs101 assert_eq!(Error::Rc(ResponseCode::SYSTEM_ERROR), result.unwrap_err()); in keystore2_grant_key_with_invalid_perm_expecting_syserror()