diff options
Diffstat (limited to 'include/linux/verification.h')
| -rw-r--r-- | include/linux/verification.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/verification.h b/include/linux/verification.h index a10549a6c7cd..cfa4730d607a 100644 --- a/include/linux/verification.h +++ b/include/linux/verification.h | |||
| @@ -13,6 +13,12 @@ | |||
| 13 | #define _LINUX_VERIFICATION_H | 13 | #define _LINUX_VERIFICATION_H |
| 14 | 14 | ||
| 15 | /* | 15 | /* |
| 16 | * Indicate that both builtin trusted keys and secondary trusted keys | ||
| 17 | * should be used. | ||
| 18 | */ | ||
| 19 | #define VERIFY_USE_SECONDARY_KEYRING ((struct key *)1UL) | ||
| 20 | |||
| 21 | /* | ||
| 16 | * The use to which an asymmetric key is being put. | 22 | * The use to which an asymmetric key is being put. |
| 17 | */ | 23 | */ |
| 18 | enum key_being_used_for { | 24 | enum key_being_used_for { |
