Lines Matching refs:cipher_offset

196 	uint32_t cipher_offset = 0, cipher_len = 0, auth_offset = 0,  in process_sym_raw_dp_op()  local
242 cipher_offset = sop->cipher.data.offset; in process_sym_raw_dp_op()
246 max_len = RTE_MAX(cipher_offset + cipher_len, in process_sym_raw_dp_op()
250 cipher_offset = cipher_offset >> 3; in process_sym_raw_dp_op()
255 ofs.ofs.cipher.head = cipher_offset; in process_sym_raw_dp_op()
256 ofs.ofs.cipher.tail = max_len - cipher_offset - cipher_len; in process_sym_raw_dp_op()
269 cipher_offset = sop->cipher.data.offset; in process_sym_raw_dp_op()
271 max_len = cipher_len + cipher_offset; in process_sym_raw_dp_op()
274 cipher_offset = cipher_offset >> 3; in process_sym_raw_dp_op()
277 ofs.ofs.cipher.head = cipher_offset; in process_sym_raw_dp_op()
278 ofs.ofs.cipher.tail = max_len - cipher_offset - cipher_len; in process_sym_raw_dp_op()
301 cipher_offset = sop->aead.data.offset; in process_sym_raw_dp_op()
303 max_len = cipher_len + cipher_offset; in process_sym_raw_dp_op()
306 cipher_offset = cipher_offset >> 3; in process_sym_raw_dp_op()
309 ofs.ofs.cipher.head = cipher_offset; in process_sym_raw_dp_op()
310 ofs.ofs.cipher.tail = max_len - cipher_offset - cipher_len; in process_sym_raw_dp_op()
2078 unsigned int cipher_offset) in create_wireless_algo_cipher_operation() argument
2101 sym_op->cipher.data.offset = cipher_offset; in create_wireless_algo_cipher_operation()
2108 unsigned int cipher_offset) in create_wireless_algo_cipher_operation_oop() argument
2132 sym_op->cipher.data.offset = cipher_offset; in create_wireless_algo_cipher_operation_oop()
2470 const unsigned cipher_len, const unsigned cipher_offset, in create_wireless_algo_cipher_hash_operation() argument
2537 sym_op->cipher.data.offset = cipher_offset; in create_wireless_algo_cipher_hash_operation()
2540 sym_op->cipher.data.offset = cipher_offset >> 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
2637 sym_op->cipher.data.offset = cipher_offset; in create_wireless_algo_auth_cipher_operation()
2640 sym_op->cipher.data.offset = cipher_offset >> 3; in create_wireless_algo_auth_cipher_operation()
8611 d_td->ciphertext.cipher_offset) : in test_docsis_proto_uplink()
8615 ut_params->op->sym->cipher.data.offset = d_td->ciphertext.cipher_offset; in test_docsis_proto_uplink()
8786 d_td->plaintext.cipher_offset) : in test_docsis_proto_downlink()
8790 ut_params->op->sym->cipher.data.offset = d_td->plaintext.cipher_offset; in test_docsis_proto_downlink()
11280 unsigned int cipher_offset; member
11380 .cipher_offset = 0,
11427 .cipher_offset = 8,
11714 sym_op->cipher.data.offset = reference->cipher_offset; in create_cipher_auth_operation()