Home
last modified time | relevance | path

Searched defs:ComputePrf (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/subtle/prf/
H A Dstreaming_prf_wrapper.cc35 std::unique_ptr<InputStream> ComputePrf( in ComputePrf() function in crypto::tink::StreamingPrfSetWrapper
H A Dstreaming_prf_wrapper_test.cc49 std::unique_ptr<InputStream> ComputePrf( in ComputePrf() function in crypto::tink::__anondc2c3b1a0111::DummyStreamingPrf
H A Dhkdf_streaming_prf.cc175 std::unique_ptr<InputStream> HkdfStreamingPrf::ComputePrf( in ComputePrf() function in crypto::tink::subtle::HkdfStreamingPrf
H A Dprf_set_util_test.cc105 TEST_F(PrfFromStatefulMacFactoryTest, ComputePrf) { in TEST_F() argument