Home
last modified time | relevance | path

Searched defs:decrypt (Results 1 – 25 of 162) sorted by relevance

1234567

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DChannelCrypterNetty.java56 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
DAeadCrypter.java61 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
DAesGcmAeadCrypter.java99 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
DAltsChannelCrypter.java81 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
DAesGcmHkdfAeadCrypter.java74 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/
DFakeChannelCrypter.java49 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/
DAeadServiceImpl.java68 AeadDecryptResponse decrypt(AeadDecryptRequest request) throws GeneralSecurityException { in decrypt() method in AeadServiceImpl
84 public void decrypt( in decrypt() method in AeadServiceImpl
DHybridServiceImpl.java79 private HybridDecryptResponse decrypt(HybridDecryptRequest request) in decrypt() method in HybridServiceImpl
97 public void decrypt( in decrypt() method in HybridServiceImpl
DStreamingAeadServiceImpl.java82 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/
DTss2_Sys_EncryptDecrypt.c18 TPMI_YES_NO decrypt, in Tss2_Sys_EncryptDecrypt_Prepare()
120 TPMI_YES_NO decrypt, in Tss2_Sys_EncryptDecrypt()
DTss2_Sys_EncryptDecrypt2.c19 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/
DEsys_EncryptDecrypt.c76 TPMI_YES_NO decrypt, in Esys_EncryptDecrypt()
158 TPMI_YES_NO decrypt, in Esys_EncryptDecrypt_Async()
DEsys_EncryptDecrypt2.c74 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/
DInsecureNonceChaCha20Base.java78 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
DInsecureNonceChaCha20Poly1305Base.java120 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.py38 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.py53 def decrypt(self, ciphertext: bytes, context_info: bytes) -> bytes: member in HybridDecrypt
/external/tink/java_src/src/main/java/com/google/crypto/tink/
DHybridDecrypt.java71 byte[] decrypt(final byte[] ciphertext, final byte[] contextInfo) throws GeneralSecurityException; in decrypt() method
DAead.java62 byte[] decrypt(final byte[] ciphertext, final byte[] associatedData) in decrypt() method
/external/scapy/scapy/layers/tls/crypto/
Dcipher_stream.py89 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/
DIndCpaCipher.java44 byte[] decrypt(final byte[] ciphertext) throws GeneralSecurityException; in decrypt() method
/external/tink/python/tink/aead/
D_aead.py47 def decrypt(self, ciphertext: bytes, associated_data: bytes) -> bytes: member in Aead
/external/mbedtls/programs/psa/
Dcrypto_examples.c162 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/
Dcrypto_examples.c162 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/
Dmod.rs63 fn decrypt(&self, block: &mut AesBlock) { in decrypt() method
86 fn decrypt(&self, block: &mut AesBlock) { in decrypt() method

1234567