Home
last modified time | relevance | path

Searched refs:GetPrimitiveWrapper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/cc/internal/
H A Dkeyset_wrapper_store.h67 GetPrimitiveWrapper() const;
105 GetPrimitiveWrapper() const { in GetPrimitiveWrapper() function
178 KeysetWrapperStore::GetPrimitiveWrapper() const { in GetPrimitiveWrapper() function
185 return it->second.GetPrimitiveWrapper<P>(); in GetPrimitiveWrapper()
H A Dkeyset_wrapper_store_test.cc249 TEST(KeysetWrapperStoreTest, GetPrimitiveWrapper) { in TEST() argument
263 legacy_wrapper = store.GetPrimitiveWrapper<FakePrimitive>(); in TEST()
302 EXPECT_THAT(store.GetPrimitiveWrapper<Mac>().status(), in TEST()
H A Dregistry_impl.h277 keyset_wrapper_store_.GetPrimitiveWrapper<P>(); in Wrap()