Searched refs:with_key (Results 1 – 14 of 14) sorted by relevance
/external/rust/android-crates-io/crates/weak-table/src/ |
D | traits.rs | 70 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
|
D | by_ptr.rs | 27 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() function
|
D | weak_weak_hash_map.rs | 481 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()
|
D | weak_key_hash_map.rs | 546 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/ |
D | hmac_tests.rs | 85 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/ |
D | hkdf.rs | 201 let mut ctx = hmac::Context::with_key(&prk.0); in fill_okm() 229 ctx = hmac::Context::with_key(&prk.0); in fill_okm()
|
D | hmac.rs | 291 pub fn with_key(signing_key: &Key) -> Self { in with_key() method 328 let mut ctx = Context::with_key(key); in sign()
|
D | pbkdf2.rs | 184 let mut ctx = hmac::Context::with_key(secret); in derive_block()
|
/external/rust/android-crates-io/crates/slotmap/examples/ |
D | doubly_linked_list.rs | 25 sm: SlotMap::with_key(), in new()
|
D | rand_meld_heap.rs | 29 sm: SlotMap::with_key(), in new()
|
/external/rust/android-crates-io/crates/fnv/ |
D | lib.rs | 103 pub fn with_key(key: u64) -> FnvHasher { in with_key() method
|
/external/rust/android-crates-io/crates/slotmap/src/ |
D | dense.rs | 83 pub fn with_key() -> Self { in with_key() method 813 Self::with_key() in default()
|
D | basic.rs | 178 pub fn with_key() -> Self { in with_key() method 917 Self::with_key() in default()
|
D | hop.rs | 195 pub fn with_key() -> Self { in with_key() method 1003 Self::with_key() in default()
|