mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
Add context to crypto backend init (so it can print errors to callback).
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@415 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
struct crypt_hash;
|
||||
struct crypt_hmac;
|
||||
|
||||
int crypt_backend_init(void);
|
||||
int crypt_backend_init(struct crypt_device *ctx);
|
||||
|
||||
#define CRYPT_BACKEND_KERNEL (1 << 0) /* Crypto uses kernel part, for benchmark */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user