Home
last modified time | relevance | path

Searched refs:Seal (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Denvelope.rs7 //! use openssl::envelope::Seal;
15 //! let mut seal = Seal::new(cipher, &[key]).unwrap();
32 pub struct Seal { structure names
38 impl Seal { impls
39 /// Creates a new `Seal`.
40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
55 Ok(Seal { ctx, iv, enc_keys }) in new()
167 let mut seal = Seal::new(cipher, &[public_key]).unwrap(); in public_encrypt_private_decrypt()
/third_party/node/deps/v8/src/zone/
H A Dzone.h135 void Seal() { sealed_ = true; } in Seal() function in v8::internal::final
/third_party/node/deps/v8/src/heap/
H A Dread-only-heap.cc187 read_only_space_->Seal(ReadOnlySpace::SealMode::kDoNotDetachFromHeap); in InitFromIsolate()
H A Dread-only-spaces.h206 // Seal the space by marking it read-only, optionally detaching it
209 V8_EXPORT_PRIVATE void Seal(SealMode ro_mode);
H A Dread-only-spaces.cc326 Seal(COMPRESS_POINTERS_IN_ISOLATE_CAGE_BOOL in DetachPagesAndAddToArtifacts()
402 void ReadOnlySpace::Seal(SealMode ro_mode) { in Seal() function in v8::internal::ReadOnlySpace

Completed in 7 milliseconds