Home
last modified time | relevance | path

Searched refs:cipher_length (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c505 cipher_param->cipher_length = cipher_len; in qat_sym_build_request()
508 cipher_param->cipher_length = 0; in qat_sym_build_request()
522 (cipher_param->cipher_offset + cipher_param->cipher_length) in qat_sym_build_request()
524 (cipher_param->cipher_offset + cipher_param->cipher_length) in qat_sym_build_request()
556 cipher_param->cipher_length) && in qat_sym_build_request()
561 cipher_param->cipher_length < in qat_sym_build_request()
H A Dqat_sym_hw_dp.c206 cipher_param->cipher_length = data_len - ofs.ofs.cipher.head - in enqueue_one_aead_job()
209 auth_param->auth_len = cipher_param->cipher_length; in enqueue_one_aead_job()
315 cipher_param->cipher_length = data_len - ofs.ofs.cipher.head - in enqueue_one_cipher_job()
549 cipher_param->cipher_length = cipher_len; in enqueue_one_chain_job()
591 cipher_param->cipher_length) && in enqueue_one_chain_job()
595 cipher_param->cipher_length < in enqueue_one_chain_job()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_vectors.h67 uint32_t cipher_length; member
H A Dcperf_test_vectors.c442 t_vec->data.cipher_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
500 t_vec->data.cipher_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
H A Dcperf_test_vector_parsing.c585 test_vector->data.cipher_length = opts->max_buffer_size; in cperf_test_vector_get_from_file()
/f-stack/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_fw_la.h284 uint32_t cipher_length; member