mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
crypto_krb5_prepare_encryption() and crypto_krb5_prepare_checksum()
free the buffer holding the freshly derived keys with plain kfree(),
leaving the key material behind in the freed slab object.
Fixes:
|
||
|---|---|---|
| .. | ||
| internal.h | ||
| Kconfig | ||
| krb5_api.c | ||
| krb5_kdf.c | ||
| Makefile | ||
| rfc3961_simplified.c | ||
| rfc3962_aes.c | ||
| rfc6803_camellia.c | ||
| rfc8009_aes2.c | ||
| selftest_data.c | ||
| selftest.c | ||