What is the mask parameter for in the alg_test function? Also what is the
type?
Better still, is there any documentation on how to use the alg_test
function?
Thanks
Truly,
Mark Allyn
Portland, Oregon
http://www.allyn.com
971-563-7588
Hi Mark,
cryptomgr_test call it like
err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED);
tcrypt_test:
ret = alg_test(alg, alg, 0, 0);
- Dmitry
On 02/11/10 19:42, ext Mark Allyn wrote:
> What is the mask parameter for in the alg_test function? Also what is the
> type?
>
> Better still, is there any documentation on how to use the alg_test
> function?
>
> Thanks
>
> Truly,
>
> Mark Allyn
> Portland, Oregon
> http://www.allyn.com
> 971-563-7588
> --
> To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>