Searched refs:digest_sz (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vectors.c | 705 options->digest_sz, in cperf_test_vector_get_dummy() 714 t_vec->digest.length = options->digest_sz; in cperf_test_vector_get_dummy() 716 options->digest_sz); in cperf_test_vector_get_dummy() 769 options->digest_sz, in cperf_test_vector_get_dummy() 778 t_vec->digest.length = options->digest_sz; in cperf_test_vector_get_dummy() 780 options->digest_sz); in cperf_test_vector_get_dummy() 822 t_vec->digest.data = rte_malloc(NULL, options->digest_sz, in cperf_test_vector_get_dummy() 831 t_vec->digest.length = options->digest_sz; in cperf_test_vector_get_dummy() 832 memcpy(t_vec->digest.data, digest, options->digest_sz); in cperf_test_vector_get_dummy()
|
| H A D | cperf_options_parsing.c | 658 return parse_uint16_t(&opts->digest_sz, arg); in parse_digest_sz() 947 opts->digest_sz = 12; in cperf_options_default() 1140 options->digest_sz = 0; in cperf_options_check() 1155 options->digest_sz; in cperf_options_check() 1165 if (options->segment_sz < options->digest_sz) { in cperf_options_check() 1353 printf("# auth digest size: %u\n", opts->digest_sz); in cperf_options_dump() 1376 printf("# aead digest size: %u\n", opts->digest_sz); in cperf_options_dump()
|
| H A D | main.c | 406 opts->digest_sz, in cperf_verify_devices_capabilities() 445 opts->digest_sz, in cperf_verify_devices_capabilities() 503 if (test_vec->digest.length < opts->digest_sz) in cperf_check_test_vector() 544 if (test_vec->digest.length < opts->digest_sz) in cperf_check_test_vector() 570 if (test_vec->digest.length < opts->digest_sz) in cperf_check_test_vector()
|
| H A D | cperf_ops.c | 383 if ((tbuf->data_len - offset) < options->digest_sz) { in cperf_set_ops_auth() 491 if ((tbuf->data_len - offset) < options->digest_sz) { in cperf_set_ops_cipher_auth() 609 if ((tbuf->data_len - offset) < options->digest_sz) { in cperf_set_ops_aead() 676 xform.aead.digest_length = options->digest_sz; in create_ipsec_session() 705 auth_xform.auth.digest_length = options->digest_sz; in create_ipsec_session() 837 auth_xform.auth.digest_length = options->digest_sz; in cperf_create_session() 966 options->digest_sz; in cperf_create_session() 1021 auth_xform.auth.digest_length = options->digest_sz; in cperf_create_session() 1059 aead_xform.aead.digest_length = options->digest_sz; in cperf_create_session()
|
| H A D | cperf_options.h | 127 uint16_t digest_sz; member
|
| H A D | cperf_test_vector_parsing.c | 440 if (opts->digest_sz > data_length) { in parse_entry() 445 vector->digest.length = opts->digest_sz; in parse_entry()
|
| H A D | cperf_test_common.c | 200 uint32_t max_size = options->max_buffer_size + options->digest_sz; in cperf_alloc_common_memory()
|
| H A D | cperf_test_verify.c | 190 options->digest_sz); in cperf_verify_op()
|