Home
last modified time | relevance | path

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

/third_party/openssl/test/
Digetest.c222 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
Dtls13encryptiontest.c39 const char *ciphertext[3]; member
Devp_extra_test.c966 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
Dmodes_internal_test.c188 unsigned char cleartext[64], ciphertext[64], vector[64]; in execute_cts128() local
Devp_test.c480 unsigned char *ciphertext; member
/third_party/openssl/crypto/camellia/
Dcamellia.c399 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/
Dpsa_crypto_aead.c148 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()
Dpsa_crypto_driver_wrappers.c1521 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()
Dccm.c665 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
Dpsa_crypto.c3722 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/
Dtest_driver_aead.c38 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/
Dtest-crypto-des3-wrap.js20 const ciphertext = cipher.update(test.plaintext, 'utf8'); constant
Dtest-crypto-aes-wrap.js53 const ciphertext = cipher.update(data.text, 'utf8'); constant
Dtest-crypto-authenticated.js572 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant
603 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant
Dtest-crypto-key-objects.js80 const ciphertext = Buffer.concat([ constant
/third_party/ffmpeg/libavutil/tests/
Dblowfish.c117 static const uint8_t ciphertext[8] = { variable
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c170 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/
Daes_gcm.cc318 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/
Dgstaesenc.c436 guchar *ciphertext; in gst_aes_enc_transform() local
Dgstaesdec.c437 guchar *ciphertext; in gst_aes_dec_transform() local
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c256 const uint8_t *ciphertext, in sm2_decrypt()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c1965 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/
Dalts_iovec_record_protocol.cc337 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/
Dcrypto_module_tests.c423 char *ciphertext; in test_ecb() member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_module_tests.c423 char *ciphertext; in test_ecb() member