From 87e8dbad0ea89d6b95542cd380f27015c2cc9dea Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 15 Jun 2010 18:24:16 +0200 Subject: whitespace cleanup --- cryptodev.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cryptodev.h') 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) -- cgit