Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 25 of 36) 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
84 std::unique_ptr<uint8_t[]> plaintext(new uint8_t[input_len]); in TEST() local
/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/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/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc35 std::vector<uint8_t> key, plaintext, ciphertext; in TestRaw() local
77 std::vector<uint8_t> key, plaintext, ciphertext; in TestKeyWrap() 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.c208 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/
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()
Daes_gcm.cc328 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/
Dcast_test.cc24 uint8_t plaintext[16]; member
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc155 const std::vector<uint8_t> &plaintext, in TestOperation()
219 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
Daead_test.cc427 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/
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/boringssl/src/decrepit/blowfish/
Dblowfish_test.cc24 uint8_t plaintext[16]; member
/external/python/cpython3/Lib/test/
Dtest_uu.py15 plaintext = b"The symbols on top of your keyboard are !@#$%^&*()_+|~\n" variable
/external/webrtc/webrtc/base/
Dbase64_unittest.cc25 const char* plaintext; member
/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc36 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/
Dalts_iovec_record_protocol.cc275 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/
DCryptoOps.java245 Key encryptionKey, EncType encType, @Nullable SecureRandom rng, byte[] iv, byte[] plaintext) in encrypt()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c38 u8 plaintext[] = { in test_siv() local
422 char *plaintext; in test_ecb() member
/external/boringssl/src/ssl/
Dtls_record.cc611 Span<uint8_t> plaintext; in OpenRecord() local

12