/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()
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AesGcmHkdfAeadCrypterTest.java | 38 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/ |
D | cfb_test.cc | 26 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/ |
D | verify_arc4.go | 26 plaintext string member 31 validate(count string, offset uint64, key, plaintext, expectedCiphertext []byte) argument
|
/external/python/cryptography/docs/development/custom-vectors/cast5/ |
D | verify_cast5.go | 26 plaintext string member 31 validate(count string, key, iv, plaintext, expectedCiphertext []byte) argument
|
D | generate_cast5.py | 13 def encrypt(mode, key, iv, plaintext): argument
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil_unittest.cc | 85 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/ |
D | verify_seed.py | 8 def encrypt(mode, key, iv, plaintext): argument
|
D | generate_seed.py | 7 def encrypt(mode, key, iv, plaintext): argument
|
/external/python/cryptography/docs/development/custom-vectors/idea/ |
D | verify_idea.py | 10 def encrypt(mode, key, iv, plaintext): argument
|
D | generate_idea.py | 7 def encrypt(mode, key, iv, plaintext): argument
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_test.cc | 36 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/ |
D | UtilsTest.java | 45 com.squareup.okhttp.ConnectionSpec plaintext = com.squareup.okhttp.ConnectionSpec.CLEARTEXT; in convertSpecRejectsPlaintext() local
|
/external/ImageMagick/MagickCore/ |
D | cipher.c | 281 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/ |
D | iperf_auth.c | 211 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/ |
D | gsec.cc | 40 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/ |
D | cipher_test.cc | 156 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/ |
D | cast_test.cc | 24 uint8_t plaintext[16]; member
|
/external/python/cpython2/Lib/test/ |
D | test_uu.py | 13 plaintext = "The smooth-scaled python crept over the sleeping dog\n" variable
|
/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/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/ |
D | VerifyRSAOAEPSHA2.java | 33 public byte[] plaintext; field in TestVectorData 354 public void testDecrypt(byte[] plaintext, byte[] ciphertext) throws Exception { in testDecrypt()
|
/external/boringssl/src/decrepit/blowfish/ |
D | blowfish_test.cc | 24 uint8_t plaintext[16]; member
|
/external/libsrtp2/crypto/cipher/ |
D | aes.c | 2131 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()
|