/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AesGcmAeadCrypter.java | 47 ByteBuffer ciphertext, ByteBuffer plaintext, @Nullable ByteBuffer aad, byte[] nonce) in encryptAad() 61 ByteBuffer plaintext, ByteBuffer ciphertext, @Nullable ByteBuffer aad, byte[] nonce) in decryptAad() 75 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt() 81 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt() 87 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt() 93 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt()
|
D | AeadCrypter.java | 36 void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt() 49 void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt() 61 void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt() 74 void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt()
|
D | AesGcmHkdfAeadCrypter.java | 58 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, byte[] nonce) in encrypt() 66 public void encrypt(ByteBuffer ciphertext, ByteBuffer plaintext, ByteBuffer aad, byte[] nonce) in encrypt() 74 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, byte[] nonce) in decrypt() 82 public void decrypt(ByteBuffer plaintext, ByteBuffer ciphertext, ByteBuffer aad, byte[] nonce) in decrypt()
|
D | ChannelCrypterNetty.java | 56 void decrypt(ByteBuf out, ByteBuf tag, List<ByteBuf> ciphertext) throws GeneralSecurityException; in decrypt()
|
/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() 65 ByteBuf ciphertext = ciphertextAndTag.readSlice(ciphertextAndTag.readableBytes() - TAG_BYTES); in decrypt() local
|
D | AesGcmHkdfAeadCrypterTest.java | 39 final byte[] ciphertext; field in AesGcmHkdfAeadCrypterTest.TestVector 61 byte[] ciphertext; field in AesGcmHkdfAeadCrypterTest.TestVectorBuilder 100 TestVectorBuilder withCiphertext(String ciphertext) { in withCiphertext()
|
D | ChannelCrypterNettyTestBase.java | 60 List<ByteBuf> ciphertext; field in ChannelCrypterNettyTestBase.FrameDecrypt
|
/external/boringssl/src/crypto/hrss/ |
D | hrss_test.cc | 189 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in TEST() local 214 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in TEST() local 357 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in TEST() local
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_test.cc | 35 std::vector<uint8_t> key, plaintext, ciphertext; in TestRaw() local 77 std::vector<uint8_t> key, plaintext, ciphertext; in TestKeyWrap() local
|
/external/ImageMagick/MagickCore/ |
D | cipher.c | 280 static inline void AddRoundKey(const unsigned int *ciphertext, in AddRoundKey() 318 static void FinalizeRoundKey(const unsigned int *ciphertext, in FinalizeRoundKey() 347 static void InitializeRoundKey(const unsigned char *ciphertext, in InitializeRoundKey() 380 unsigned char *ciphertext) in EncipherAESBlock()
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | AesEaxTest.java | 44 String message, String keyMaterial, String nonce, String aad, String ciphertext) { in EaxTestVector()
|
D | AesGcmTest.java | 65 String ciphertext, in GcmTestVector()
|
/external/boringssl/src/decrepit/cfb/ |
D | cfb_test.cc | 27 uint8_t ciphertext[16*4]; member
|
/external/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 156 const std::vector<uint8_t> &ciphertext, in TestOperation() 219 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
|
D | aead_test.cc | 429 uint8_t ciphertext[128]; in TEST_P() local 564 alignas(64) uint8_t ciphertext[sizeof(plaintext) + EVP_AEAD_MAX_OVERHEAD]; in TEST_P() local 596 uint8_t ciphertext[1024] = {0}; in TEST_P() local
|
D | e_chacha20poly1305.c | 109 const uint8_t *ciphertext, in chacha20_poly1305_open() 159 const uint8_t *ciphertext, size_t ciphertext_len, in calc_tag()
|
D | e_aesctrhmac.c | 123 const uint8_t *nonce, const uint8_t *ciphertext, in hmac_calculate()
|
/external/openssh/openbsd-compat/ |
D | bcrypt_pbkdf.c | 73 u_int8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 68 std::vector<uint8_t> key, plaintext, additional_data, nonce, ciphertext, in TEST() local
|
/external/boringssl/src/crypto/ |
D | impl_dispatch_test.cc | 106 uint8_t ciphertext[sizeof(kPlaintext) + 16]; in TEST_F() local
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8.c | 422 CBS epki, algorithm, ciphertext; in PKCS8_parse_encrypted_private_key() local 507 CBB ciphertext; in PKCS8_marshal_encrypted_private_key() local
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | make_legacy_aead_tests.go | 92 ciphertext []byte member
|
/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 320 uint8_t* ciphertext = static_cast<uint8_t*>(ciphertext_vec.iov_base); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 479 const uint8_t* ciphertext = nullptr; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/external/boringssl/src/ssl/ |
D | ssl_key_share.cc | 259 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in Accept() local
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 335 iovec_t ciphertext = {ciphertext_buffer, data_length + rp->tag_length}; in alts_iovec_record_protocol_privacy_integrity_protect() local
|