/third_party/openssl/test/ |
D | igetest.c | 222 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_enc_dec() local 240 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_enc_chaining() local 262 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_dec_chaining() local 288 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_garble_forwards() local 326 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_enc_dec() local 347 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble1() local 378 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble2() local 409 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble3() local
|
D | tls13encryptiontest.c | 39 const char *ciphertext[3]; member
|
D | evp_extra_test.c | 966 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local 1276 uint8_t ciphertext[128]; in test_EVP_SM2() local 1675 unsigned char ciphertext[80]; in test_decrypt_null_chunks() local
|
D | modes_internal_test.c | 188 unsigned char cleartext[64], ciphertext[64], vector[64]; in execute_cts128() local
|
D | evp_test.c | 480 unsigned char *ciphertext; member
|
/third_party/openssl/crypto/camellia/ |
D | camellia.c | 399 u8 ciphertext[]) in Camellia_EncryptBlock_Rounds() 444 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_EncryptBlock() 450 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() 497 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_DecryptBlock()
|
/third_party/mbedtls/library/ |
D | psa_crypto_aead.c | 148 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_psa_aead_encrypt() 242 const uint8_t *ciphertext, in psa_aead_unpadded_locate_tag() 263 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt() 597 uint8_t *ciphertext, in mbedtls_psa_aead_finish()
|
D | psa_crypto_driver_wrappers.c | 1521 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 1572 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt() 1862 uint8_t *ciphertext, in psa_driver_wrapper_aead_finish()
|
D | ccm.c | 665 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
|
D | psa_crypto.c | 3722 uint8_t *ciphertext, in psa_aead_encrypt() 3770 const uint8_t *ciphertext, in psa_aead_decrypt() 4202 uint8_t *ciphertext, in psa_aead_finish()
|
/third_party/mbedtls/tests/src/drivers/ |
D | test_driver_aead.c | 38 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_test_transparent_aead_encrypt() 85 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt() 313 uint8_t *ciphertext, in mbedtls_test_transparent_aead_finish()
|
/third_party/node/test/parallel/ |
D | test-crypto-des3-wrap.js | 20 const ciphertext = cipher.update(test.plaintext, 'utf8'); constant
|
D | test-crypto-aes-wrap.js | 53 const ciphertext = cipher.update(data.text, 'utf8'); constant
|
D | test-crypto-authenticated.js | 572 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant 603 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant
|
D | test-crypto-key-objects.js | 80 const ciphertext = Buffer.concat([ constant
|
/third_party/ffmpeg/libavutil/tests/ |
D | blowfish.c | 117 static const uint8_t ciphertext[8] = { variable
|
/third_party/mbedtls/tests/src/ |
D | psa_exercise_key.c | 170 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)"; in exercise_cipher_key() local 242 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)"; in exercise_aead_key() local 386 unsigned char ciphertext[256] = "(wabblewebblewibblewobblewubble)"; in exercise_asymmetric_encryption_key() local
|
/third_party/grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 318 uint8_t* ciphertext = static_cast<uint8_t*>(ciphertext_vec.iov_base); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 477 const uint8_t* ciphertext = nullptr; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/third_party/gstreamer/gstplugins_bad/ext/aes/ |
D | gstaesenc.c | 436 guchar *ciphertext; in gst_aes_enc_transform() local
|
D | gstaesdec.c | 437 guchar *ciphertext; in gst_aes_dec_transform() local
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 256 const uint8_t *ciphertext, in sm2_decrypt()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
D | jwe.c | 1965 const char *ciphertext, const char *key) in test_akw_decrypt() 2019 const char *alg, const char *enc, const char *ciphertext, in test_akw_encrypt()
|
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 337 iovec_t ciphertext = {ciphertext_buffer, data_length + rp->tag_length}; in alts_iovec_record_protocol_privacy_integrity_protect() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_module_tests.c | 423 char *ciphertext; in test_ecb() member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_module_tests.c | 423 char *ciphertext; in test_ecb() member
|