| /external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
| D | ChannelCrypterNetty.java | 56 void decrypt(ByteBuf out, ByteBuf tag, List<ByteBuf> ciphertext) throws GeneralSecurityException; in decrypt() method 69 void decrypt(ByteBuf out, ByteBuf ciphertextAndTag) throws GeneralSecurityException; in decrypt() method
|
| D | AeadCrypter.java | 61 void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt() method 74 void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt() method
|
| D | AesGcmAeadCrypter.java | 99 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt() method in AesGcmAeadCrypter 105 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt() method in AesGcmAeadCrypter
|
| D | AltsChannelCrypter.java | 81 public void decrypt(ByteBuf out, ByteBuf tag, List<ByteBuf> ciphertextBufs) in decrypt() method in AltsChannelCrypter 96 public void decrypt(ByteBuf out, ByteBuf ciphertextAndTag) throws GeneralSecurityException { in decrypt() method in AltsChannelCrypter
|
| D | AesGcmHkdfAeadCrypter.java | 74 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt() method in AesGcmHkdfAeadCrypter 82 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt() method in AesGcmHkdfAeadCrypter
|
| /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
| D | FakeChannelCrypter.java | 49 public void decrypt(ByteBuf out, ByteBuf tag, List<ByteBuf> ciphertext) in decrypt() method in FakeChannelCrypter 63 public void decrypt(ByteBuf out, ByteBuf ciphertextAndTag) throws GeneralSecurityException { in decrypt() method in FakeChannelCrypter
|
| /external/tink/testing/java_src/java/com/google/crypto/tink/testing/ |
| D | AeadServiceImpl.java | 68 AeadDecryptResponse decrypt(AeadDecryptRequest request) throws GeneralSecurityException { in decrypt() method in AeadServiceImpl 84 public void decrypt( in decrypt() method in AeadServiceImpl
|
| D | HybridServiceImpl.java | 79 private HybridDecryptResponse decrypt(HybridDecryptRequest request) in decrypt() method in HybridServiceImpl 97 public void decrypt( in decrypt() method in HybridServiceImpl
|
| D | StreamingAeadServiceImpl.java | 82 private StreamingAeadDecryptResponse decrypt(StreamingAeadDecryptRequest request) in decrypt() method in StreamingAeadServiceImpl 109 public void decrypt( in decrypt() method in StreamingAeadServiceImpl
|
| /external/tpm2-tss/src/tss2-sys/api/ |
| D | Tss2_Sys_EncryptDecrypt.c | 18 TPMI_YES_NO decrypt, in Tss2_Sys_EncryptDecrypt_Prepare() 120 TPMI_YES_NO decrypt, in Tss2_Sys_EncryptDecrypt()
|
| D | Tss2_Sys_EncryptDecrypt2.c | 19 TPMI_YES_NO decrypt, in Tss2_Sys_EncryptDecrypt2_Prepare() 126 TPMI_YES_NO decrypt, in Tss2_Sys_EncryptDecrypt2()
|
| /external/tpm2-tss/src/tss2-esys/api/ |
| D | Esys_EncryptDecrypt.c | 76 TPMI_YES_NO decrypt, in Esys_EncryptDecrypt() 158 TPMI_YES_NO decrypt, in Esys_EncryptDecrypt_Async()
|
| D | Esys_EncryptDecrypt2.c | 74 TPMI_YES_NO decrypt, in Esys_EncryptDecrypt2() 153 TPMI_YES_NO decrypt, in Esys_EncryptDecrypt2_Async()
|
| /external/tink/java_src/src/main/java/com/google/crypto/tink/aead/internal/ |
| D | InsecureNonceChaCha20Base.java | 78 public byte[] decrypt(final byte[] nonce, final byte[] ciphertext) in decrypt() method in InsecureNonceChaCha20Base 84 public byte[] decrypt(final byte[] nonce, ByteBuffer ciphertext) throws GeneralSecurityException { in decrypt() method in InsecureNonceChaCha20Base
|
| D | InsecureNonceChaCha20Poly1305Base.java | 120 public byte[] decrypt(final byte[] nonce, final byte[] ciphertext, final byte[] associatedData) in decrypt() method in InsecureNonceChaCha20Poly1305Base 135 public byte[] decrypt(ByteBuffer ciphertext, final byte[] nonce, final byte[] associatedData) in decrypt() method in InsecureNonceChaCha20Poly1305Base
|
| /external/tink/python/tink/ |
| D | _keyset_handle_test.py | 38 def decrypt(self, plaintext: bytes, associated_data: bytes) -> bytes: member in FaultyAead 47 def decrypt(self, plaintext: bytes, associated_data: bytes) -> bytes: member in BadAead1 56 def decrypt(self, plaintext: bytes, associated_data: bytes) -> bytes: member in BadAead2
|
| /external/tink/python/tink/hybrid/ |
| D | _hybrid_decrypt.py | 53 def decrypt(self, ciphertext: bytes, context_info: bytes) -> bytes: member in HybridDecrypt
|
| /external/tink/java_src/src/main/java/com/google/crypto/tink/ |
| D | HybridDecrypt.java | 71 byte[] decrypt(final byte[] ciphertext, final byte[] contextInfo) throws GeneralSecurityException; in decrypt() method
|
| D | Aead.java | 62 byte[] decrypt(final byte[] ciphertext, final byte[] associatedData) in decrypt() method
|
| /external/scapy/scapy/layers/tls/crypto/ |
| D | cipher_stream.py | 89 def decrypt(self, data): member in _StreamCipher 132 def decrypt(self, data): member in Cipher_NULL
|
| /external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
| D | IndCpaCipher.java | 44 byte[] decrypt(final byte[] ciphertext) throws GeneralSecurityException; in decrypt() method
|
| /external/tink/python/tink/aead/ |
| D | _aead.py | 47 def decrypt(self, ciphertext: bytes, associated_data: bytes) -> bytes: member in Aead
|
| /external/mbedtls/programs/psa/ |
| D | crypto_examples.c | 162 uint8_t decrypt[block_size]; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local 210 encrypt[input_size + block_size], decrypt[input_size + block_size]; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local 257 decrypt[input_size]; in cipher_example_encrypt_decrypt_aes_ctr_multi() local
|
| /external/openthread/third_party/mbedtls/repo/programs/psa/ |
| D | crypto_examples.c | 162 uint8_t decrypt[block_size]; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local 210 encrypt[input_size + block_size], decrypt[input_size + block_size]; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local 257 decrypt[input_size]; in cipher_example_encrypt_decrypt_aes_ctr_multi() local
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/aes_cp/ |
| D | mod.rs | 63 fn decrypt(&self, block: &mut AesBlock) { in decrypt() method 86 fn decrypt(&self, block: &mut AesBlock) { in decrypt() method
|