Lines Matching refs:auth_offset
205 uint32_t cipher_offset = 0, cipher_len = 0, auth_offset = 0, in process_sym_raw_dp_op() local
259 auth_offset = sop->auth.data.offset; in process_sym_raw_dp_op()
262 auth_offset + auth_len); in process_sym_raw_dp_op()
266 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op()
272 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op()
273 ofs.ofs.auth.tail = max_len - auth_offset - auth_len; in process_sym_raw_dp_op()
284 uint32_t remaining_off = auth_offset + auth_len; in process_sym_raw_dp_op()
299 auth_offset + auth_len; in process_sym_raw_dp_op()
302 if ((auth_offset + auth_len < cipher_offset + cipher_len) && in process_sym_raw_dp_op()
305 auth_offset + auth_len + in process_sym_raw_dp_op()
323 auth_offset = sop->auth.data.offset; in process_sym_raw_dp_op()
325 max_len = auth_len + auth_offset; in process_sym_raw_dp_op()
328 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op()
331 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op()
332 ofs.ofs.auth.tail = max_len - auth_offset - auth_len; in process_sym_raw_dp_op()
2780 unsigned int auth_len, unsigned int auth_offset) in create_wireless_algo_hash_operation() argument
2822 sym_op->auth.data.offset = auth_offset; in create_wireless_algo_hash_operation()
2908 const unsigned auth_len, const unsigned auth_offset) in create_wireless_algo_cipher_hash_operation() argument
2984 sym_op->auth.data.offset = auth_offset; in create_wireless_algo_cipher_hash_operation()
2987 sym_op->auth.data.offset = auth_offset >> 3; in create_wireless_algo_cipher_hash_operation()
3000 unsigned int auth_len, unsigned int auth_offset, in create_wireless_algo_auth_cipher_operation() argument
3039 uint16_t remaining_off = (auth_offset >> 3) + (auth_len >> 3); in create_wireless_algo_auth_cipher_operation()
3074 if (cipher_offset > auth_offset) in create_wireless_algo_auth_cipher_operation()
3078 uint8_t *, auth_offset >> 3), in create_wireless_algo_auth_cipher_operation()
3081 uint8_t *, auth_offset >> 3), in create_wireless_algo_auth_cipher_operation()
3082 ((cipher_offset >> 3) - (auth_offset >> 3))); in create_wireless_algo_auth_cipher_operation()
3099 sym_op->auth.data.offset = auth_offset; in create_wireless_algo_auth_cipher_operation()
3102 sym_op->auth.data.offset = auth_offset >> 3; in create_wireless_algo_auth_cipher_operation()
13225 unsigned int auth_offset; member
13326 .auth_offset = 0,
13373 .auth_offset = 0,
13638 sym_op->auth.data.offset = reference->auth_offset; in create_cipher_auth_operation()