| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | escaping_test_common.h | 29 absl::string_view plaintext; member
|
| /third_party/musl/libc-test/src/functionalext/crypt/ |
| H A D | encrypt.c | 31 char plaintext[] = "HELLO123"; in test_encrypt_and_decrypt() local
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | blowfish.c | 112 static const uint8_t plaintext[8] = "BLOWFISH"; variable
|
| /third_party/node/deps/openssl/openssl/crypto/camellia/ |
| H A D | camellia.c | 403 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds() argument 449 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock() argument 456 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock_Rounds() argument 502 Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock() argument [all...] |
| /third_party/openssl/crypto/camellia/ |
| H A D | camellia.c | 403 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds() argument 449 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock() argument 456 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock_Rounds() argument 502 Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock() argument [all...] |
| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_aead.c | 25 mbedtls_test_transparent_aead_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *plaintext, size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) mbedtls_test_transparent_aead_encrypt() argument 81 mbedtls_test_transparent_aead_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *ciphertext, size_t ciphertext_length, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length) mbedtls_test_transparent_aead_decrypt() argument 378 mbedtls_test_transparent_aead_verify( mbedtls_transparent_test_driver_aead_operation_t *operation, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length, const uint8_t *tag, size_t tag_length) mbedtls_test_transparent_aead_verify() argument [all...] |
| /third_party/openssl/test/ |
| H A D | tls13encryptiontest.c | 27 const char *plaintext[3]; member
|
| H A D | igetest.c | 32 static unsigned char plaintext[BIG_TEST_SIZE]; variable [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_uu.py | 16 plaintext = b"The symbols on top of your keyboard are !@#$%^&*()_+|~\n" variable [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_aead.c | 117 mbedtls_psa_aead_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *plaintext, size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) mbedtls_psa_aead_encrypt() argument 229 mbedtls_psa_aead_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *ciphertext, size_t ciphertext_length, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length) mbedtls_psa_aead_decrypt() argument [all...] |
| H A D | ccm.c | 688 unsigned char plaintext[CCM_SELFTEST_PT_MAX_LEN]; in mbedtls_ccm_self_test() local
|
| H A D | psa_crypto_driver_wrappers.c | 1742 psa_status_t psa_driver_wrapper_aead_verify(psa_aead_operation_t *operation, uint8_t *plaintext, size_t plaintext_size, in psa_driver_wrapper_aead_verify() argument 1431 psa_driver_wrapper_aead_encrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *plaintext, size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) psa_driver_wrapper_aead_encrypt() argument 1471 psa_driver_wrapper_aead_decrypt(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *nonce, size_t nonce_length, const uint8_t *additional_data, size_t additional_data_length, const uint8_t *ciphertext, size_t ciphertext_length, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length) psa_driver_wrapper_aead_decrypt() argument [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil_unittest.cc | 85 const char* plaintext; member 345 const char* plaintext; member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | escaping_test.cc | 300 absl::string_view plaintext; member [all...] |
| /third_party/curl/lib/ |
| H A D | curl_ntlm_core.c | 312 Curl_ntlm_core_lm_resp(const unsigned char *keys, const unsigned char *plaintext, unsigned char *results) Curl_ntlm_core_lm_resp() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | vividas.c | 116 unsigned char plaintext[8] = { 'S', 'B' }; in recover_key() local
|
| /third_party/libcoap/include/oscore/ |
| H A D | oscore_cose.h | 209 coap_bin_const_t plaintext; member
|
| /third_party/mbedtls/tests/src/ |
| H A D | psa_exercise_key.c | 185 const unsigned char plaintext[16] = "Hello, world..."; in exercise_cipher_key() local 272 unsigned char plaintext[16] = "Hello, world..."; in exercise_aead_key() local 444 unsigned char plaintext[PSA_ASYMMETRIC_DECRYPT_OUTPUT_MAX_SIZE] = in exercise_asymmetric_encryption_key() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| H A D | openssl.c | 488 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
| H A D | wolfssl.c | 241 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
| H A D | boringssl.c | 324 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| H A D | shared.c | 900 uint8_t plaintext[NGTCP2_CRYPTO_MAX_RETRY_TOKENLEN]; in ngtcp2_crypto_generate_retry_token() local 979 plaintext[/* cid len = */ 1 + NGTCP2_MAX_CIDLEN + sizeof(ngtcp2_tstamp)]; in ngtcp2_crypto_verify_retry_token() local 763 ngtcp2_crypto_encrypt_cb(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt_cb() argument 1083 uint8_t plaintext[sizeof(ngtcp2_tstamp)]; ngtcp2_crypto_generate_regular_token() local 1156 uint8_t plaintext[sizeof(ngtcp2_tstamp)]; ngtcp2_crypto_verify_regular_token() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/ |
| H A D | picotls.c | 298 ngtcp2_crypto_encrypt(uint8_t *dest, const ngtcp2_crypto_aead *aead, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *plaintext, size_t plaintextlen, const uint8_t *nonce, size_t noncelen, const uint8_t *aad, size_t aadlen) ngtcp2_crypto_encrypt() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_module_tests.c | 38 u8 plaintext[] = { in test_siv() local 422 char *plaintext; in test_ecb() member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_module_tests.c | 38 u8 plaintext[] = { in test_siv() local 422 char *plaintext; in test_ecb() member
|