Searched defs:GetPrfs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tink/cc/prf/ | ||
H A D | prf_set_test.cc | 60 const std::map<uint32_t, Prf*>& GetPrfs() const override { in GetPrfs() function in crypto::tink::__anonb117d47e0111::DummyPrfSet |
H A D | failing_prfset.cc | 60 const std::map<uint32_t, Prf*>& GetPrfs() const override { return prfs_; }; in GetPrfs() function in crypto::tink::__anond5d80e590111::AlwaysFailPrfSet |
H A D | prf_set_wrapper.cc | 101 const std::map<uint32_t, Prf*>& GetPrfs() const override { return prfs_; } in GetPrfs() function in crypto::tink::__anone245a65f0111::PrfSetPrimitiveWrapper |