Functions for verifying signatures and MACs

The following functions perform as described in the PKCS #11 specification:

C_VerifyInit

Function Supported in Security World Performs as in PKCS #11 spec PKCS #11 spec version

C_VerifyInit

Yes

Without modifications

2.40, 3.2

C_Verify

Function Supported in Security World Performs as in PKCS #11 spec PKCS #11 spec version

C_Verify

Yes

Without modifications

2.40, 3.2

C_VerifyRecover

Function Supported in Security World Performs as in PKCS #11 spec PKCS #11 spec version

C_VerifyRecover

Yes

Without modifications

2.40, 3.2

C_VerifyRecoverInit

Function Supported in Security World Performs as in PKCS #11 spec PKCS #11 spec version

C_VerifyRecoverInit

Yes

Without modifications

2.40, 3.2

C_VerifyUpdate

Not all mechanisms support C_SignUpdate or C_VerifyUpdate. If such a mechanism is used, these functions will return CKR_OPERATION_NOT_INITIALIZED

Function Supported in Security World Performs as in PKCS #11 spec PKCS #11 spec version

C_VerifyUpdate

Yes

Without modifications

2.40, 3.2

C_VerifyFinal

Function Supported in Security World Performs as in PKCS #11 spec PKCS #11 spec version

C_VerifyFinal

Yes

Without modifications

2.40, 3.2