Home
last modified time | relevance | path

Searched refs:init_cache_from_source (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dtests.rs24 init_cache_from_source, CachedCredentialSource, PossiblyCachedDiscoveryCryptoMaterialKind,
63 let cache = init_cache_from_source::<_, _, 3, CryptoProviderImpl>(&supplier); in cached_credential_source_keeps_same_entries_as_original()
106 let cache = init_cache_from_source::<_, _, 5, CryptoProviderImpl>(&supplier); in cached_credential_source_has_requested_cache_size()
Dbook.rs90 let v0_cache = init_cache_from_source::<V0, _, N0, P>(&v0_source); in build_cached_slice_book()
94 let v1_cache = init_cache_from_source::<V1, _, N1, P>(&v1_source); in build_cached_slice_book()
288 pub(crate) fn init_cache_from_source<'a, V: ProtocolVersion, S, const N: usize, P: CryptoProvider>( in init_cache_from_source() function