Searched refs:cipher_len (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 223 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_convert_op_to_vec_cipher() local 243 cipher_len = op->sym->cipher.data.length; in qat_sym_convert_op_to_vec_cipher() 272 cipher_len, out_sgl->vec, in qat_sym_convert_op_to_vec_cipher() 373 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_convert_op_to_vec_chain() local 398 cipher_len = op->sym->aead.data.length >> 3; in qat_sym_convert_op_to_vec_chain() 402 cipher_len = op->sym->aead.data.length; in qat_sym_convert_op_to_vec_chain() 503 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_convert_op_to_vec_aead() local 515 cipher_len = op->sym->aead.data.length; in qat_sym_convert_op_to_vec_aead() 530 cipher_len, out_sgl->vec, in qat_sym_convert_op_to_vec_aead() 642 int cipher_len, auth_len; in enqueue_one_chain_job_gen1() local [all …]
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_snow3g.c | 107 uint32_t cipher_off, cipher_len; in process_snow3g_cipher_op() local 113 cipher_len = ops[i]->sym->cipher.data.length >> 3; in process_snow3g_cipher_op() 133 cipher_off - cipher_len; in process_snow3g_cipher_op() 138 cipher_off + cipher_len), in process_snow3g_cipher_op() 141 cipher_off + cipher_len), in process_snow3g_cipher_op() 149 num_bytes[i] = cipher_len; in process_snow3g_cipher_op()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec_raw_dp.c | 402 int data_len = 0, auth_len = 0, cipher_len = 0; in build_dpaa_raw_dp_chain_fd() local 407 cipher_len = data_len - ofs.ofs.cipher.head - ofs.ofs.cipher.tail; in build_dpaa_raw_dp_chain_fd() 409 auth_tail_len = auth_len - cipher_len - auth_hdr_len; in build_dpaa_raw_dp_chain_fd() 431 out_sg->length = cipher_len + ses->digest_length; in build_dpaa_raw_dp_chain_fd() 433 out_sg->length = cipher_len; in build_dpaa_raw_dp_chain_fd()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_raw_dp.c | 42 int data_len = 0, auth_len = 0, cipher_len = 0; in build_raw_dp_chain_fd() local 56 cipher_len = data_len - ofs.ofs.cipher.head - ofs.ofs.cipher.tail; in build_raw_dp_chain_fd() 58 auth_tail_len = auth_len - cipher_len - auth_hdr_len; in build_raw_dp_chain_fd() 92 (cipher_len + icv_len) : in build_raw_dp_chain_fd() 93 cipher_len; in build_raw_dp_chain_fd()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 267 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op() 315 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op() 347 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op() 2514 unsigned int cipher_len, in create_wireless_algo_cipher_operation() argument 2544 unsigned int cipher_len, in create_wireless_algo_cipher_operation_oop() argument 10248 int32_t cipher_len, crc_len; in test_docsis_proto_uplink() local 10366 cipher_len = cipher_len > 0 ? cipher_len : 0; in test_docsis_proto_uplink() 10550 cipher_len = cipher_len > 0 ? cipher_len : 0; in test_docsis_proto_downlink() 13202 unsigned int cipher_len; member 13302 .cipher_len = 512, [all …]
|
| /dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 669 request->cipher_len = op->sym->aead.data.length; in mrvl_request_prepare_crp() 676 request->auth_len = request->cipher_len; in mrvl_request_prepare_crp() 678 request->cipher_len = op->sym->cipher.data.length; in mrvl_request_prepare_crp()
|