Searched defs:keys (Results 1 – 4 of 4) sorted by relevance
50 let mut keys = HashSet::with_capacity(1 + payloads.len()); in validate() localVariable175 let keys = P256_KEY_PEM[1..4].iter().copied().enumerate(); in chain_validate_valid() localVariable183 let keys = [P256_KEY_PEM[0], P384_KEY_PEM[0]].into_iter().enumerate(); in chain_validate_valid_with_mixed_kinds_of_key() localVariable219 let keys = &P256_KEY_PEM[..3]; in chain_validate_fails_with_repeated_subjects() localVariable
157 let keys: Vec<_> = P256_KEY_PEM[..4].iter().copied().map(PrivateKey::from_pem).collect(); in chain_from_cbor_valid() localVariable171 let keys = [ED25519_KEY_PEM[0], P256_KEY_PEM[0], P384_KEY_PEM[0]]; in chain_from_cbor_valid_with_mixed_key_types() localVariable172 let keys: Vec<_> = keys.iter().copied().map(PrivateKey::from_pem).collect(); in chain_from_cbor_valid_with_mixed_key_types() localVariable
68 Set<Long> keys = ImmutableSet.copyOf(mCounts.keySet()); in Histogram() local
108 val keys = mKeys in gc() constant