/trusty/user/base/lib/hwkey/rust/src/ |
D | test.rs | 56 .os_rollback_version(OsRollbackVersion::Version(0)) in test_hwkey_derive_repeatable_versioned() 105 OsRollbackVersion::Version(v) if v > 0 => { in test_hwkey_derive_repeatable_versioned() 109 OsRollbackVersion::Version(_) => { in test_hwkey_derive_repeatable_versioned() 166 OsRollbackVersion::Version(n) if n >= 1 => { in test_hwkey_derive_different_specified() 171 .os_rollback_version(OsRollbackVersion::Version(n - 1)) in test_hwkey_derive_different_specified() 181 OsRollbackVersion::Version(_) => (), in test_hwkey_derive_different_specified() 244 OsRollbackVersion::Version(n) if n >= 1 => { in test_hwkey_derive_different_specified() 249 .os_rollback_version(OsRollbackVersion::Version(n - 1)) in test_hwkey_derive_different_specified() 263 OsRollbackVersion::Version(_) => (), in test_hwkey_derive_different_specified() 299 OsRollbackVersion::Version(n) if n > 0 => { in test_hwkey_derive_different_version_source() [all …]
|
D | lib.rs | 286 Version(u32), enumerator 294 Self::Version(v) => v, in into() 305 KdfVersion::Version(v) in from() 317 Version(u32), enumerator 326 OsRollbackVersion::Version(version) => Ok(version.try_into()?), in try_into() 337 n => Ok(OsRollbackVersion::Version(n.try_into()?)), in try_from() 429 os_rollback_version: OsRollbackVersion::Version(0), in new()
|
/trusty/user/app/keymint/ |
D | keys.rs | 67 Ok(OsRollbackVersion::Version(n)) => Ok(n), in os_rollback_version_to_u32() 74 OsRollbackVersion::Version(n) => Ok(n), in os_rollback_version_to_u32() 185 let os_rollback_version = OsRollbackVersion::Version(os_rollback_version); in from_raw() 253 .kdf(KdfVersion::Version(1)) in root_kek() 384 OsRollbackVersion::Version(n) => n, in kek_with_different_context_return_different_keys() 392 Some(OsRollbackVersion::Version(context2_version)), in kek_with_different_context_return_different_keys() 452 os_rollback_version_to_u32(OsRollbackVersion::Version(version)).unwrap(); in os_version_to_u32() 492 Some(OsRollbackVersion::Version(2)), in test_kek_context_serialization() 505 let non_legacy_ctx = TrustyKekContext::new(true, None, Some(OsRollbackVersion::Version(2))); in test_kek_context_creation() 518 Some(OsRollbackVersion::Version(2)), in test_kek_context_creation() [all …]
|
D | build-config-usertests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
D | rpc.rs | 47 .kdf(KdfVersion::Version(1)) in derive_bytes_from_hbk()
|
/trusty/user/app/keymaster/ |
D | build-config-usertests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/ |
D | build-config-usertests-release | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/app/secretkeeper/ |
D | build-config-usertests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/app/sample/ |
D | build-config-boottests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
D | build-config-usertests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/app/keymint/unauthorized_test_app/ |
D | build-config-usertests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config_self_test_include2 | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
D | trusty_build_config_self_test_main | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
D | trusty_build_config_self_test_include1 | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/app/device_tree/tests/dtb/base/ |
D | base.dts | 4 * Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/app/cast-auth/ |
D | build-config-usertests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/lib/libstdc++-trusty/ |
D | NOTICE | 3 Licensed under the Apache License, Version 2.0 (the "License"); 47 Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/app/device_tree/tests/dtb/ |
D | test.dts | 4 * Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/lib/hwasan/ |
D | exemptlist | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/templates_package/templates/ |
D | metrics_atoms.h.j2 | 4 * Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/lib/metrics_atoms/android/frameworks/stats/ |
D | atoms.proto | 4 * Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/kernel/ |
D | build-config-kerneltests | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/base/lib/sancov/ |
D | exemptlist | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | service_encryption_key.rs | 218 .os_rollback_version(OsRollbackVersion::Version(header_version)) in get_encryption_key() 283 Ok(OsRollbackVersion::Version(n)) => Ok(n), in get_service_current_version()
|