Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 25 of 45) sorted by relevance

12

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAesGcmAeadCrypter.java47 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()
DAeadCrypter.java36 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()
DAesGcmHkdfAeadCrypter.java58 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()
DChannelCrypterNetty.java56 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/
DFakeChannelCrypter.java49 public void decrypt(ByteBuf out, ByteBuf tag, List<ByteBuf> ciphertext) in decrypt()
65 ByteBuf ciphertext = ciphertextAndTag.readSlice(ciphertextAndTag.readableBytes() - TAG_BYTES); in decrypt() local
DAesGcmHkdfAeadCrypterTest.java39 final byte[] ciphertext; field in AesGcmHkdfAeadCrypterTest.TestVector
61 byte[] ciphertext; field in AesGcmHkdfAeadCrypterTest.TestVectorBuilder
100 TestVectorBuilder withCiphertext(String ciphertext) { in withCiphertext()
/external/oss-fuzz/projects/libsodium/
Dsecretbox_easy_fuzzer.cc20 unsigned char ciphertext[ciphertext_len]; in LLVMFuzzerTestOneInput() local
/external/boringssl/src/crypto/hrss/
Dhrss_test.cc189 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/
Daes_test.cc36 std::vector<uint8_t> key, plaintext, ciphertext; in TestRaw() local
78 std::vector<uint8_t> key, plaintext, ciphertext; in TestKeyWrap() local
127 std::vector<uint8_t> key, plaintext, ciphertext; in TestKeyWrapWithPadding() local
/external/ImageMagick/MagickCore/
Dcipher.c280 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/
DAesEaxTest.java44 String message, String keyMaterial, String nonce, String aad, String ciphertext) { in EaxTestVector()
DAesGcmTest.java65 String ciphertext, in GcmTestVector()
/external/boringssl/src/decrepit/cfb/
Dcfb_test.cc27 uint8_t ciphertext[16*4]; member
/external/python/cryptography/docs/development/custom-vectors/arc4/
Dverify_arc4.go27 ciphertext string member
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc157 const std::vector<uint8_t> &ciphertext, in TestOperation()
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
Daead_test.cc431 uint8_t ciphertext[128]; in TEST_P() local
566 alignas(64) uint8_t ciphertext[sizeof(plaintext) + EVP_AEAD_MAX_OVERHEAD]; in TEST_P() local
598 uint8_t ciphertext[1024] = {0}; in TEST_P() local
/external/openssh/openbsd-compat/
Dbcrypt_pbkdf.c73 u_int8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
/external/python/cryptography/docs/development/custom-vectors/cast5/
Dverify_cast5.go27 ciphertext string member
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc68 std::vector<uint8_t> key, plaintext, additional_data, nonce, ciphertext, in TEST() local
/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/
DVerifyRSAOAEPSHA2.java34 public byte[] ciphertext; field in TestVectorData
354 public void testDecrypt(byte[] plaintext, byte[] ciphertext) throws Exception { in testDecrypt()
/external/boringssl/src/crypto/
Dimpl_dispatch_test.cc105 uint8_t ciphertext[sizeof(kPlaintext) + 16]; in TEST_F() local
/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c422 CBS epki, algorithm, ciphertext; in PKCS8_parse_encrypted_private_key() local
511 CBB ciphertext; in PKCS8_marshal_encrypted_private_key() local
/external/libsrtp2/srtp/
Dekt.c152 void aes_decrypt_with_raw_key(void *ciphertext, const void *key, int key_len) in aes_decrypt_with_raw_key()
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go92 ciphertext []byte member
/external/grpc-grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc320 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

12