pkcs11: Added names for CKA_* constants.

This commit is contained in:
Tobias Brunner
2011-10-31 18:45:36 +01:00
parent 4e346b1f97
commit 6a5020fc67
2 changed files with 123 additions and 1 deletions
@@ -72,7 +72,7 @@ struct pkcs11_library_t {
*
* @param session session to use
* @param tmpl search template
* @param tcount number of attributes in the search template
* @param tcount number of attributes in the search template
* @param attr attributes to read from object
* @param acount number of attributes to read
*/
@@ -108,6 +108,11 @@ extern enum_name_t *ck_rv_names;
*/
extern enum_name_t *ck_mech_names;
/**
* Enum names for CK_ATTRIBUTE_TYPE values
*/
extern enum_name_t *ck_attr_names;
/**
* Trim/null terminate a string returned by the varius PKCS#11 functions.
*