From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- include/crypto/null.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/crypto/null.h (limited to 'include/crypto/null.h') diff --git a/include/crypto/null.h b/include/crypto/null.h new file mode 100644 index 000000000..b7c864cc7 --- /dev/null +++ b/include/crypto/null.h @@ -0,0 +1,11 @@ +/* Values for NULL algorithms */ + +#ifndef _CRYPTO_NULL_H +#define _CRYPTO_NULL_H + +#define NULL_KEY_SIZE 0 +#define NULL_BLOCK_SIZE 1 +#define NULL_DIGEST_SIZE 0 +#define NULL_IV_SIZE 0 + +#endif -- cgit v1.2.3-54-g00ecf