Add of DigestInit.

This commit is contained in:
Alessio Di Mauro
2015-08-25 15:55:52 +02:00
parent 5f306a8d1c
commit 5a2c00deb7
3 changed files with 77 additions and 6 deletions
+2
View File
@@ -16,4 +16,6 @@ CK_RV check_generation_mechanism(const ykcs11_session_t *s, CK_MECHANISM_PTR m);
CK_RV check_pubkey_template(op_info_t *op_info, CK_ATTRIBUTE_PTR templ, CK_ULONG n);
CK_RV check_pvtkey_template(op_info_t *op_info, CK_ATTRIBUTE_PTR templ, CK_ULONG n);
CK_RV check_hash_mechanism(const ykcs11_session_t *s, CK_MECHANISM_PTR m);
#endif