Home
last modified time | relevance | path

Searched defs:unseal (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/compute/skc/
Dcomposition.h37 …void (* unseal )(struct skc_composition_impl * const impl, skc_bool const r… member
Dstyling.h28 void (* unseal )(struct skc_styling_impl * const impl, skc_bool const block); member
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc193 static tsi_result unseal(alts_frame_protector* impl) { in unseal() function
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc193 static tsi_result unseal(alts_frame_protector* impl) { in unseal() function
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py622 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client