pkcs11: Added names for CKA_* constants.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user