Home
last modified time | relevance | path

Searched defs:Seal (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Denvelope.rs32 pub struct Seal { struct
38 impl Seal { argument
40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
/third_party/node/deps/v8/src/zone/
Dzone.h135 void Seal() { sealed_ = true; } in Seal() function
/third_party/node/deps/v8/src/heap/
Dread-only-spaces.cc402 void ReadOnlySpace::Seal(SealMode ro_mode) { in Seal() function in v8::internal::ReadOnlySpace