Home
last modified time | relevance | path

Searched defs:ProtoKeySerializationTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/internal/
H A Dproto_key_serialization_test.cc41 class ProtoKeySerializationTest : public ::testing::Test { class
49 TEST_F(ProtoKeySerializationTest, CreateWithIdRequirement) { in TEST_F() argument
66 TEST_F(ProtoKeySerializationTest, CreateWithoutIdRequirement) { in TEST_F() argument
83 TEST_F(ProtoKeySerializationTest, OutputPrefixIncompatibleWithIdRequirement) { in TEST_F() argument
101 TEST_F(ProtoKeySerializationTest, Equals) { in TEST_F() argument
119 TEST_F(ProtoKeySerializationTest, TypeUrlAndObjectIdentifierNotEqual) { in TEST_F() argument
137 TEST_F(ProtoKeySerializationTest, SerializedKeyNotEqual) { in TEST_F() argument
157 TEST_F(ProtoKeySerializationTest, KeyMaterialTypeNotEqual) { in TEST_F() argument
175 TEST_F(ProtoKeySerializationTest, OutputPrefixTypeNotEqual) { in TEST_F() argument
193 TEST_F(ProtoKeySerializationTest, IdRequirementNotEqual) { in TEST_F() argument
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DProtoKeySerializationTest.java34 public final class ProtoKeySerializationTest { class