summaryrefslogtreecommitdiffstats
path: root/ncr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.h')
-rw-r--r--ncr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncr.h b/ncr.h
index 734382b..e4500b9 100644
--- a/ncr.h
+++ b/ncr.h
@@ -107,6 +107,7 @@ 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;