/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 84 std::unique_ptr<uint8_t[]> plaintext(new uint8_t[input_len]); in TEST() local
|
/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/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/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 | 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 | 208 int encrypt_rsa_message(const char *plaintext, EVP_PKEY *public_key, unsigned char **encryptedtext)… in encrypt_rsa_message() 230 …ar *encryptedtext, const int encryptedtext_len, EVP_PKEY *private_key, unsigned char **plaintext) { in decrypt_rsa_message() 269 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()
|
D | aes_gcm.cc | 328 const uint8_t* plaintext = static_cast<uint8_t*>(plaintext_vec[i].iov_base); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 471 uint8_t* plaintext = static_cast<uint8_t*>(plaintext_vec.iov_base); in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/external/boringssl/src/decrepit/cast/ |
D | cast_test.cc | 24 uint8_t plaintext[16]; member
|
/external/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 155 const std::vector<uint8_t> &plaintext, in TestOperation() 219 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
|
D | aead_test.cc | 427 const uint8_t plaintext[1] = {'A'}; in TEST_P() local 545 alignas(64) uint8_t plaintext[32 + 1]; in TEST_P() local 595 uint8_t plaintext[1] = {0}; in TEST_P() local
|
/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/boringssl/src/decrepit/blowfish/ |
D | blowfish_test.cc | 24 uint8_t plaintext[16]; member
|
/external/python/cpython3/Lib/test/ |
D | test_uu.py | 15 plaintext = b"The symbols on top of your keyboard are !@#$%^&*()_+|~\n" variable
|
/external/webrtc/webrtc/base/ |
D | base64_unittest.cc | 25 const char* plaintext; member
|
/external/grpc-grpc/test/core/tsi/alts/crypt/ |
D | aes_gcm_test.cc | 36 uint8_t* plaintext; member 114 uint8_t* plaintext = static_cast<uint8_t*>(gpr_malloc(plaintext_length)); in gsec_test_random_encrypt_decrypt() local 563 uint8_t* plaintext = static_cast<uint8_t*>(gpr_malloc(plaintext_length)); in gsec_test_decryption_failure() local 750 size_t aad_length, const uint8_t* plaintext, size_t plaintext_length, in gsec_aead_malloc_test_vector()
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 275 iovec_t plaintext = {nullptr, 0}; in alts_iovec_record_protocol_integrity_only_unprotect() local
|
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/ |
D | CryptoOps.java | 245 Key encryptionKey, EncType encType, @Nullable SecureRandom rng, byte[] iv, byte[] plaintext) in encrypt()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_module_tests.c | 38 u8 plaintext[] = { in test_siv() local 422 char *plaintext; in test_ecb() member
|
/external/boringssl/src/ssl/ |
D | tls_record.cc | 611 Span<uint8_t> plaintext; in OpenRecord() local
|