1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2 /* Do not edit directly, auto-generated from: */
3 /* Documentation/netlink/specs/psp.yaml */
4 /* YNL-GEN uapi header */
6 #ifndef _UAPI_LINUX_PSP_H
7 #define _UAPI_LINUX_PSP_H
9 #define PSP_FAMILY_NAME "psp"
10 #define PSP_FAMILY_VERSION 1
13 PSP_VERSION_HDR0_AES_GCM_128,
14 PSP_VERSION_HDR0_AES_GCM_256,
15 PSP_VERSION_HDR0_AES_GMAC_128,
16 PSP_VERSION_HDR0_AES_GMAC_256,
22 PSP_A_DEV_PSP_VERSIONS_CAP,
23 PSP_A_DEV_PSP_VERSIONS_ENA,
26 PSP_A_DEV_MAX = (__PSP_A_DEV_MAX - 1)
30 PSP_A_ASSOC_DEV_ID = 1,
37 PSP_A_ASSOC_MAX = (__PSP_A_ASSOC_MAX - 1)
45 PSP_A_KEYS_MAX = (__PSP_A_KEYS_MAX - 1)
49 PSP_A_STATS_DEV_ID = 1,
50 PSP_A_STATS_KEY_ROTATIONS,
51 PSP_A_STATS_STALE_EVENTS,
54 PSP_A_STATS_MAX = (__PSP_A_STATS_MAX - 1)
62 PSP_CMD_DEV_CHANGE_NTF,
64 PSP_CMD_KEY_ROTATE_NTF,
70 PSP_CMD_MAX = (__PSP_CMD_MAX - 1)
73 #define PSP_MCGRP_MGMT "mgmt"
74 #define PSP_MCGRP_USE "use"
76 #endif /* _UAPI_LINUX_PSP_H */