diff options
Diffstat (limited to 'src/lib/kdf')
-rw-r--r-- | src/lib/kdf/hkdf/hkdf.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/kdf.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/kdf1/kdf1.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/kdf2/kdf2.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/prf_tls/prf_tls.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/prf_x942/prf_x942.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/sp800_108/sp800_108.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/sp800_56a/sp800_56a.h | 4 | ||||
-rw-r--r-- | src/lib/kdf/sp800_56c/sp800_56c.h | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/src/lib/kdf/hkdf/hkdf.h b/src/lib/kdf/hkdf/hkdf.h index 3e0f1d77c..1d8d3c159 100644 --- a/src/lib/kdf/hkdf/hkdf.h +++ b/src/lib/kdf/hkdf/hkdf.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_HKDF_H__ -#define BOTAN_HKDF_H__ +#ifndef BOTAN_HKDF_H_ +#define BOTAN_HKDF_H_ #include <botan/mac.h> #include <botan/hash.h> diff --git a/src/lib/kdf/kdf.h b/src/lib/kdf/kdf.h index cc8ebf252..b99a3a83c 100644 --- a/src/lib/kdf/kdf.h +++ b/src/lib/kdf/kdf.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_KDF_BASE_H__ -#define BOTAN_KDF_BASE_H__ +#ifndef BOTAN_KDF_BASE_H_ +#define BOTAN_KDF_BASE_H_ #include <botan/secmem.h> #include <botan/types.h> diff --git a/src/lib/kdf/kdf1/kdf1.h b/src/lib/kdf/kdf1/kdf1.h index 7f895fed2..803aae300 100644 --- a/src/lib/kdf/kdf1/kdf1.h +++ b/src/lib/kdf/kdf1/kdf1.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_KDF1_H__ -#define BOTAN_KDF1_H__ +#ifndef BOTAN_KDF1_H_ +#define BOTAN_KDF1_H_ #include <botan/kdf.h> #include <botan/hash.h> diff --git a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h index ce9f487ee..e49f41d22 100644 --- a/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h +++ b/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_KDF1_18033_H__ -#define BOTAN_KDF1_18033_H__ +#ifndef BOTAN_KDF1_18033_H_ +#define BOTAN_KDF1_18033_H_ #include <botan/kdf.h> #include <botan/hash.h> diff --git a/src/lib/kdf/kdf2/kdf2.h b/src/lib/kdf/kdf2/kdf2.h index 3f1f74ea6..2fd40e736 100644 --- a/src/lib/kdf/kdf2/kdf2.h +++ b/src/lib/kdf/kdf2/kdf2.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_KDF2_H__ -#define BOTAN_KDF2_H__ +#ifndef BOTAN_KDF2_H_ +#define BOTAN_KDF2_H_ #include <botan/kdf.h> #include <botan/hash.h> diff --git a/src/lib/kdf/prf_tls/prf_tls.h b/src/lib/kdf/prf_tls/prf_tls.h index 2414c305f..3ed8db247 100644 --- a/src/lib/kdf/prf_tls/prf_tls.h +++ b/src/lib/kdf/prf_tls/prf_tls.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_TLS_PRF_H__ -#define BOTAN_TLS_PRF_H__ +#ifndef BOTAN_TLS_PRF_H_ +#define BOTAN_TLS_PRF_H_ #include <botan/kdf.h> #include <botan/mac.h> diff --git a/src/lib/kdf/prf_x942/prf_x942.h b/src/lib/kdf/prf_x942/prf_x942.h index 01b90060b..ebf9839f5 100644 --- a/src/lib/kdf/prf_x942/prf_x942.h +++ b/src/lib/kdf/prf_x942/prf_x942.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ANSI_X942_PRF_H__ -#define BOTAN_ANSI_X942_PRF_H__ +#ifndef BOTAN_ANSI_X942_PRF_H_ +#define BOTAN_ANSI_X942_PRF_H_ #include <botan/kdf.h> diff --git a/src/lib/kdf/sp800_108/sp800_108.h b/src/lib/kdf/sp800_108/sp800_108.h index 1cf13721f..6bf488ac0 100644 --- a/src/lib/kdf/sp800_108/sp800_108.h +++ b/src/lib/kdf/sp800_108/sp800_108.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_SP800_108_H__ -#define BOTAN_SP800_108_H__ +#ifndef BOTAN_SP800_108_H_ +#define BOTAN_SP800_108_H_ #include <botan/kdf.h> #include <botan/mac.h> diff --git a/src/lib/kdf/sp800_56a/sp800_56a.h b/src/lib/kdf/sp800_56a/sp800_56a.h index 7e517679c..17fd3a84b 100644 --- a/src/lib/kdf/sp800_56a/sp800_56a.h +++ b/src/lib/kdf/sp800_56a/sp800_56a.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_SP800_56A_H__ -#define BOTAN_SP800_56A_H__ +#ifndef BOTAN_SP800_56A_H_ +#define BOTAN_SP800_56A_H_ #include <botan/kdf.h> #include <botan/hash.h> diff --git a/src/lib/kdf/sp800_56c/sp800_56c.h b/src/lib/kdf/sp800_56c/sp800_56c.h index a04593f8f..891933296 100644 --- a/src/lib/kdf/sp800_56c/sp800_56c.h +++ b/src/lib/kdf/sp800_56c/sp800_56c.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_SP800_56C_H__ -#define BOTAN_SP800_56C_H__ +#ifndef BOTAN_SP800_56C_H_ +#define BOTAN_SP800_56C_H_ #include <botan/kdf.h> #include <botan/mac.h> |