Home
last modified time | relevance | path

Searched refs:digest_sz (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_vectors.c453 options->digest_sz, in cperf_test_vector_get_dummy()
462 t_vec->digest.length = options->digest_sz; in cperf_test_vector_get_dummy()
464 options->digest_sz); in cperf_test_vector_get_dummy()
517 options->digest_sz, in cperf_test_vector_get_dummy()
526 t_vec->digest.length = options->digest_sz; in cperf_test_vector_get_dummy()
528 options->digest_sz); in cperf_test_vector_get_dummy()
565 t_vec->digest.data = rte_malloc(NULL, options->digest_sz, in cperf_test_vector_get_dummy()
574 t_vec->digest.length = options->digest_sz; in cperf_test_vector_get_dummy()
575 memcpy(t_vec->digest.data, digest, options->digest_sz); in cperf_test_vector_get_dummy()
H A Dmain.c335 opts->digest_sz, in cperf_verify_devices_capabilities()
374 opts->digest_sz, in cperf_verify_devices_capabilities()
432 if (test_vec->digest.length < opts->digest_sz) in cperf_check_test_vector()
473 if (test_vec->digest.length < opts->digest_sz) in cperf_check_test_vector()
499 if (test_vec->digest.length < opts->digest_sz) in cperf_check_test_vector()
H A Dcperf_options_parsing.c631 return parse_uint16_t(&opts->digest_sz, arg); in parse_digest_sz()
913 opts->digest_sz = 12; in cperf_options_default()
1102 options->digest_sz = 0; in cperf_options_check()
1117 options->digest_sz; in cperf_options_check()
1119 if (options->segment_sz < options->digest_sz) { in cperf_options_check()
1283 printf("# auth digest size: %u\n", opts->digest_sz); in cperf_options_dump()
1306 printf("# aead digest size: %u\n", opts->digest_sz); in cperf_options_dump()
H A Dcperf_ops.c272 if ((tbuf->data_len - offset) < options->digest_sz) { in cperf_set_ops_auth()
379 if ((tbuf->data_len - offset) < options->digest_sz) { in cperf_set_ops_cipher_auth()
496 if ((tbuf->data_len - offset) < options->digest_sz) { in cperf_set_ops_aead()
587 auth_xform.auth.digest_length = options->digest_sz; in cperf_create_session()
710 options->digest_sz; in cperf_create_session()
765 auth_xform.auth.digest_length = options->digest_sz; in cperf_create_session()
803 aead_xform.aead.digest_length = options->digest_sz; in cperf_create_session()
H A Dcperf_options.h124 uint16_t digest_sz; member
H A Dcperf_test_vector_parsing.c440 if (opts->digest_sz > data_length) { in parse_entry()
445 vector->digest.length = opts->digest_sz; in parse_entry()
H A Dcperf_test_common.c168 uint32_t max_size = options->max_buffer_size + options->digest_sz; in cperf_alloc_common_memory()
H A Dcperf_test_verify.c191 options->digest_sz); in cperf_verify_op()