Lines Matching refs:auth_offset
196 uint32_t cipher_offset = 0, cipher_len = 0, auth_offset = 0, in process_sym_raw_dp_op() local
244 auth_offset = sop->auth.data.offset; in process_sym_raw_dp_op()
247 auth_offset + auth_len); in process_sym_raw_dp_op()
251 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op()
257 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op()
258 ofs.ofs.auth.tail = max_len - auth_offset - auth_len; in process_sym_raw_dp_op()
283 auth_offset = sop->auth.data.offset; in process_sym_raw_dp_op()
285 max_len = auth_len + auth_offset; in process_sym_raw_dp_op()
288 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op()
291 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op()
292 ofs.ofs.auth.tail = max_len - auth_offset - auth_len; in process_sym_raw_dp_op()
2343 unsigned int auth_len, unsigned int auth_offset) in create_wireless_algo_hash_operation() argument
2385 sym_op->auth.data.offset = auth_offset; in create_wireless_algo_hash_operation()
2471 const unsigned auth_len, const unsigned auth_offset) in create_wireless_algo_cipher_hash_operation() argument
2547 sym_op->auth.data.offset = auth_offset; in create_wireless_algo_cipher_hash_operation()
2550 sym_op->auth.data.offset = auth_offset >> 3; in create_wireless_algo_cipher_hash_operation()
2563 unsigned int auth_len, unsigned int auth_offset, in create_wireless_algo_auth_cipher_operation() argument
2602 uint16_t remaining_off = (auth_offset >> 3) + (auth_len >> 3); in create_wireless_algo_auth_cipher_operation()
2647 sym_op->auth.data.offset = auth_offset; in create_wireless_algo_auth_cipher_operation()
2650 sym_op->auth.data.offset = auth_offset >> 3; in create_wireless_algo_auth_cipher_operation()
11304 unsigned int auth_offset; member
11405 .auth_offset = 0,
11452 .auth_offset = 0,
11717 sym_op->auth.data.offset = reference->auth_offset; in create_cipher_auth_operation()