/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 | 66 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/ |
D | error.rs | 66 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()
|
D | authorization.rs | 82 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()
|
D | apc.rs | 55 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()
|
D | utils.rs | 209 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/ |
D | ResponseCode.aidl | 33 SYSTEM_ERROR = 3, enumConstant
|
/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/current/android/system/keystore2/ |
D | ResponseCode.aidl | 40 SYSTEM_ERROR = 4, 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/android/system/keystore2/ |
D | ResponseCode.aidl | 33 SYSTEM_ERROR = 4, enumConstant
|
/system/security/keystore/include/keystore/ |
D | keystore.h | 34 SYSTEM_ERROR = 4, enumerator
|