![]() |
![]() |
![]() |
GP11 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define GP11_VENDOR_CODE #define GP11_ERROR const gchar* gp11_message_from_rv (CK_RV rv); #define CKR_GP11_MODULE_PROBLEM
GP11 errors are returned as GError structures. The code member of GError contains the raw PKCS11 CK_RV result value.
#define GP11_VENDOR_CODE 0x47503131 /* GP11 */
Custom PKCS11 errors that originate from the GP11 library, are based at this error code.
const gchar* gp11_message_from_rv (CK_RV rv);
Get a message for a PKCS11 return value or error code. Do not pass CKR_OK or other such non errors to this function.
|
|
Returns : |
The user readable message. |