diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/pkcs11.h | 3 |
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) |