From: Nikos Mavrogiannopoulos Date: Tue, 1 Aug 2017 06:16:06 +0000 (+0200) Subject: pkcs11.h: added definitions of GOST CKA attributes X-Git-Tag: 0.23.8~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=febad3a45082167a0b882e9b36dc4915d2e0e02c;p=p11-kit pkcs11.h: added definitions of GOST CKA attributes --- 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)