C_DecryptFinal
C_DecryptFinal
CK_PKCS11_FUNCTION_INFO(C_DecryptFinal)
rv = FUNCLIST(fw_st_id)->C_DecryptFinal(hSession, out,
return (fast_funcs->C_DecryptFinal(hSession, pLastPart,
rv = FUNCLIST(sessp->se_slotid)->C_DecryptFinal(sessp->se_handle,
C_DecryptFinal,
C_DecryptFinal,
C_DecryptFinal,
PK11_Functions.C_DecryptFinal = C_DecryptFinal;
rv = C_DecryptFinal(dec_context->hSession, buf, &ulLen);
rv = C_DecryptFinal(op->hsession, op->out + encrlen, &outlen);