aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils')
-rw-r--r--src/lib/utils/assert.h4
-rw-r--r--src/lib/utils/barrier.h4
-rw-r--r--src/lib/utils/bit_ops.h4
-rw-r--r--src/lib/utils/bswap.h4
-rw-r--r--src/lib/utils/calendar.h4
-rw-r--r--src/lib/utils/charset.h4
-rw-r--r--src/lib/utils/compiler.h4
-rw-r--r--src/lib/utils/cpuid/cpuid.h4
-rw-r--r--src/lib/utils/ct_utils.h4
-rw-r--r--src/lib/utils/data_src.h4
-rw-r--r--src/lib/utils/database.h4
-rw-r--r--src/lib/utils/donna128.h4
-rw-r--r--src/lib/utils/dyn_load/dyn_load.h4
-rw-r--r--src/lib/utils/exceptn.h4
-rw-r--r--src/lib/utils/filesystem.h4
-rw-r--r--src/lib/utils/http_util/http_util.h4
-rw-r--r--src/lib/utils/loadstor.h4
-rw-r--r--src/lib/utils/locking_allocator/locking_allocator.h4
-rw-r--r--src/lib/utils/mem_ops.h4
-rw-r--r--src/lib/utils/mul128.h4
-rw-r--r--src/lib/utils/mutex.h4
-rw-r--r--src/lib/utils/os_utils.h4
-rw-r--r--src/lib/utils/parsing.h4
-rw-r--r--src/lib/utils/poly_dbl.h4
-rw-r--r--src/lib/utils/prefetch.h4
-rw-r--r--src/lib/utils/rotate.h4
-rw-r--r--src/lib/utils/rounding.h4
-rw-r--r--src/lib/utils/safeint.h4
-rw-r--r--src/lib/utils/semaphore.h4
-rw-r--r--src/lib/utils/simd/simd_32.h4
-rw-r--r--src/lib/utils/sqlite3/sqlite3.h4
-rw-r--r--src/lib/utils/stl_compatibility.h4
-rw-r--r--src/lib/utils/stl_util.h4
-rw-r--r--src/lib/utils/types.h4
-rw-r--r--src/lib/utils/version.h4
35 files changed, 70 insertions, 70 deletions
diff --git a/src/lib/utils/assert.h b/src/lib/utils/assert.h
index 044e27637..ab0616ff9 100644
--- a/src/lib/utils/assert.h
+++ b/src/lib/utils/assert.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_ASSERTION_CHECKING_H__
-#define BOTAN_ASSERTION_CHECKING_H__
+#ifndef BOTAN_ASSERTION_CHECKING_H_
+#define BOTAN_ASSERTION_CHECKING_H_
#include <botan/build.h>
diff --git a/src/lib/utils/barrier.h b/src/lib/utils/barrier.h
index 6d5cf9e58..303ac5a98 100644
--- a/src/lib/utils/barrier.h
+++ b/src/lib/utils/barrier.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTIL_BARRIER_H__
-#define BOTAN_UTIL_BARRIER_H__
+#ifndef BOTAN_UTIL_BARRIER_H_
+#define BOTAN_UTIL_BARRIER_H_
#include <botan/mutex.h>
diff --git a/src/lib/utils/bit_ops.h b/src/lib/utils/bit_ops.h
index b7ee94125..a59404c75 100644
--- a/src/lib/utils/bit_ops.h
+++ b/src/lib/utils/bit_ops.h
@@ -9,8 +9,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_BIT_OPS_H__
-#define BOTAN_BIT_OPS_H__
+#ifndef BOTAN_BIT_OPS_H_
+#define BOTAN_BIT_OPS_H_
#include <botan/types.h>
diff --git a/src/lib/utils/bswap.h b/src/lib/utils/bswap.h
index b55445f59..c97666b3f 100644
--- a/src/lib/utils/bswap.h
+++ b/src/lib/utils/bswap.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_BYTE_SWAP_H__
-#define BOTAN_BYTE_SWAP_H__
+#ifndef BOTAN_BYTE_SWAP_H_
+#define BOTAN_BYTE_SWAP_H_
#include <botan/types.h>
#include <botan/rotate.h>
diff --git a/src/lib/utils/calendar.h b/src/lib/utils/calendar.h
index 8c9d1f084..5cf59eccc 100644
--- a/src/lib/utils/calendar.h
+++ b/src/lib/utils/calendar.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_CALENDAR_H__
-#define BOTAN_CALENDAR_H__
+#ifndef BOTAN_CALENDAR_H_
+#define BOTAN_CALENDAR_H_
#include <botan/types.h>
#include <chrono>
diff --git a/src/lib/utils/charset.h b/src/lib/utils/charset.h
index cffa8ebc5..528ab908b 100644
--- a/src/lib/utils/charset.h
+++ b/src/lib/utils/charset.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_CHARSET_H__
-#define BOTAN_CHARSET_H__
+#ifndef BOTAN_CHARSET_H_
+#define BOTAN_CHARSET_H_
#include <botan/types.h>
#include <string>
diff --git a/src/lib/utils/compiler.h b/src/lib/utils/compiler.h
index 793220b00..459cb737d 100644
--- a/src/lib/utils/compiler.h
+++ b/src/lib/utils/compiler.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTIL_COMPILER_FLAGS_H__
-#define BOTAN_UTIL_COMPILER_FLAGS_H__
+#ifndef BOTAN_UTIL_COMPILER_FLAGS_H_
+#define BOTAN_UTIL_COMPILER_FLAGS_H_
/* Should we use GCC-style inline assembler? */
#if !defined(BOTAN_USE_GCC_INLINE_ASM) && defined(__GNUC__)
diff --git a/src/lib/utils/cpuid/cpuid.h b/src/lib/utils/cpuid/cpuid.h
index 061e2d124..839b72167 100644
--- a/src/lib/utils/cpuid/cpuid.h
+++ b/src/lib/utils/cpuid/cpuid.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_CPUID_H__
-#define BOTAN_CPUID_H__
+#ifndef BOTAN_CPUID_H_
+#define BOTAN_CPUID_H_
#include <botan/types.h>
#include <vector>
diff --git a/src/lib/utils/ct_utils.h b/src/lib/utils/ct_utils.h
index 1a88cee20..93691fc0a 100644
--- a/src/lib/utils/ct_utils.h
+++ b/src/lib/utils/ct_utils.h
@@ -11,8 +11,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_TIMING_ATTACK_CM_H__
-#define BOTAN_TIMING_ATTACK_CM_H__
+#ifndef BOTAN_TIMING_ATTACK_CM_H_
+#define BOTAN_TIMING_ATTACK_CM_H_
#include <botan/secmem.h>
#include <vector>
diff --git a/src/lib/utils/data_src.h b/src/lib/utils/data_src.h
index 8a170fdff..616556e46 100644
--- a/src/lib/utils/data_src.h
+++ b/src/lib/utils/data_src.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_DATA_SRC_H__
-#define BOTAN_DATA_SRC_H__
+#ifndef BOTAN_DATA_SRC_H_
+#define BOTAN_DATA_SRC_H_
#include <botan/secmem.h>
#include <string>
diff --git a/src/lib/utils/database.h b/src/lib/utils/database.h
index 0aa72eaa1..cd30c64ae 100644
--- a/src/lib/utils/database.h
+++ b/src/lib/utils/database.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_SQL_DATABASE_H__
-#define BOTAN_SQL_DATABASE_H__
+#ifndef BOTAN_SQL_DATABASE_H_
+#define BOTAN_SQL_DATABASE_H_
#include <botan/types.h>
#include <botan/exceptn.h>
diff --git a/src/lib/utils/donna128.h b/src/lib/utils/donna128.h
index 3e11f71c2..9efc4e332 100644
--- a/src/lib/utils/donna128.h
+++ b/src/lib/utils/donna128.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_CURVE25519_DONNA128_H__
-#define BOTAN_CURVE25519_DONNA128_H__
+#ifndef BOTAN_CURVE25519_DONNA128_H_
+#define BOTAN_CURVE25519_DONNA128_H_
#include <botan/mul128.h>
diff --git a/src/lib/utils/dyn_load/dyn_load.h b/src/lib/utils/dyn_load/dyn_load.h
index f5c0e1b24..31da6b7a2 100644
--- a/src/lib/utils/dyn_load/dyn_load.h
+++ b/src/lib/utils/dyn_load/dyn_load.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_DYNAMIC_LOADER_H__
-#define BOTAN_DYNAMIC_LOADER_H__
+#ifndef BOTAN_DYNAMIC_LOADER_H_
+#define BOTAN_DYNAMIC_LOADER_H_
#include <string>
#include <botan/build.h>
diff --git a/src/lib/utils/exceptn.h b/src/lib/utils/exceptn.h
index 47f16e0b9..e5f2e51f7 100644
--- a/src/lib/utils/exceptn.h
+++ b/src/lib/utils/exceptn.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_EXCEPTION_H__
-#define BOTAN_EXCEPTION_H__
+#ifndef BOTAN_EXCEPTION_H_
+#define BOTAN_EXCEPTION_H_
#include <botan/types.h>
#include <botan/parsing.h>
diff --git a/src/lib/utils/filesystem.h b/src/lib/utils/filesystem.h
index a3e1b8191..4d6e2fe40 100644
--- a/src/lib/utils/filesystem.h
+++ b/src/lib/utils/filesystem.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTIL_FILESYSTEM_H__
-#define BOTAN_UTIL_FILESYSTEM_H__
+#ifndef BOTAN_UTIL_FILESYSTEM_H_
+#define BOTAN_UTIL_FILESYSTEM_H_
#include <botan/types.h>
#include <vector>
diff --git a/src/lib/utils/http_util/http_util.h b/src/lib/utils/http_util/http_util.h
index 2a3863951..a81dd85df 100644
--- a/src/lib/utils/http_util/http_util.h
+++ b/src/lib/utils/http_util/http_util.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTILS_URLGET_H__
-#define BOTAN_UTILS_URLGET_H__
+#ifndef BOTAN_UTILS_URLGET_H_
+#define BOTAN_UTILS_URLGET_H_
#include <botan/types.h>
#include <botan/exceptn.h>
diff --git a/src/lib/utils/loadstor.h b/src/lib/utils/loadstor.h
index c8368fbea..affbb9ab6 100644
--- a/src/lib/utils/loadstor.h
+++ b/src/lib/utils/loadstor.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_LOAD_STORE_H__
-#define BOTAN_LOAD_STORE_H__
+#ifndef BOTAN_LOAD_STORE_H_
+#define BOTAN_LOAD_STORE_H_
#include <botan/types.h>
#include <botan/bswap.h>
diff --git a/src/lib/utils/locking_allocator/locking_allocator.h b/src/lib/utils/locking_allocator/locking_allocator.h
index 81e9234dc..b761221d2 100644
--- a/src/lib/utils/locking_allocator/locking_allocator.h
+++ b/src/lib/utils/locking_allocator/locking_allocator.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_MLOCK_ALLOCATOR_H__
-#define BOTAN_MLOCK_ALLOCATOR_H__
+#ifndef BOTAN_MLOCK_ALLOCATOR_H_
+#define BOTAN_MLOCK_ALLOCATOR_H_
#include <botan/types.h>
#include <vector>
diff --git a/src/lib/utils/mem_ops.h b/src/lib/utils/mem_ops.h
index 4bc57316b..328196000 100644
--- a/src/lib/utils/mem_ops.h
+++ b/src/lib/utils/mem_ops.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_MEMORY_OPS_H__
-#define BOTAN_MEMORY_OPS_H__
+#ifndef BOTAN_MEMORY_OPS_H_
+#define BOTAN_MEMORY_OPS_H_
#include <botan/types.h>
#include <cstring>
diff --git a/src/lib/utils/mul128.h b/src/lib/utils/mul128.h
index d5c89e0dd..ce1ef693b 100644
--- a/src/lib/utils/mul128.h
+++ b/src/lib/utils/mul128.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTIL_MUL128_H__
-#define BOTAN_UTIL_MUL128_H__
+#ifndef BOTAN_UTIL_MUL128_H_
+#define BOTAN_UTIL_MUL128_H_
#include <botan/types.h>
diff --git a/src/lib/utils/mutex.h b/src/lib/utils/mutex.h
index 2aabd2973..e8718d5eb 100644
--- a/src/lib/utils/mutex.h
+++ b/src/lib/utils/mutex.h
@@ -4,8 +4,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTIL_MUTEX_H__
-#define BOTAN_UTIL_MUTEX_H__
+#ifndef BOTAN_UTIL_MUTEX_H_
+#define BOTAN_UTIL_MUTEX_H_
#include <botan/build.h>
#include <botan/types.h>
diff --git a/src/lib/utils/os_utils.h b/src/lib/utils/os_utils.h
index 107a6904f..405afb29c 100644
--- a/src/lib/utils/os_utils.h
+++ b/src/lib/utils/os_utils.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_OS_UTILS_H__
-#define BOTAN_OS_UTILS_H__
+#ifndef BOTAN_OS_UTILS_H_
+#define BOTAN_OS_UTILS_H_
#include <botan/types.h>
#include <functional>
diff --git a/src/lib/utils/parsing.h b/src/lib/utils/parsing.h
index fa340f410..dbf5d426a 100644
--- a/src/lib/utils/parsing.h
+++ b/src/lib/utils/parsing.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_PARSER_H__
-#define BOTAN_PARSER_H__
+#ifndef BOTAN_PARSER_H_
+#define BOTAN_PARSER_H_
#include <botan/types.h>
#include <string>
diff --git a/src/lib/utils/poly_dbl.h b/src/lib/utils/poly_dbl.h
index ce62731c2..10c85c567 100644
--- a/src/lib/utils/poly_dbl.h
+++ b/src/lib/utils/poly_dbl.h
@@ -4,8 +4,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_POLY_DBL_H__
-#define BOTAN_POLY_DBL_H__
+#ifndef BOTAN_POLY_DBL_H_
+#define BOTAN_POLY_DBL_H_
#include <botan/types.h>
diff --git a/src/lib/utils/prefetch.h b/src/lib/utils/prefetch.h
index 22514b797..92c41e573 100644
--- a/src/lib/utils/prefetch.h
+++ b/src/lib/utils/prefetch.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_PREFETCH_H__
-#define BOTAN_PREFETCH_H__
+#ifndef BOTAN_PREFETCH_H_
+#define BOTAN_PREFETCH_H_
#include <botan/cpuid.h>
diff --git a/src/lib/utils/rotate.h b/src/lib/utils/rotate.h
index 8361e4705..cb92daf96 100644
--- a/src/lib/utils/rotate.h
+++ b/src/lib/utils/rotate.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_WORD_ROTATE_H__
-#define BOTAN_WORD_ROTATE_H__
+#ifndef BOTAN_WORD_ROTATE_H_
+#define BOTAN_WORD_ROTATE_H_
#include <botan/types.h>
diff --git a/src/lib/utils/rounding.h b/src/lib/utils/rounding.h
index 8ad324225..e74a80798 100644
--- a/src/lib/utils/rounding.h
+++ b/src/lib/utils/rounding.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_ROUNDING_H__
-#define BOTAN_ROUNDING_H__
+#ifndef BOTAN_ROUNDING_H_
+#define BOTAN_ROUNDING_H_
#include <botan/types.h>
#include <botan/assert.h>
diff --git a/src/lib/utils/safeint.h b/src/lib/utils/safeint.h
index e0bd66232..66632c932 100644
--- a/src/lib/utils/safeint.h
+++ b/src/lib/utils/safeint.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTILS_SAFE_INT_H__
-#define BOTAN_UTILS_SAFE_INT_H__
+#ifndef BOTAN_UTILS_SAFE_INT_H_
+#define BOTAN_UTILS_SAFE_INT_H_
#include <botan/exceptn.h>
#include <string>
diff --git a/src/lib/utils/semaphore.h b/src/lib/utils/semaphore.h
index 87e6b84fe..61db8d48f 100644
--- a/src/lib/utils/semaphore.h
+++ b/src/lib/utils/semaphore.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_SEMAPHORE_H__
-#define BOTAN_SEMAPHORE_H__
+#ifndef BOTAN_SEMAPHORE_H_
+#define BOTAN_SEMAPHORE_H_
#include <botan/mutex.h>
diff --git a/src/lib/utils/simd/simd_32.h b/src/lib/utils/simd/simd_32.h
index f2b6351c6..2a177b388 100644
--- a/src/lib/utils/simd/simd_32.h
+++ b/src/lib/utils/simd/simd_32.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_SIMD_32_H__
-#define BOTAN_SIMD_32_H__
+#ifndef BOTAN_SIMD_32_H_
+#define BOTAN_SIMD_32_H_
#include <botan/types.h>
#include <botan/loadstor.h>
diff --git a/src/lib/utils/sqlite3/sqlite3.h b/src/lib/utils/sqlite3/sqlite3.h
index 5715f07c8..dff189791 100644
--- a/src/lib/utils/sqlite3/sqlite3.h
+++ b/src/lib/utils/sqlite3/sqlite3.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_UTILS_SQLITE3_H__
-#define BOTAN_UTILS_SQLITE3_H__
+#ifndef BOTAN_UTILS_SQLITE3_H_
+#define BOTAN_UTILS_SQLITE3_H_
#include <botan/database.h>
diff --git a/src/lib/utils/stl_compatibility.h b/src/lib/utils/stl_compatibility.h
index 178afed52..099af83b3 100644
--- a/src/lib/utils/stl_compatibility.h
+++ b/src/lib/utils/stl_compatibility.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_STL_COMPATIBILITY_H__
-#define BOTAN_STL_COMPATIBILITY_H__
+#ifndef BOTAN_STL_COMPATIBILITY_H_
+#define BOTAN_STL_COMPATIBILITY_H_
#include <memory>
diff --git a/src/lib/utils/stl_util.h b/src/lib/utils/stl_util.h
index 3c8cacaa8..d9167bb7d 100644
--- a/src/lib/utils/stl_util.h
+++ b/src/lib/utils/stl_util.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_STL_UTIL_H__
-#define BOTAN_STL_UTIL_H__
+#ifndef BOTAN_STL_UTIL_H_
+#define BOTAN_STL_UTIL_H_
#include <vector>
#include <string>
diff --git a/src/lib/utils/types.h b/src/lib/utils/types.h
index 459d8447f..deccc2b93 100644
--- a/src/lib/utils/types.h
+++ b/src/lib/utils/types.h
@@ -6,8 +6,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_TYPES_H__
-#define BOTAN_TYPES_H__
+#ifndef BOTAN_TYPES_H_
+#define BOTAN_TYPES_H_
#include <botan/build.h>
#include <botan/assert.h>
diff --git a/src/lib/utils/version.h b/src/lib/utils/version.h
index 1f364f952..f82916607 100644
--- a/src/lib/utils/version.h
+++ b/src/lib/utils/version.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_VERSION_H__
-#define BOTAN_VERSION_H__
+#ifndef BOTAN_VERSION_H_
+#define BOTAN_VERSION_H_
#include <botan/types.h>
#include <string>