Home
last modified time | relevance | path

Searched defs:seal (Results 1 – 25 of 35) sorted by relevance

12

/external/tink/go/hybrid/internal/hpke/
Dchacha20poly1305_aead.go32 func (c *chaCha20Poly1305AEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
Daead.go29 seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) methodSpec
Daes_gcm_aead.go47 func (a *aesGCMAEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
Dcontext.go133 func (c *context) seal(plaintext, associatedData []byte) ([]byte, error) { func
/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
DHpkeAead.java37 byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method
DChaCha20Poly1305HpkeAead.java28 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in ChaCha20Poly1305HpkeAead
DAesGcmHpkeAead.java37 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in AesGcmHpkeAead
DHpkeContext.java225 byte[] seal(byte[] plaintext, byte[] associatedData) throws GeneralSecurityException { in seal() method in HpkeContext
/external/conscrypt/common/src/main/java/org/conscrypt/
DHpkeContextSender.java57 public byte[] seal(byte[] plaintext, byte[] aad) { in seal() method in HpkeContextSender
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DHpkeContextSender.java59 public byte[] seal(byte[] plaintext, byte[] aad) { in seal() method in HpkeContextSender
/external/rust/crates/mls-rs-crypto-traits/src/
Daead.rs28 async fn seal<'a>( in seal() method
/external/boringssl/src/rust/bssl-crypto/src/
Daead.rs68 fn seal(&self, nonce: &Self::Nonce, plaintext: &[u8], ad: &[u8]) -> Vec<u8>; in seal() method
138 fn seal(&self, nonce: &[u8; NONCE_LEN], plaintext: &[u8], ad: &[u8]) -> Vec<u8> { in seal() method
Dhpke.rs275 pub fn seal(&mut self, plaintext: &[u8], aad: &[u8]) -> Vec<u8> { in seal() method
/external/rust/crates/openssl/src/
Denvelope.rs167 let mut seal = Seal::new(cipher, &[public_key]).unwrap(); in public_encrypt_private_decrypt() localVariable
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/
Dutils.kt418 fun seal() { in getInstanceForCurrentRound() method in com.google.devtools.ksp.symbol.impl.OrderProvider
/external/pigweed/pw_build/py/pw_build/
Dgn_writer.py322 def seal(self) -> None: member in GnWriter
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc64 static tsi_result seal(alts_frame_protector* impl) { in seal() function
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc65 static tsi_result seal(alts_frame_protector* impl) { in seal() function
/external/rust/crates/ring/src/
Daead.rs147 seal: fn(key: &KeyInner, nonce: Nonce, aad: Aad<&[u8]>, in_out: &mut [u8]) -> Tag, field
/external/rust/crates/mls-rs/src/group/
Dciphertext_processor.rs99 pub async fn seal( in seal() function
/external/rust/crates/mls-rs/src/group/ciphertext_processor/
Dsender_data_key.rs104 pub(crate) async fn seal( in seal() method
/external/rust/crates/crossbeam-epoch/src/
Dinternal.rs102 fn seal(self, epoch: Epoch) -> SealedBag { in seal() method
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
/external/rust/crates/mls-rs-core/src/
Dcrypto.rs149 async fn seal(&mut self, aad: Option<&[u8]>, data: &[u8]) -> Result<Vec<u8>, Self::Error>; in seal() method
/external/brotli/c/enc/
Dencode.c1541 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local

12