Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 25 of 37) sorted by relevance

12

/third_party/openssl/crypto/camellia/
Dcamellia.c397 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds()
443 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock()
452 u8 plaintext[]) in Camellia_DecryptBlock_Rounds()
496 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_DecryptBlock()
/third_party/abseil-cpp/absl/strings/internal/
Descaping_test_common.h29 absl::string_view plaintext; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Descaping_test_common.h29 absl::string_view plaintext; member
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_aead.c37 const uint8_t *plaintext, size_t plaintext_length, in mbedtls_test_transparent_aead_encrypt()
86 uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length ) in mbedtls_test_transparent_aead_decrypt()
351 uint8_t *plaintext, in mbedtls_test_transparent_aead_verify()
/third_party/node/test/parallel/
Dtest-crypto-des3-wrap.js14 plaintext: '32|RmVZZkFUVmpRRkp0TmJaUm56ZU9qcnJkaXNNWVNpTTU*|iXmckfRWZBG' + property
Dtest-crypto-padding-aes256.js49 let plaintext = '0123456789abcdef0123456789abcdef'; // Multiple of block size variable
Dtest-crypto-cipher-decipher.js207 const plaintext = 'Top secret!!!'; constant
Dtest-crypto-key-objects.js77 const plaintext = Buffer.from('Hello world', 'utf8'); constant
162 const plaintext = Buffer.from('Hello world', 'utf8'); constant
/third_party/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
/third_party/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()
81 size_t ciphertext_and_tag_length, uint8_t* plaintext, in gsec_aead_crypter_decrypt()
Daes_gcm.cc326 const uint8_t* plaintext = static_cast<uint8_t*>(plaintext_vec[i].iov_base); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local
469 uint8_t* plaintext = static_cast<uint8_t*>(plaintext_vec.iov_base); in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
/third_party/ffmpeg/libavutil/tests/
Dblowfish.c112 static const uint8_t plaintext[8] = "BLOWFISH"; variable
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c169 const unsigned char plaintext[16] = "Hello, world..."; in exercise_cipher_key() local
241 unsigned char plaintext[16] = "Hello, world..."; in exercise_aead_key() local
385 unsigned char plaintext[256] = "Hello, world..."; in exercise_asymmetric_encryption_key() local
/third_party/mbedtls/library/
Dpsa_crypto_aead.c147 const uint8_t *plaintext, size_t plaintext_length, in mbedtls_psa_aead_encrypt()
264 uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length ) in mbedtls_psa_aead_decrypt()
Dpsa_crypto_driver_wrappers.c1520 const uint8_t *plaintext, size_t plaintext_length, in psa_driver_wrapper_aead_encrypt()
1573 uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length ) in psa_driver_wrapper_aead_decrypt()
1907 uint8_t *plaintext, in psa_driver_wrapper_aead_verify()
/third_party/python/Lib/test/
Dtest_uu.py15 plaintext = b"The symbols on top of your keyboard are !@#$%^&*()_+|~\n" variable
/third_party/node/deps/npm/node_modules/oauth-sign/
Dindex.js106 function plaintext (consumer_secret, token_secret) { function
/third_party/openssl/test/
Dtls13encryptiontest.c38 const char *plaintext[3]; member
Devp_extra_test.c966 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local
1279 uint8_t plaintext[8]; in test_EVP_SM2() local
1676 unsigned char plaintext[80]; in test_decrypt_null_chunks() local
Digetest.c27 static unsigned char plaintext[BIG_TEST_SIZE]; variable
/third_party/gstreamer/gstplugins_bad/ext/aes/
Dgstaesdec.c439 guchar *plaintext; in gst_aes_dec_transform() local
Dgstaesenc.c434 guchar *plaintext; in gst_aes_enc_transform() local
/third_party/grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc37 uint8_t* plaintext; member
115 uint8_t* plaintext = static_cast<uint8_t*>(gpr_malloc(plaintext_length)); in gsec_test_random_encrypt_decrypt() local
564 uint8_t* plaintext = static_cast<uint8_t*>(gpr_malloc(plaintext_length)); in gsec_test_decryption_failure() local
751 size_t aad_length, const uint8_t* plaintext, size_t plaintext_length, in gsec_aead_malloc_test_vector()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc277 iovec_t plaintext = {nullptr, 0}; in alts_iovec_record_protocol_integrity_only_unprotect() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_module_tests.c38 u8 plaintext[] = { in test_siv() local
422 char *plaintext; in test_ecb() member

12