Home
last modified time | relevance | path

Searched refs:PrfSetWrapperTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tink/cc/prf/
H A Dprf_set_wrapper_test.cc76 class PrfSetWrapperTest : public ::testing::Test { class
92 TEST_F(PrfSetWrapperTest, NullPrfSet) { in TEST_F() argument
97 TEST_F(PrfSetWrapperTest, EmptyPrfSet) { in TEST_F() argument
103 TEST_F(PrfSetWrapperTest, NonRawKeyType) { in TEST_F() argument
113 TEST_F(PrfSetWrapperTest, WrapOkay) { in TEST_F() argument
124 TEST_F(PrfSetWrapperTest, WrapTwo) { in TEST_F() argument
H A Dprf_set_test.cc90 TEST(PrfSetWrapperTest, TestPrimitivesEndToEnd) { in TEST() argument
/aosp_15_r20/external/tink/python/tink/prf/
H A D_prf_set_wrapper_test.py30 class PrfSetWrapperTest(absltest.TestCase): class
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/prf/
H A DBUILD.bazel24 name = "PrfSetWrapperTest",
26 srcs = ["PrfSetWrapperTest.java"],
H A DPrfSetWrapperTest.java47 public class PrfSetWrapperTest { class