Searched refs:Best (Results 1 – 4 of 4) sorted by relevance
/trusty/user/base/lib/hwkey/rust/src/ |
D | test.rs | 55 .kdf(KdfVersion::Best) in test_hwkey_derive_repeatable_versioned() 60 assert_ne!(kdf_version, KdfVersion::Best); in test_hwkey_derive_repeatable_versioned() 131 assert_ne!(kdf_version, KdfVersion::Best); in test_hwkey_derive_different_default() 154 .kdf(KdfVersion::Best) in test_hwkey_derive_different_specified() 161 assert_ne!(kdf_version, KdfVersion::Best); in test_hwkey_derive_different_specified() 278 .kdf(KdfVersion::Best) in test_hwkey_derive_different_version_source() 285 assert_ne!(kdf_version, KdfVersion::Best); in test_hwkey_derive_different_version_source() 316 .kdf(KdfVersion::Best) in test_hwkey_derive_different_version_source() 374 .kdf(KdfVersion::Best) in test_hwkey_derive_newer_versions() 395 .kdf(KdfVersion::Best) in test_hwkey_derive_newer_versions() [all …]
|
D | lib.rs | 284 Best, enumerator 293 Self::Best => 0, in into() 303 KdfVersion::Best in from() 426 kdf_version: KdfVersion::Best, in new()
|
/trusty/user/app/keymint/ |
D | keys.rs | 264 TrustyKekContext::new(true, Some(KdfVersion::Best), Some(OsRollbackVersion::Current))? in kek_context() 376 TrustyKekContext::new(true, Some(KdfVersion::Best), Some(OsRollbackVersion::Current)); in kek_with_different_context_return_different_keys() 391 Some(KdfVersion::Best), in kek_with_different_context_return_different_keys() 414 TrustyKekContext::new(true, Some(KdfVersion::Best), Some(OsRollbackVersion::Current)) in legacy_kek_is_different_than_non_legacy() 471 TrustyKekContext::new(true, Some(KdfVersion::Best), Some(OsRollbackVersion::Current)) in deserializing_bad_kek_context_fails() 491 Some(KdfVersion::Best), in test_kek_context_serialization() 510 let non_legacy_ctx = TrustyKekContext::new(true, Some(KdfVersion::Best), None); in test_kek_context_creation() 517 Some(KdfVersion::Best), in test_kek_context_creation() 524 Some(KdfVersion::Best), in test_kek_context_creation() 536 let legacy_ctx = TrustyKekContext::new(false, Some(KdfVersion::Best), None); in test_kek_context_creation()
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | hwcrypto_device_key.rs | 249 .kdf(KdfVersion::Best) in derive_dice_policy_bound_key()
|