summaryrefslogtreecommitdiffstats
path: root/ncr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.h')
-rw-r--r--ncr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncr.h b/ncr.h
index ce84f7a7f85..e4500b9c0d7 100644
--- a/ncr.h
+++ b/ncr.h
@@ -106,6 +106,8 @@ typedef __s32 ncr_key_t;
*/
#define NCR_KEY_FLAG_WRAPPING (1<<6)
#define NCR_KEY_FLAG_UNWRAPPING (1<<7)
+#define NCR_KEY_FLAG_HASHABLE (1<<8)
+#define NCR_KEY_FLAG_ALLOW_TRANSPARENT_HASH (1<<9)
struct ncr_key_generate {
__u32 input_size, output_size;