Searched defs:Seal (Results 1 – 3 of 3) sorted by relevance
32 pub struct Seal { struct38 impl Seal { argument40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
135 void Seal() { sealed_ = true; } in Seal() function
402 void ReadOnlySpace::Seal(SealMode ro_mode) { in Seal() function in v8::internal::ReadOnlySpace