]> granicus.if.org Git - p11-kit/commitdiff
pkcs11.h: added definitions of GOST CKA attributes
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 1 Aug 2017 06:16:06 +0000 (08:16 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 1 Aug 2017 12:07:43 +0000 (14:07 +0200)
common/pkcs11.h

index 7189fa886c2fabc983c3d7b074599c3d3da2ac38..4b433daf1dad3f9c4e7a27591c8a6ee077c0d87a 100644 (file)
@@ -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)