Add simple cipher benchmarking.

This commit is contained in:
Milan Broz
2012-11-08 16:36:00 +01:00
parent 7199662fbb
commit db97d3d8c8
8 changed files with 342 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ struct device *crypt_data_device(struct crypt_device *cd)
return cd->device;
}
static int init_crypto(struct crypt_device *ctx)
int init_crypto(struct crypt_device *ctx)
{
int r;