diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-26 18:37:42 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-26 18:37:42 -0800 |
| commit | e3fc88e7bc5fe394401eb60b1cb76aee78bc93b9 (patch) | |
| tree | 2c28be17851a056b24a1ad24f22e31ac3fc46d64 /include/linux/crypto.h | |
| parent | 384263dc669ea70ad850232370541b1219f6b687 (diff) | |
| parent | 3e704faf505f2a676ee5cb372524fc44d6e773ac (diff) | |
Merge bk://linux-acpi.bkbits.net/26-latest-release
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include/linux/crypto.h')
| -rw-r--r-- | include/linux/crypto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 0f0d8a9f5b53..4626d40e8c6e 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -56,6 +56,9 @@ #define CRYPTO_UNSPEC 0 #define CRYPTO_MAX_ALG_NAME 64 +#define CRYPTO_DIR_ENCRYPT 1 +#define CRYPTO_DIR_DECRYPT 0 + struct scatterlist; /* |
