From febad3a45082167a0b882e9b36dc4915d2e0e02c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 1 Aug 2017 08:16:06 +0200 Subject: pkcs11.h: added definitions of GOST CKA attributes --- common/pkcs11.h | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.1