Home
last modified time | relevance | path

Searched defs:want (Results 1 – 9 of 9) sorted by relevance

/system/keymint/common/src/tag/info/
Dtests.rs21 let mut want = BTreeSet::new(); in test_auto_added_const() localVariable
33 let mut want = BTreeSet::new(); in test_keystore_enforced_const() localVariable
45 let mut want = BTreeSet::new(); in test_keymint_enforced_const() localVariable
/system/keymint/derive/tests/
Dintegration_test.rs26 let want = NamedFields { i: 42, s: "a string".to_string() }; in test_derive_named_struct_roundtrip() localVariable
39 let want = UnnamedFields(42, "a string".to_string()); in test_derive_unnamed_struct_roundtrip() localVariable
56 let want = NumericEnum::Two; in test_derive_numeric_enum_roundtrip() localVariable
/system/authgraph/wire/src/
Dtests.rs22 let want = crate::InitRequest { in test_init_req_round_trip() localVariable
35 let want = crate::PerformOpResponse { in test_init_rsp_round_trip() localVariable
Dfragmentation.rs127 let want: Vec<String> = want.iter().map(|s| s.to_string()).collect(); in test_fragmentation() localVariable
/system/security/keystore2/src/sw_keyblob/
Dtests.rs384 let want = hex::decode(concat!( in test_pkcs8_wrap_key_p256() localVariable
424 let want = hex::decode(concat!( in test_pkcs8_wrap_key_p521() localVariable
/system/security/keystore2/test_utils/attestation/
Dlib.rs475 let want = sw_enforced(); in test_decode_auth_list_1() localVariable
501 let want = hw_enforced(); in test_decode_auth_list_2() localVariable
547 let want = AttestationExtension { in test_decode_extension() localVariable
640 let want = AuthorizationList::default(); in test_decode_empty_auth_list() localVariable
/system/keymint/ta/src/
Dcert.rs1364 let want = concat!( in test_attest_ext_encode_decode() localVariable
1435 let want: &str = concat!( in test_authz_list_encode_decode() localVariable
1489 let want: &str = concat!( in test_authz_list_user_secure_id_encode() localVariable
1541 let want = AuthorizationList::new( in test_authz_list_user_secure_id_decode() localVariable
/system/keymint/tests/src/
Dlib.rs88 want: &'static str, in test_hkdf() field
527 want: &'static str, in test_sha256() field
/system/authgraph/tests/src/
Dlib.rs77 want: &'static str, // 32 bytes, hex-encoded in test_hmac() field
106 want: &'static str, in test_hkdf() field