Searched defs:want (Results 1 – 9 of 9) sorted by relevance
21 let mut want = BTreeSet::new(); in test_auto_added_const() localVariable33 let mut want = BTreeSet::new(); in test_keystore_enforced_const() localVariable45 let mut want = BTreeSet::new(); in test_keymint_enforced_const() localVariable
26 let want = NamedFields { i: 42, s: "a string".to_string() }; in test_derive_named_struct_roundtrip() localVariable39 let want = UnnamedFields(42, "a string".to_string()); in test_derive_unnamed_struct_roundtrip() localVariable56 let want = NumericEnum::Two; in test_derive_numeric_enum_roundtrip() localVariable
22 let want = crate::InitRequest { in test_init_req_round_trip() localVariable35 let want = crate::PerformOpResponse { in test_init_rsp_round_trip() localVariable
127 let want: Vec<String> = want.iter().map(|s| s.to_string()).collect(); in test_fragmentation() localVariable
384 let want = hex::decode(concat!( in test_pkcs8_wrap_key_p256() localVariable424 let want = hex::decode(concat!( in test_pkcs8_wrap_key_p521() localVariable
475 let want = sw_enforced(); in test_decode_auth_list_1() localVariable501 let want = hw_enforced(); in test_decode_auth_list_2() localVariable547 let want = AttestationExtension { in test_decode_extension() localVariable640 let want = AuthorizationList::default(); in test_decode_empty_auth_list() localVariable
1364 let want = concat!( in test_attest_ext_encode_decode() localVariable1435 let want: &str = concat!( in test_authz_list_encode_decode() localVariable1489 let want: &str = concat!( in test_authz_list_user_secure_id_encode() localVariable1541 let want = AuthorizationList::new( in test_authz_list_user_secure_id_decode() localVariable
88 want: &'static str, in test_hkdf() field527 want: &'static str, in test_sha256() field
77 want: &'static str, // 32 bytes, hex-encoded in test_hmac() field106 want: &'static str, in test_hkdf() field