/external/tink-java/src/main/java/com/google/crypto/tink/hybrid/internal/ |
D | HpkeAead.java | 37 default byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method 42 byte[] seal( in seal() method
|
D | ChaCha20Poly1305HpkeAead.java | 30 public byte[] seal( in seal() method in ChaCha20Poly1305HpkeAead
|
D | HpkeContext.java | 229 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
|
D | AesGcmHpkeAead.java | 37 public byte[] seal( in seal() method in AesGcmHpkeAead
|
/external/tink/go/hybrid/internal/hpke/ |
D | chacha20poly1305_aead.go | 32 func (c *chaCha20Poly1305AEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
|
D | aead.go | 29 seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) methodSpec
|
D | aes_gcm_aead.go | 47 func (a *aesGCMAEAD) seal(key, nonce, plaintext, associatedData []byte) ([]byte, error) { func
|
D | context.go | 133 func (c *context) seal(plaintext, associatedData []byte) ([]byte, error) { func
|
/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/ |
D | HpkeAead.java | 37 byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method
|
D | ChaCha20Poly1305HpkeAead.java | 28 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in ChaCha20Poly1305HpkeAead
|
D | AesGcmHpkeAead.java | 37 public byte[] seal(byte[] key, byte[] nonce, byte[] plaintext, byte[] associatedData) in seal() method in AesGcmHpkeAead
|
D | HpkeContext.java | 225 byte[] seal(byte[] plaintext, byte[] associatedData) throws GeneralSecurityException { in seal() method in HpkeContext
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | HpkeContextSender.java | 57 public byte[] seal(byte[] plaintext, byte[] aad) { in seal() method in HpkeContextSender
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | HpkeContextSender.java | 59 public byte[] seal(byte[] plaintext, byte[] aad) { in seal() method in HpkeContextSender
|
/external/rust/android-crates-io/crates/mls-rs-crypto-traits/src/ |
D | aead.rs | 28 async fn seal<'a>( in seal() method
|
/external/boringssl/src/rust/bssl-crypto/src/ |
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
|
/external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/ |
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
|
/external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/ |
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
|
/external/rust/crates/openssl/src/ |
D | envelope.rs | 167 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/ |
D | utils.kt | 418 fun seal() { in getInstanceForCurrentRound() method
|
/external/open-dice/dpe-rs/src/ |
D | crypto.rs | 278 fn seal( in seal() method
|
/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
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 65 static tsi_result seal(alts_frame_protector* impl) { in seal() function
|
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | ciphertext_processor.rs | 99 pub async fn seal( in seal() function
|
/external/rust/android-crates-io/crates/ring/src/ |
D | aead.rs | 137 seal: fn(key: &KeyInner, nonce: Nonce, aad: Aad<&[u8]>, in_out: &mut [u8]) -> Tag, field
|