Home
last modified time | relevance | path

Searched refs:with_key (Results 1 – 14 of 14) sorted by relevance

/external/rust/android-crates-io/crates/weak-table/src/
Dtraits.rs70 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
75 Self::with_key(view, |k| k.hash(h)); in hash()
83 Self::with_key(view, |k| k.borrow() == key) in equals()
106 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
133 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() method
Dby_ptr.rs27 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() function
Dweak_weak_hash_map.rs481 if let Some(value2) = K::with_key(&key, |k| other.get(k)) { in is_submap_with()
587 if K::with_key(&self.key, |k| K::equals(&key, k)) { in bucket_status()
Dweak_key_hash_map.rs546 if let Some(value2) = K::with_key(&key, |k| other.get(k)) { in is_submap_with()
681 if K::with_key(&self.key, |k| K::equals(&key, k)) { in bucket_status()
/external/rust/android-crates-io/crates/ring/tests/
Dhmac_tests.rs85 let mut s_ctx = hmac::Context::with_key(&key); in hmac_test_case_inner()
93 let mut ctx = hmac::Context::with_key(&key); in hmac_test_case_inner()
107 let ctx = hmac::Context::with_key(&key); in hmac_debug()
/external/rust/android-crates-io/crates/ring/src/
Dhkdf.rs201 let mut ctx = hmac::Context::with_key(&prk.0); in fill_okm()
229 ctx = hmac::Context::with_key(&prk.0); in fill_okm()
Dhmac.rs291 pub fn with_key(signing_key: &Key) -> Self { in with_key() method
328 let mut ctx = Context::with_key(key); in sign()
Dpbkdf2.rs184 let mut ctx = hmac::Context::with_key(secret); in derive_block()
/external/rust/android-crates-io/crates/slotmap/examples/
Ddoubly_linked_list.rs25 sm: SlotMap::with_key(), in new()
Drand_meld_heap.rs29 sm: SlotMap::with_key(), in new()
/external/rust/android-crates-io/crates/fnv/
Dlib.rs103 pub fn with_key(key: u64) -> FnvHasher { in with_key() method
/external/rust/android-crates-io/crates/slotmap/src/
Ddense.rs83 pub fn with_key() -> Self { in with_key() method
813 Self::with_key() in default()
Dbasic.rs178 pub fn with_key() -> Self { in with_key() method
917 Self::with_key() in default()
Dhop.rs195 pub fn with_key() -> Self { in with_key() method
1003 Self::with_key() in default()