Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 25 of 49) 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()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAesGcmHkdfAeadCrypterTest.java38 final byte[] plaintext; field in AesGcmHkdfAeadCrypterTest.TestVector
60 byte[] plaintext; field in AesGcmHkdfAeadCrypterTest.TestVectorBuilder
95 TestVectorBuilder withPlaintext(String plaintext) { in withPlaintext()
/external/boringssl/src/decrepit/cfb/
Dcfb_test.cc26 uint8_t plaintext[16*4]; member
114 std::unique_ptr<uint8_t[]> plaintext(new uint8_t[input_len]); in TEST() local
/external/python/cryptography/docs/development/custom-vectors/arc4/
Dverify_arc4.go26 plaintext string member
31 validate(count string, offset uint64, key, plaintext, expectedCiphertext []byte) argument
/external/python/cryptography/docs/development/custom-vectors/cast5/
Dverify_cast5.go26 plaintext string member
31 validate(count string, key, iv, plaintext, expectedCiphertext []byte) argument
Dgenerate_cast5.py13 def encrypt(mode, key, iv, plaintext): argument
/external/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc85 const char* plaintext; member
345 const char* plaintext; member
450 StringPiece plaintext(base64_tests[i].plaintext, in TEST() local
/external/python/cryptography/docs/development/custom-vectors/seed/
Dverify_seed.py8 def encrypt(mode, key, iv, plaintext): argument
Dgenerate_seed.py7 def encrypt(mode, key, iv, plaintext): argument
/external/python/cryptography/docs/development/custom-vectors/idea/
Dverify_idea.py10 def encrypt(mode, key, iv, plaintext): argument
Dgenerate_idea.py7 def encrypt(mode, key, iv, plaintext): argument
/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/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DUtilsTest.java45 com.squareup.okhttp.ConnectionSpec plaintext = com.squareup.okhttp.ConnectionSpec.CLEARTEXT; in convertSpecRejectsPlaintext() local
/external/ImageMagick/MagickCore/
Dcipher.c281 const unsigned int *key,unsigned int *plaintext) in AddRoundKey()
319 const unsigned int *key,unsigned char *plaintext) in FinalizeRoundKey()
348 const unsigned int *key,unsigned int *plaintext) in InitializeRoundKey()
379 static void EncipherAESBlock(AESInfo *aes_info,const unsigned char *plaintext, in EncipherAESBlock()
/external/iperf3/src/
Diperf_auth.c211 int encrypt_rsa_message(const char *plaintext, EVP_PKEY *public_key, unsigned char **encryptedtext)… in encrypt_rsa_message()
233 …ar *encryptedtext, const int encryptedtext_len, EVP_PKEY *private_key, unsigned char **plaintext) { in decrypt_rsa_message()
274 unsigned char *plaintext = NULL; in decode_auth_setting() local
/external/grpc-grpc/src/core/tsi/alts/crypt/
Dgsec.cc40 const uint8_t* aad, size_t aad_length, const uint8_t* plaintext, in gsec_aead_crypter_encrypt()
80 size_t ciphertext_and_tag_length, uint8_t* plaintext, in gsec_aead_crypter_decrypt()
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc156 const std::vector<uint8_t> &plaintext, in TestOperation()
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
/external/boringssl/src/decrepit/cast/
Dcast_test.cc24 uint8_t plaintext[16]; member
/external/python/cpython2/Lib/test/
Dtest_uu.py13 plaintext = "The smooth-scaled python crept over the sleeping dog\n" variable
/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.java33 public byte[] plaintext; field in TestVectorData
354 public void testDecrypt(byte[] plaintext, byte[] ciphertext) throws Exception { in testDecrypt()
/external/boringssl/src/decrepit/blowfish/
Dblowfish_test.cc24 uint8_t plaintext[16]; member
/external/libsrtp2/crypto/cipher/
Daes.c2131 void srtp_aes_encrypt(v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key) in srtp_aes_encrypt()
2161 void srtp_aes_decrypt(v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key) in srtp_aes_decrypt()

12