Commit 63c0775
[crypto/aes_kwp] Max size for exp_pad
The aes_kwp checks that the padding length is above half a block size
and then creates a variable length buffer exp_pad. Make that buffer the
max size instead of a user chosen length.
Signed-off-by: Siemen Dhooghe <sdhooghe@google.com>1 parent 2dbfb16 commit 63c0775
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments