Home
last modified time | relevance | path

Searched refs:cipher_len (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c157 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_build_request() local
263 cipher_len = op->sym->cipher.data.length >> 3; in qat_sym_build_request()
272 cipher_len = qat_bpicipher_preprocess(ctx, op); in qat_sym_build_request()
275 cipher_len = op->sym->cipher.data.length; in qat_sym_build_request()
443 cipher_len = op->sym->aead.data.length; in qat_sym_build_request()
505 cipher_param->cipher_length = cipher_len; in qat_sym_build_request()
H A Dqat_sym_hw_dp.c535 int32_t cipher_len, auth_len; in enqueue_one_chain_job() local
541 cipher_len = data_len - ofs.ofs.cipher.head - in enqueue_one_chain_job()
545 if (unlikely(cipher_len < 0 || auth_len < 0)) in enqueue_one_chain_job()
549 cipher_param->cipher_length = cipher_len; in enqueue_one_chain_job()
/f-stack/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c569 request->cipher_len = op->sym->aead.data.length; in mrvl_request_prepare()
576 request->auth_len = request->cipher_len; in mrvl_request_prepare()
578 request->cipher_len = op->sym->cipher.data.length; in mrvl_request_prepare()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c252 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op()
275 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op()
307 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op()
2077 unsigned int cipher_len, in create_wireless_algo_cipher_operation() argument
2107 unsigned int cipher_len, in create_wireless_algo_cipher_operation_oop() argument
8503 int32_t cipher_len, crc_len; in test_docsis_proto_uplink() local
8613 cipher_len = cipher_len > 0 ? cipher_len : 0; in test_docsis_proto_uplink()
8788 cipher_len = cipher_len > 0 ? cipher_len : 0; in test_docsis_proto_downlink()
11281 unsigned int cipher_len; member
11381 .cipher_len = 512,
[all …]