Searched refs:ProtoKeySerializationTest (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tink/cc/internal/ |
H A D | proto_key_serialization_test.cc | 41 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
|
H A D | proto_key_serialization.h | 74 friend class ProtoKeySerializationTest;
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/ |
H A D | ProtoKeySerializationTest.java | 34 public final class ProtoKeySerializationTest { class
|
H A D | BUILD.bazel | 116 name = "ProtoKeySerializationTest", 118 srcs = ["ProtoKeySerializationTest.java"],
|