diff options
| author | Phil Sutter <phil.sutter@viprinet.com> | 2010-06-15 18:24:16 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-16 12:14:19 +0200 |
| commit | 87e8dbad0ea89d6b95542cd380f27015c2cc9dea (patch) | |
| tree | 68b7899985a82d44267074f90caf8339335a0960 /cryptodev.h | |
| parent | 3f9fef758f04527c063156ed039f61ac575bf379 (diff) | |
| download | cryptodev-linux-87e8dbad0ea89d6b95542cd380f27015c2cc9dea.tar.gz cryptodev-linux-87e8dbad0ea89d6b95542cd380f27015c2cc9dea.tar.xz cryptodev-linux-87e8dbad0ea89d6b95542cd380f27015c2cc9dea.zip | |
whitespace cleanup
Diffstat (limited to 'cryptodev.h')
| -rw-r--r-- | cryptodev.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cryptodev.h b/cryptodev.h index fc94149..f749311 100644 --- a/cryptodev.h +++ b/cryptodev.h @@ -39,7 +39,7 @@ typedef enum { CRYPTO_SHA2_512_HMAC=20, CRYPTO_AES_CTR=21, CRYPTO_AES_XTS=22, - + CRYPTO_CAMELLIA_CBC=101, CRYPTO_RIPEMD160, CRYPTO_SHA2_256, @@ -53,7 +53,7 @@ typedef enum { #define DES_BLOCK_LEN 8 #define DES3_BLOCK_LEN 8 #define RIJNDAEL128_BLOCK_LEN 16 -#define AES_BLOCK_LEN RIJNDAEL128_BLOCK_LEN +#define AES_BLOCK_LEN RIJNDAEL128_BLOCK_LEN #define CAMELLIA_BLOCK_LEN #define BLOWFISH_BLOCK_LEN 8 #define SKIPJACK_BLOCK_LEN 8 @@ -141,7 +141,7 @@ typedef enum { #define CRF_DH_COMPUTE_KEY (1 << CRK_DH_COMPUTE_KEY) -/* ioctl's. Compatible with old linux cryptodev.h +/* ioctl's. Compatible with old linux cryptodev.h */ #define CRIOGET _IOWR('c', 101, uint32_t) #define CIOCGSESSION _IOWR('c', 102, struct session_op) |
