/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 137 std::unique_ptr<uint8_t[]> plaintext(new uint8_t[input_len]); in TEST() local
|
/external/rust/crates/quiche/deps/boringssl/src/decrepit/cfb/ |
D | cfb_test.cc | 26 uint8_t plaintext[16*4]; member 137 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/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/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/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
D | CipherBasicsTest.java | 163 public void arrayBasedAssessment(Cipher cipher, byte[] aad, byte[] tag, byte[] plaintext, in arrayBasedAssessment() 280 ByteBuffer plaintext = combinedOutput.slice(); in sharedBufferBasedAssessment() local 319 ByteBuffer plaintext = ByteBuffer.wrap(_plaintext); in bufferBasedAssessment() local
|
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
D | CipherBasicsTest.java | 162 public void arrayBasedAssessment(Cipher cipher, byte[] aad, byte[] tag, byte[] plaintext, in arrayBasedAssessment() 283 ByteBuffer plaintext = combinedOutput.slice(); in sharedBufferBasedAssessment() local 322 ByteBuffer plaintext = ByteBuffer.wrap(_plaintext); in bufferBasedAssessment() local
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
/external/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
/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/oss-fuzz/projects/pidgin/ |
D | pidgin_utils_fuzzer.c | 58 gchar *plaintext = NULL; in LLVMFuzzerTestOneInput() local
|
/external/ImageMagick/MagickCore/ |
D | cipher.c | 281 const unsigned int *key,unsigned int *plaintext) in AddRoundKey() 321 const unsigned int *key,unsigned char *plaintext) in FinalizeRoundKey() 350 const unsigned int *key,unsigned int *plaintext) in InitializeRoundKey() 381 static void EncipherAESBlock(AESInfo *aes_info,const unsigned char *plaintext, in EncipherAESBlock()
|
/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/iperf3/src/ |
D | iperf_auth.c | 227 int encrypt_rsa_message(const char *plaintext, EVP_PKEY *public_key, unsigned char **encryptedtext)… in encrypt_rsa_message() 254 …ar *encryptedtext, const int encryptedtext_len, EVP_PKEY *private_key, unsigned char **plaintext) { in decrypt_rsa_message() 314 unsigned char *plaintext = NULL; in decode_auth_setting() local
|