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 ce84f7a..734382b 100644
--- a/ncr.h
+++ b/ncr.h
@@ -106,6 +106,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)
struct ncr_key_generate {
__u32 input_size, output_size;