Home
last modified time | relevance | path

Searched defs:raw_primitives (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/python/tink/core/
H A D_primitive_set.py68 def raw_primitives(self) -> List[Entry]: member in PrimitiveSet
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dzero_copy_aead_wrapper.cc116 raw_primitives = aead_set_->get_raw_primitives(); in Decrypt() local
H A Dzero_copy_aead_wrapper_test.cc176 raw_primitives = aead_set_->get_raw_primitives(); in TEST_F() local
/aosp_15_r20/external/tink/cc/aead/
H A Daead_wrapper.cc134 util::StatusOr<const PrimitiveSet<Aead>::Primitives*> raw_primitives = in Decrypt() local