Lines Matching full:mechanism
52 * verify init routine based on the mechanism.
60 switch (pMechanism->mechanism) { in soft_verify_init()
132 * verify routine based on the mechanism.
141 CK_MECHANISM_TYPE mechanism = session_p->verify.mech.mechanism; in soft_verify() local
144 switch (mechanism) { in soft_verify()
237 pSignature, ulSignatureLen, mechanism)); in soft_verify()
246 ulDataLen, pSignature, ulSignatureLen, mechanism, B_FALSE)); in soft_verify()
284 * verify update routine based on the mechanism.
291 CK_MECHANISM_TYPE mechanism = session_p->verify.mech.mechanism; in soft_verify_update() local
293 switch (mechanism) { in soft_verify_update()
340 /* PKCS11: The mechanism only supports single-part operation. */ in soft_verify_update()
356 * verify final routine based on the mechanism.
364 CK_MECHANISM_TYPE mechanism = session_p->verify.mech.mechanism; in soft_verify_final() local
367 switch (mechanism) { in soft_verify_final()
463 pSignature, ulSignatureLen, mechanism, B_TRUE)); in soft_verify_final()
476 /* PKCS11: The mechanism only supports single-part operation. */ in soft_verify_final()
488 switch (pMechanism->mechanism) { in soft_verify_recover_init()
507 CK_MECHANISM_TYPE mechanism = session_p->verify.mech.mechanism; in soft_verify_recover() local
509 switch (mechanism) { in soft_verify_recover()