diff options
| author | David Howells <dhowells@redhat.com> | 2025-04-11 10:52:50 +0100 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-04-14 17:36:41 -0700 |
| commit | 01af64269751f261421a9e80a527c8e987aeda8d (patch) | |
| tree | 70b4aa4d8528b84f1d3f9d216eead73ce585a206 /include/crypto | |
| parent | 5800b1cf3fd8ccab752a101865be1e76dac33142 (diff) | |
| download | ath-01af64269751f261421a9e80a527c8e987aeda8d.tar.gz | |
rxrpc: Add the security index for yfs-rxgk
Add the security index and abort codes for the YFS variant of rxgk.
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://patch.msgid.link/20250411095303.2316168-6-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/crypto')
| -rw-r--r-- | include/crypto/krb5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/krb5.h b/include/crypto/krb5.h index 62d998e62f47d..71dd38f59be1d 100644 --- a/include/crypto/krb5.h +++ b/include/crypto/krb5.h @@ -64,6 +64,11 @@ struct scatterlist; #define KEY_USAGE_SEED_INTEGRITY (0x55) /* + * Standard Kerberos error codes. + */ +#define KRB5_PROG_KEYTYPE_NOSUPP -1765328233 + +/* * Mode of operation. */ enum krb5_crypto_mode { |
