| /dpdk/app/test/ |
| H A D | test_cryptodev_aead_test_vectors.h | 51 } plaintext; member 78 } plaintext; member 106 .plaintext = { 143 .plaintext = { 181 .plaintext = { 233 .plaintext = { 288 .plaintext = { 344 .plaintext = { 399 .plaintext = { 454 .plaintext = { [all …]
|
| H A D | test_cryptodev_zuc_test_vectors.h | 22 } plaintext; member 72 .plaintext = { 113 .plaintext = { 172 .plaintext = { 255 .plaintext = { 376 .plaintext = { 535 .plaintext = { 590 .plaintext = { 663 .plaintext = { 691 .plaintext = { [all …]
|
| H A D | test_cryptodev_security_docsis_test_vectors.h | 35 } plaintext; member 66 .plaintext = { 119 .plaintext = { 172 .plaintext = { 227 .plaintext = { 284 .plaintext = { 351 .plaintext = { 420 .plaintext = { 489 .plaintext = { 542 .plaintext = { [all …]
|
| H A D | test_cryptodev_kasumi_hash_test_vectors.h | 22 } plaintext; member 38 .plaintext = { 61 .plaintext = { 85 .plaintext = { 111 .plaintext = { 138 .plaintext = { 174 .plaintext = { 207 .plaintext = {
|
| H A D | test_cryptodev_aes_test_vectors.h | 734 .plaintext = { 759 .plaintext = { 785 .plaintext = { 809 .plaintext = { 834 .plaintext = { 860 .plaintext = { 884 .plaintext = { 911 .plaintext = { 956 .plaintext = { 1001 .plaintext = { [all …]
|
| H A D | test_cryptodev_des_test_vectors.h | 120 .plaintext = { 146 .plaintext = { 181 .plaintext = { 292 .plaintext = { 319 .plaintext = { 355 .plaintext = { 534 .plaintext = { 560 .plaintext = { 595 .plaintext = { 706 .plaintext = { [all …]
|
| H A D | test_cryptodev_snow3g_hash_test_vectors.h | 22 } plaintext; member 49 .plaintext = { 84 .plaintext = { 129 .plaintext = { 415 .plaintext = { 447 .plaintext = { 480 .plaintext = {
|
| H A D | test_cryptodev_snow3g_test_vectors.h | 22 } plaintext; member 78 .plaintext = { 147 .plaintext = { 206 .plaintext = { 260 .plaintext = { 303 .plaintext = { 374 .plaintext = { 443 .plaintext = { 535 .plaintext = { 628 .plaintext = { [all …]
|
| H A D | test_cryptodev_kasumi_test_vectors.h | 27 } plaintext; member 73 .plaintext = { 131 .plaintext = { 179 .plaintext = { 228 .plaintext = { 268 .plaintext = { 328 .plaintext = { 377 .plaintext = {
|
| H A D | test_cryptodev.c | 4540 memcpy(plaintext, tdata->plaintext.data, (tdata->plaintext.len >> 3)); in test_snow3g_encryption_offset_oop() 6850 output->plaintext.len = pattern->plaintext.len; in snow3g_hash_test_vector_setup() 8129 memcpy(plaintext, tdata->plaintext.data, tdata->plaintext.len); in create_aead_operation() 10400 if (memcmp(plaintext, d_td->plaintext.data, in test_docsis_proto_uplink() 10491 memcpy(plaintext, d_td->plaintext.data, d_td->plaintext.len); in test_docsis_proto_downlink() 11840 memcpy(*plaintext, test_case->plaintext.data, in MD5_HMAC_create_op() 12849 memcpy(plaintext, tdata->plaintext.data, tdata->plaintext.len); in test_AES_GMAC_authentication() 12981 memcpy(plaintext, tdata->plaintext.data, tdata->plaintext.len); in test_AES_GMAC_authentication_verify() 13720 memcpy(plaintext, reference->plaintext.data, reference->plaintext.len); in test_authentication_verify_fail_when_data_corruption() 13805 memcpy(plaintext, reference->plaintext.data, reference->plaintext.len); in test_authentication_verify_GMAC_fail_when_corruption() [all …]
|
| H A D | test_cryptodev_mixed_test_vectors.h | 47 } plaintext; member 112 .plaintext = { 211 .plaintext = { 294 .plaintext = { 490 .plaintext = { 577 .plaintext = { 657 .plaintext = { 733 .plaintext = { 929 .plaintext = { 1008 .plaintext = { [all …]
|
| H A D | test_cryptodev_hmac_test_vectors.h | 21 } plaintext; member 38 .plaintext = { 71 .plaintext = {
|
| H A D | test_cryptodev_blockcipher.h | 78 } plaintext; member
|
| H A D | test_cryptodev_blockcipher.c | 226 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case() 227 tdata->plaintext.data); in test_blockcipher_one_case() 315 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case() 316 tdata->plaintext.data); in test_blockcipher_one_case() 618 compare_ref = tdata->plaintext.data + in test_blockcipher_one_case() 620 compare_len = tdata->plaintext.len - in test_blockcipher_one_case()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vector_parsing.c | 27 rte_free(vector->plaintext.data); in free_test_vector() 47 if (test_vector->plaintext.data) { in show_test_vector() 49 for (i = 0; i < test_vector->plaintext.length; ++i) { in show_test_vector() 52 if (i == test_vector->plaintext.length - 1) in show_test_vector() 54 test_vector->plaintext.data[i]); in show_test_vector() 57 test_vector->plaintext.data[i]); in show_test_vector() 306 rte_free(vector->plaintext.data); in parse_entry() 307 vector->plaintext.data = data; in parse_entry() 309 vector->plaintext.length = data_length; in parse_entry() 316 vector->plaintext.length = opts->max_buffer_size; in parse_entry()
|
| H A D | cperf_test_vectors.c | 239 uint8_t plaintext[2048] = { variable 653 t_vec->plaintext.data = plaintext; in cperf_test_vector_get_dummy() 654 t_vec->plaintext.length = options->max_buffer_size; in cperf_test_vector_get_dummy() 667 t_vec->ciphertext.data = plaintext; in cperf_test_vector_get_dummy() 676 t_vec->plaintext.data = ipsec_plaintext; in cperf_test_vector_get_dummy() 728 t_vec->ciphertext.data = plaintext; in cperf_test_vector_get_dummy()
|
| H A D | main.c | 462 if (test_vec->plaintext.data == NULL) in cperf_check_test_vector() 465 if (test_vec->plaintext.data == NULL) in cperf_check_test_vector() 467 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector() 486 if (test_vec->plaintext.data == NULL) in cperf_check_test_vector() 488 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector() 510 if (test_vec->plaintext.data == NULL) in cperf_check_test_vector() 512 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector() 515 if (test_vec->plaintext.data == NULL) in cperf_check_test_vector() 517 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector() 548 if (test_vec->plaintext.data == NULL) in cperf_check_test_vector() [all …]
|
| H A D | cperf_test_vectors.h | 14 } plaintext; member
|
| H A D | cperf_test_common.c | 278 test_vector->plaintext.data : in cperf_mbuf_set() 283 test_vector->plaintext.data : in cperf_mbuf_set()
|
| H A D | cperf_test_verify.c | 182 vector->plaintext.data, in cperf_verify_op()
|
| H A D | cperf_ops.c | 48 memcpy(ip, test_vector->plaintext.data, in test_ipsec_vec_populate()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mlx5.rst | 52 Operational, while setting the first import_KEK and credential in plaintext. 59 - The first credential in plaintext, 40B. 60 - The first import_KEK in plaintext: kek size 0 for 16B or 1 for 32B, kek data. 121 The plaintext of the keytag appended to the AES-XTS keys, default value is 0.
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 115 Set the size of single packet (plaintext or ciphertext in it). 346 typically information about plaintext, ciphertext, cipher key, auth key, 367 * ``plaintext`` 369 Original plaintext to be encrypted. 373 Encrypted plaintext string. 435 plaintext =
|
| /dpdk/app/test-crypto-perf/data/ |
| H A D | aes_gcm_128.data | 8 plaintext =
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 273 If supported, PMD calculates digest always on plaintext i.e.
|