Home
last modified time | relevance | path

Searched refs:ciphertext (Results 1 – 24 of 24) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_docsis_test_vectors.h44 } ciphertext; member
82 .ciphertext = {
135 .ciphertext = {
189 .ciphertext = {
245 .ciphertext = {
307 .ciphertext = {
375 .ciphertext = {
444 .ciphertext = {
505 .ciphertext = {
566 .ciphertext = {
[all …]
H A Dtest_cryptodev_aead_test_vectors.h56 } ciphertext; member
111 .ciphertext = {
149 .ciphertext = {
193 .ciphertext = {
246 .ciphertext = {
301 .ciphertext = {
357 .ciphertext = {
412 .ciphertext = {
715 .ciphertext = {
1015 .ciphertext = {
[all …]
H A Dtest_cryptodev_hash_test_vectors.h44 .ciphertext = {
60 .ciphertext = {
84 .ciphertext = {
102 .ciphertext = {
128 .ciphertext = {
147 .ciphertext = {
175 .ciphertext = {
194 .ciphertext = {
222 .ciphertext = {
243 .ciphertext = {
[all …]
H A Dtest_cryptodev_aes_test_vectors.h738 .ciphertext = {
763 .ciphertext = {
789 .ciphertext = {
813 .ciphertext = {
838 .ciphertext = {
864 .ciphertext = {
888 .ciphertext = {
915 .ciphertext = {
960 .ciphertext = {
1005 .ciphertext = {
[all …]
H A Dtest_cryptodev_des_test_vectors.h124 .ciphertext = {
150 .ciphertext = {
185 .ciphertext = {
296 .ciphertext = {
323 .ciphertext = {
359 .ciphertext = {
538 .ciphertext = {
564 .ciphertext = {
599 .ciphertext = {
710 .ciphertext = {
[all …]
H A Dtest_cryptodev_snow3g_test_vectors.h27 } ciphertext; member
96 .ciphertext = {
160 .ciphertext = {
213 .ciphertext = {
269 .ciphertext = {
322 .ciphertext = {
385 .ciphertext = {
464 .ciphertext = {
557 .ciphertext = {
637 .ciphertext = {
[all …]
H A Dtest_cryptodev_kasumi_test_vectors.h36 } ciphertext; member
91 .ciphertext = {
144 .ciphertext = {
187 .ciphertext = {
237 .ciphertext = {
287 .ciphertext = {
336 .ciphertext = {
398 .ciphertext = {
H A Dtest_cryptodev_mixed_test_vectors.h52 } ciphertext; member
133 .ciphertext = {
226 .ciphertext = {
363 .ciphertext = {
505 .ciphertext = {
588 .ciphertext = {
668 .ciphertext = {
802 .ciphertext = {
940 .ciphertext = {
1019 .ciphertext = {
[all …]
H A Dtest_cryptodev_zuc_test_vectors.h27 } ciphertext; member
81 .ciphertext = {
131 .ciphertext = {
202 .ciphertext = {
304 .ciphertext = {
444 .ciphertext = {
544 .ciphertext = {
608 .ciphertext = {
1202 .ciphertext = {
1283 .ciphertext = {
[all …]
H A Dtest_cryptodev.c3688 ciphertext, in test_kasumi_encryption()
5153 tdata->ciphertext.data, tdata->ciphertext.len >> 3); in test_snow3g_auth_cipher()
5361 tdata->ciphertext.data, tdata->ciphertext.len >> 3); in test_snow3g_auth_cipher_sgl()
5561 tdata->ciphertext.data, tdata->ciphertext.len >> 3); in test_kasumi_auth_cipher()
5766 tdata->ciphertext.data, tdata->ciphertext.len >> 3); in test_kasumi_auth_cipher_sgl()
6416 tdata->ciphertext.data, tdata->ciphertext.len >> 3); in test_zuc_auth_cipher()
8150 memcpy(ciphertext, tdata->ciphertext.data, in create_aead_operation()
10306 memcpy(ciphertext, d_td->ciphertext.data, d_td->ciphertext.len); in test_docsis_proto_uplink()
10584 if (memcmp(ciphertext, d_td->ciphertext.data, d_td->ciphertext.len)) { in test_docsis_proto_downlink()
13898 memcpy(ciphertext, reference->ciphertext.data, in test_authenticated_decryption_fail_when_corruption()
[all …]
H A Dtest_cryptodev_blockcipher.c92 uint32_t buf_len = tdata->ciphertext.len; in test_blockcipher_one_case()
212 tdata->ciphertext.len, nb_segs, src_pattern); in test_blockcipher_one_case()
229 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
230 tdata->ciphertext.data); in test_blockcipher_one_case()
236 tdata->ciphertext.data + tdata->ciphertext.len, in test_blockcipher_one_case()
253 tdata->ciphertext.len + in test_blockcipher_one_case()
318 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
319 tdata->ciphertext.data); in test_blockcipher_one_case()
611 compare_ref = tdata->ciphertext.data + in test_blockcipher_one_case()
613 compare_len = tdata->ciphertext.len - in test_blockcipher_one_case()
[all …]
H A Dtest_cryptodev_blockcipher.h83 } ciphertext; member
/dpdk/app/test-crypto-perf/
H A Dcperf_test_vectors.c414 uint8_t ciphertext[2048] = { variable
667 t_vec->ciphertext.data = plaintext; in cperf_test_vector_get_dummy()
671 t_vec->ciphertext.data = ciphertext; in cperf_test_vector_get_dummy()
691 t_vec->ciphertext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
728 t_vec->ciphertext.data = plaintext; in cperf_test_vector_get_dummy()
732 t_vec->ciphertext.data = ciphertext; in cperf_test_vector_get_dummy()
749 t_vec->ciphertext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
H A Dcperf_test_vector_parsing.c30 rte_free(vector->ciphertext.data); in free_test_vector()
144 if (test_vector->ciphertext.data) { in show_test_vector()
146 for (i = 0; i < test_vector->ciphertext.length; ++i) { in show_test_vector()
149 if (i == test_vector->ciphertext.length - 1) in show_test_vector()
151 test_vector->ciphertext.data[i]); in show_test_vector()
154 test_vector->ciphertext.data[i]); in show_test_vector()
404 rte_free(vector->ciphertext.data); in parse_entry()
405 vector->ciphertext.data = data; in parse_entry()
407 vector->ciphertext.length = data_length; in parse_entry()
414 vector->ciphertext.length = opts->max_buffer_size; in parse_entry()
H A Dcperf_test_vectors.h49 } ciphertext; member
103 extern uint8_t ciphertext[2048];
H A Dmain.c469 if (test_vec->ciphertext.data == NULL) in cperf_check_test_vector()
471 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
519 if (test_vec->ciphertext.data == NULL) in cperf_check_test_vector()
521 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
552 if (test_vec->ciphertext.data == NULL) in cperf_check_test_vector()
554 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
H A Dcperf_test_common.c279 test_vector->ciphertext.data; in cperf_mbuf_set()
284 test_vector->ciphertext.data; in cperf_mbuf_set()
H A Dcperf_test_verify.c178 vector->ciphertext.data, in cperf_verify_op()
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst115 Set the size of single packet (plaintext or ciphertext in it).
346 typically information about plaintext, ciphertext, cipher key, auth key,
371 * ``ciphertext``
440 ciphertext =
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst43 The credential and the AES-XTS keys should be provided to the hardware, as ciphertext
/dpdk/app/test-crypto-perf/data/
H A Daes_gcm_128.data42 ciphertext =
H A Daes_cbc_256_sha.data142 ciphertext =
H A Daes_cbc_128_sha.data142 ciphertext =
H A Daes_cbc_192_sha.data142 ciphertext =