Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A 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
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A 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
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/
H A Dutils.kt418 fun seal() { in getInstanceForCurrentRound() method in com.google.devtools.ksp.symbol.impl.OrderProvider
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20poly1305/
Dchacha20poly1305_noasm.go9 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
Dchacha20poly1305_amd64.go49 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dchacha20poly1305_aead.go32 func (c *chaCha20Poly1305AEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
H A Daead.go29 seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) methodSpec
H A Daes_gcm_aead.go47 func (a *aesGCMAEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
H A Dcontext.go133 func (c *context) seal(plaintext, associatedData []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
H A DHpkeAead.java37 byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method
H A DChaCha20Poly1305HpkeAead.java28 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in ChaCha20Poly1305HpkeAead
H A DAesGcmHpkeAead.java37 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in AesGcmHpkeAead
H A DHpkeContext.java225 byte[] seal(byte[] plaintext, byte[] associatedData) throws GeneralSecurityException { in seal() method in HpkeContext
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchableImpl.java119 public void seal() { in seal() method in WatchableImpl
H A DSnapshotCache.java126 public final void seal() { in seal() method in SnapshotCache
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/
H A Dhpke.rs180 async fn seal(&mut self, aad: Option<&[u8]>, data: &[u8]) -> Result<Vec<u8>, Self::Error> { in seal() method
244 pub async fn seal( in seal() method
H A Daead.rs89 async fn seal<'a>( in seal() method
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DHpkeContextSender.java57 public byte[] seal(byte[] plaintext, byte[] aad) { in seal() method in HpkeContextSender
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DHpkeContextSender.java59 public byte[] seal(byte[] plaintext, byte[] aad) { in seal() method in HpkeContextSender
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-crypto-traits/src/
Daead.rs28 async fn seal<'a>( in seal() method
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/src/
Daead.rs112 pub fn seal<'b>( in seal() method
/aosp_15_r20/external/rust/crates/openssl/src/
Denvelope.rs167 let mut seal = Seal::new(cipher, &[public_key]).unwrap(); in public_encrypt_private_decrypt() localVariable
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerSession.aidl50 void seal(); in seal() method
/aosp_15_r20/external/open-dice/dpe-rs/src/
H A Dcrypto.rs278 fn seal( in seal() method
/aosp_15_r20/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

123456