Skip to content

Commit

Permalink
Add SHA224 definitions in pkcs11.h (for completenes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Sep 11, 2017
1 parent aa10ebc commit b051d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pkcs11/pkcs11.h
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ typedef unsigned long int ck_rsa_pkcs_mgf_type_t;
#define CKM_SHA256 (0x250UL)
#define CKM_SHA256_HMAC (0x251UL)
#define CKM_SHA256_HMAC_GENERAL (0x252UL)
#define CKM_SHA224 (0x255UL)
#define CKM_SHA224_HMAC (0x256UL)
#define CKM_SHA224_HMAC_GENERAL (0x257UL)
#define CKM_SHA384 (0x260UL)
#define CKM_SHA384_HMAC (0x261UL)
#define CKM_SHA384_HMAC_GENERAL (0x262UL)
Expand Down

0 comments on commit b051d3b

Please sign in to comment.