| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2016 Broadcom |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License, version 2, as |
|---|
| 6 | | - * published by the Free Software Foundation (the "GPL"). |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 9 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 10 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 11 | | - * General Public License version 2 (GPLv2) for more details. |
|---|
| 12 | | - * |
|---|
| 13 | | - * You should have received a copy of the GNU General Public License |
|---|
| 14 | | - * version 2 (GPLv2) along with this source code. |
|---|
| 15 | 4 | */ |
|---|
| 16 | 5 | |
|---|
| 17 | 6 | /* |
|---|
| .. | .. |
|---|
| 211 | 200 | u16 spu_req_hdr_len, |
|---|
| 212 | 201 | unsigned int is_inbound, |
|---|
| 213 | 202 | struct spu_cipher_parms *cipher_parms, |
|---|
| 214 | | - bool update_key, |
|---|
| 215 | 203 | unsigned int data_size); |
|---|
| 216 | 204 | void spu2_request_pad(u8 *pad_start, u32 gcm_padding, u32 hash_pad_len, |
|---|
| 217 | 205 | enum hash_alg auth_alg, enum hash_mode auth_mode, |
|---|