Home
last modified time | relevance | path

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

12

/external/tink-java/src/main/java/com/google/crypto/tink/hybrid/internal/
DHpkeAead.java37 default byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method
42 byte[] seal( in seal() method
DChaCha20Poly1305HpkeAead.java30 public byte[] seal( in seal() method in ChaCha20Poly1305HpkeAead
DHpkeContext.java229 public byte[] seal(byte[] plaintext, byte[] associatedData) throws GeneralSecurityException { in seal() method in HpkeContext
234 byte[] seal(byte[] plaintext, int ciphertextOffset, byte[] associatedData) in seal() method in HpkeContext
DAesGcmHpkeAead.java37 public byte[] seal( in seal() method in AesGcmHpkeAead
/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/android-crates-io/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
/external/cronet/stable/third_party/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
/external/cronet/tot/third_party/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
/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
/external/open-dice/dpe-rs/src/
Dcrypto.rs278 fn seal( in seal() method
/external/rust/android-crates-io/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/android-crates-io/crates/mls-rs/src/group/
Dciphertext_processor.rs99 pub async fn seal( in seal() function
/external/rust/android-crates-io/crates/ring/src/
Daead.rs137 seal: fn(key: &KeyInner, nonce: Nonce, aad: Aad<&[u8]>, in_out: &mut [u8]) -> Tag, field

12