summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-01 08:16:06 +0200
committerDaiki Ueno <ueno@gnu.org>2017-08-01 14:07:43 +0200
commitfebad3a45082167a0b882e9b36dc4915d2e0e02c (patch)
treeb8f47d85becbf205fd9001ccb0444da47e63a810
parent2915740f447d0c17f8bcf5fdf4eccd82f2d9fd50 (diff)
pkcs11.h: added definitions of GOST CKA attributes
-rw-r--r--common/pkcs11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/pkcs11.h b/common/pkcs11.h
index 7189fa8..4b433da 100644
--- a/common/pkcs11.h
+++ b/common/pkcs11.h
@@ -438,6 +438,9 @@ typedef unsigned long ck_attribute_type_t;
#define CKA_AUTH_PIN_FLAGS (0x201UL)
#define CKA_ALWAYS_AUTHENTICATE (0x202UL)
#define CKA_WRAP_WITH_TRUSTED (0x210UL)
+#define CKA_GOSTR3410_PARAMS (0x250UL)
+#define CKA_GOSTR3411_PARAMS (0x251UL)
+#define CKA_GOST28147_PARAMS (0x252UL)
#define CKA_HW_FEATURE_TYPE (0x300UL)
#define CKA_RESET_ON_INIT (0x301UL)
#define CKA_HAS_RESET (0x302UL)