Obtains information about a particular token.
CK_TOKEN_INFO_PTR pInfo )
{
( void ) slotID;
( void ) pInfo;
LogWarn( (
"C_GetTokenInfo is not implemented." ) );
return CKR_OK;
}
#define CK_DECLARE_FUNCTION(returnType, name)
Macro for defining a PKCS #11 functions.
Definition: core_pkcs11.h:77
#define LogWarn(message)
Macro that is called in the corePKCS11 library for logging "Warning" level messages.
Definition: core_pkcs11_config_defaults.h:337
CK_RV C_GetTokenInfo(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo)
Obtains information about a particular token.
Definition: core_pkcs11_mbedtls.c:1693
- Parameters
-
[in] | slotID | This parameter is unused in this port. |
[out] | pInfo | This parameter is unused in this port. |
C_GetTokenInfo() is only implemented for compatibility with other ports. All inputs to this function are ignored, and calling this function on this port does provide any information about the PKCS #11 token.
- Returns
- CKR_OK.