Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/
H A Dsignature_config_util_test.cc70 auto add_primitive = primitive_set->AddPrimitive( in TEST_F() local
106 auto add_primitive = primitive_set->AddPrimitive( in TEST_F() local
/aosp_15_r20/external/tink/python/tink/core/
H A D_primitive_set.py73 def add_primitive(self, primitive: P, key: tink_pb2.Keyset.Key) -> Entry: member in PrimitiveSet