diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-04-19 01:17:07 +0300 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-04-22 16:11:23 +0300 |
| commit | cc92b479b6ed1d7d1a6eb13aba472badb836a832 (patch) | |
| tree | 2c54611f884294783b2d1edfb913047b3704c3aa /include/linux/timerqueue.h | |
| parent | def036ef87f8641c1c525d5ae17438d7a1006491 (diff) | |
| download | linux-cc92b479b6ed1d7d1a6eb13aba472badb836a832.tar.xz | |
ksmbd: Use AES-CMAC library for SMB3 signature calculation
Now that AES-CMAC has a library API, convert ksmbd_sign_smb3_pdu() to
use it instead of a "cmac(aes)" crypto_shash.
The result is simpler and faster code. With the library there's no need
to dynamically allocate memory, no need to handle errors, and the
AES-CMAC code is accessed directly without inefficient indirect calls
and other unnecessary API overhead.
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
