Lines Matching refs:cipher_len
196 uint32_t cipher_offset = 0, cipher_len = 0, auth_offset = 0, in process_sym_raw_dp_op() local
243 cipher_len = sop->cipher.data.length; in process_sym_raw_dp_op()
246 max_len = RTE_MAX(cipher_offset + cipher_len, in process_sym_raw_dp_op()
252 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op()
256 ofs.ofs.cipher.tail = max_len - cipher_offset - cipher_len; in process_sym_raw_dp_op()
270 cipher_len = sop->cipher.data.length; in process_sym_raw_dp_op()
271 max_len = cipher_len + cipher_offset; in process_sym_raw_dp_op()
275 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op()
278 ofs.ofs.cipher.tail = max_len - cipher_offset - cipher_len; in process_sym_raw_dp_op()
302 cipher_len = sop->aead.data.length; in process_sym_raw_dp_op()
303 max_len = cipher_len + cipher_offset; in process_sym_raw_dp_op()
307 cipher_len = cipher_len >> 3; in process_sym_raw_dp_op()
310 ofs.ofs.cipher.tail = max_len - cipher_offset - cipher_len; in process_sym_raw_dp_op()
2077 unsigned int cipher_len, in create_wireless_algo_cipher_operation() argument
2100 sym_op->cipher.data.length = cipher_len; in create_wireless_algo_cipher_operation()
2107 unsigned int cipher_len, in create_wireless_algo_cipher_operation_oop() argument
2131 sym_op->cipher.data.length = cipher_len; in create_wireless_algo_cipher_operation_oop()
2406 const unsigned int cipher_len = tdata->validCipherLenInBits.len; in create_wireless_cipher_hash_operation() local
2447 sym_op->cipher.data.length = cipher_len; in create_wireless_cipher_hash_operation()
2470 const unsigned cipher_len, const unsigned cipher_offset, in create_wireless_algo_cipher_hash_operation() argument
2536 sym_op->cipher.data.length = cipher_len; in create_wireless_algo_cipher_hash_operation()
2539 sym_op->cipher.data.length = cipher_len >> 3; in create_wireless_algo_cipher_hash_operation()
2562 unsigned int cipher_len, unsigned int cipher_offset, in create_wireless_algo_auth_cipher_operation() argument
2636 sym_op->cipher.data.length = cipher_len; in create_wireless_algo_auth_cipher_operation()
2639 sym_op->cipher.data.length = cipher_len >> 3; in create_wireless_algo_auth_cipher_operation()
8503 int32_t cipher_len, crc_len; in test_docsis_proto_uplink() local
8609 cipher_len = d_td->ciphertext.no_cipher == false ? in test_docsis_proto_uplink()
8613 cipher_len = cipher_len > 0 ? cipher_len : 0; in test_docsis_proto_uplink()
8614 ut_params->op->sym->cipher.data.length = cipher_len; in test_docsis_proto_uplink()
8680 int32_t cipher_len, crc_len; in test_docsis_proto_downlink() local
8784 cipher_len = d_td->plaintext.no_cipher == false ? in test_docsis_proto_downlink()
8788 cipher_len = cipher_len > 0 ? cipher_len : 0; in test_docsis_proto_downlink()
8789 ut_params->op->sym->cipher.data.length = cipher_len; in test_docsis_proto_downlink()
11281 unsigned int cipher_len; member
11381 .cipher_len = 512,
11428 .cipher_len = 496,
11713 sym_op->cipher.data.length = reference->cipher_len; in create_cipher_auth_operation()