/system/security/keystore/ |
D | user_state.cpp | 87 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 …]
|
D | keystore_cli_v2.cpp | 77 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/ |
D | error.rs | 67 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()
|
D | authorization.rs | 84 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()
|
D | apc.rs | 57 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()
|
D | rkpd_client.rs | 131 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()
|
D | utils.rs | 234 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/ |
D | ResponseCode.aidl | 35 SYSTEM_ERROR = 4, enumConstant
|
/system/security/keystore2/aidl/android/security/apc/ |
D | ResponseCode.aidl | 51 SYSTEM_ERROR = 5, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | ResponseCode.aidl | 40 SYSTEM_ERROR = 4, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/ |
D | ResponseCode.aidl | 40 SYSTEM_ERROR = 4, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | ResponseCode.aidl | 33 SYSTEM_ERROR = 4, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/ |
D | ResponseCode.aidl | 40 SYSTEM_ERROR = 4, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | ResponseCode.aidl | 40 SYSTEM_ERROR = 4, enumConstant
|
/system/security/keystore/include/keystore/ |
D | keystore.h | 34 SYSTEM_ERROR = 4, enumerator
|
/system/security/keystore2/apc_compat/ |
D | apc_compat.cpp | 297 finalize(AidlConfirmationUI::SYSTEM_ERROR, {}, {}); in serviceDied() 331 case AidlConfirmationUI::SYSTEM_ERROR: in responseCode2Compat()
|
/system/core/trusty/confirmationui/ |
D | TrustyConfirmationUI.cpp | 88 uint32_t(TeeuiRc::SystemError) == uint32_t(IConfirmationUI::SYSTEM_ERROR) && in convertRc() 475 AStatus_fromServiceSpecificError(IConfirmationUI::SYSTEM_ERROR)); in deliverSecureInputEvent()
|
/system/security/keystore2/tests/ |
D | keystore2_client_key_id_domain_tests.rs | 48 assert_eq!(Error::Rc(ResponseCode::SYSTEM_ERROR), result.unwrap_err()); in keystore2_generate_key_with_key_id_domain_expect_sys_error()
|
D | keystore2_client_grant_key_tests.rs | 101 assert_eq!(Error::Rc(ResponseCode::SYSTEM_ERROR), result.unwrap_err()); in keystore2_grant_key_with_invalid_perm_expecting_syserror()
|