/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | aead.rs | 68 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 D | aead.rs | 68 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 D | utils.kt | 418 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/ |
D | chacha20poly1305_noasm.go | 9 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
|
D | chacha20poly1305_amd64.go | 49 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
|
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/ |
H A D | chacha20poly1305_aead.go | 32 func (c *chaCha20Poly1305AEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
|
H A D | aead.go | 29 seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) methodSpec
|
H A D | aes_gcm_aead.go | 47 func (a *aesGCMAEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
|
H A D | context.go | 133 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 D | HpkeAead.java | 37 byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method
|
H A D | ChaCha20Poly1305HpkeAead.java | 28 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in ChaCha20Poly1305HpkeAead
|
H A D | AesGcmHpkeAead.java | 37 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in AesGcmHpkeAead
|
H A D | HpkeContext.java | 225 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 D | WatchableImpl.java | 119 public void seal() { in seal() method in WatchableImpl
|
H A D | SnapshotCache.java | 126 public final void seal() { in seal() method in SnapshotCache
|
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/ |
H A D | hpke.rs | 180 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 D | aead.rs | 89 async fn seal<'a>( in seal() method
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | HpkeContextSender.java | 57 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 D | HpkeContextSender.java | 59 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/ |
D | aead.rs | 28 async fn seal<'a>( in seal() method
|
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/src/ |
D | aead.rs | 112 pub fn seal<'b>( in seal() method
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | envelope.rs | 167 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 D | IPackageInstallerSession.aidl | 50 void seal(); in seal() method
|
/aosp_15_r20/external/open-dice/dpe-rs/src/ |
H A D | crypto.rs | 278 fn seal( in seal() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 64 static tsi_result seal(alts_frame_protector* impl) { in seal() function
|