| /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/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
|
| D | hpke.rs | 275 pub fn seal(&mut self, plaintext: &[u8], aad: &[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 in com.google.devtools.ksp.symbol.impl.OrderProvider
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | gn_writer.py | 322 def seal(self) -> None: member in GnWriter
|
| /external/rust/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/crates/ring/src/ |
| D | aead.rs | 147 seal: fn(key: &KeyInner, nonce: Nonce, aad: Aad<&[u8]>, in_out: &mut [u8]) -> Tag, field
|
| /external/rust/crates/mls-rs/src/group/ |
| D | ciphertext_processor.rs | 99 pub async fn seal( in seal() function
|
| /external/rust/crates/mls-rs/src/group/ciphertext_processor/ |
| D | sender_data_key.rs | 104 pub(crate) async fn seal( in seal() method
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | internal.rs | 102 fn seal(self, epoch: Epoch) -> SealedBag { in seal() method
|
| /external/linux-kselftest/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 589 def seal(self, parent_key, data, auth_value, policy_dig, member in Client
|
| /external/rust/crates/mls-rs-core/src/ |
| D | crypto.rs | 149 async fn seal(&mut self, aad: Option<&[u8]>, data: &[u8]) -> Result<Vec<u8>, Self::Error>; in seal() method
|
| /external/brotli/c/enc/ |
| D | encode.c | 1541 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local
|