summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptodev_main.c2
-rw-r--r--libtomcrypt/hashes/hash_get_oid.c2
-rw-r--r--libtomcrypt/hashes/hash_memory.c2
-rw-r--r--libtomcrypt/hashes/hash_memory_multi.c2
-rw-r--r--libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c2
-rw-r--r--libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c2
-rw-r--r--libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c2
-rw-r--r--libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c2
-rw-r--r--libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_decrypt_key.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_encrypt_key.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_export.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_sign_hash.c2
-rw-r--r--libtomcrypt/pk/rsa/rsa_verify_hash.c2
-rw-r--r--ncr-data.c2
-rw-r--r--ncr-int.h (renamed from ncr_int.h)0
-rw-r--r--ncr-key-storage.c2
-rw-r--r--ncr-key-wrap.c2
-rw-r--r--ncr-key.c2
-rw-r--r--ncr-limits.c2
-rw-r--r--ncr-pk.c2
-rw-r--r--ncr-sessions-direct.c2
-rw-r--r--ncr-sessions.c2
-rw-r--r--ncr.c2
24 files changed, 23 insertions, 23 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c
index 89b9a02..3cb96fb 100644
--- a/cryptodev_main.c
+++ b/cryptodev_main.c
@@ -41,7 +41,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "cryptodev_int.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include <linux/version.h>
#include "version.h"
diff --git a/libtomcrypt/hashes/hash_get_oid.c b/libtomcrypt/hashes/hash_get_oid.c
index c6469ba..39f4372 100644
--- a/libtomcrypt/hashes/hash_get_oid.c
+++ b/libtomcrypt/hashes/hash_get_oid.c
@@ -8,7 +8,7 @@
*
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/*
Returns the OID of the hash.
diff --git a/libtomcrypt/hashes/hash_memory.c b/libtomcrypt/hashes/hash_memory.c
index 5ba3bc6..a416de9 100644
--- a/libtomcrypt/hashes/hash_memory.c
+++ b/libtomcrypt/hashes/hash_memory.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
#include <cryptodev_int.h>
/**
diff --git a/libtomcrypt/hashes/hash_memory_multi.c b/libtomcrypt/hashes/hash_memory_multi.c
index d772492..a914916 100644
--- a/libtomcrypt/hashes/hash_memory_multi.c
+++ b/libtomcrypt/hashes/hash_memory_multi.c
@@ -10,7 +10,7 @@
*/
#include "tomcrypt.h"
#include <stdarg.h>
-#include <ncr_int.h>
+#include <ncr-int.h>
#include <cryptodev_int.h>
/**
diff --git a/libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c b/libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c
index b09dd11..58052eb 100644
--- a/libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c
+++ b/libtomcrypt/pk/pkcs1/pkcs_1_mgf1.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/**
@file pkcs_1_mgf1.c
diff --git a/libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c b/libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c
index 60f76a0..5214a29 100644
--- a/libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c
+++ b/libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/**
@file pkcs_1_oaep_decode.c
diff --git a/libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c b/libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c
index c56e3b1..ef644f9 100644
--- a/libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c
+++ b/libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/**
@file pkcs_1_oaep_encode.c
diff --git a/libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c b/libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c
index 293d84f..4249743 100644
--- a/libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c
+++ b/libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/**
@file pkcs_1_pss_decode.c
diff --git a/libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c b/libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c
index d747b49..956c79e 100644
--- a/libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c
+++ b/libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/**
@file pkcs_1_pss_encode.c
diff --git a/libtomcrypt/pk/rsa/rsa_decrypt_key.c b/libtomcrypt/pk/rsa/rsa_decrypt_key.c
index 989c935..a8f3ac4 100644
--- a/libtomcrypt/pk/rsa/rsa_decrypt_key.c
+++ b/libtomcrypt/pk/rsa/rsa_decrypt_key.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
/**
@file rsa_decrypt_key.c
diff --git a/libtomcrypt/pk/rsa/rsa_encrypt_key.c b/libtomcrypt/pk/rsa/rsa_encrypt_key.c
index 4ce51a4..8d3f2db 100644
--- a/libtomcrypt/pk/rsa/rsa_encrypt_key.c
+++ b/libtomcrypt/pk/rsa/rsa_encrypt_key.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
/**
@file rsa_encrypt_key.c
diff --git a/libtomcrypt/pk/rsa/rsa_export.c b/libtomcrypt/pk/rsa/rsa_export.c
index 33c222d..905bb6f 100644
--- a/libtomcrypt/pk/rsa/rsa_export.c
+++ b/libtomcrypt/pk/rsa/rsa_export.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include <ncr_int.h>
+#include <ncr-int.h>
/**
@file rsa_export.c
Export RSA LTC_PKCS keys, Tom St Denis
diff --git a/libtomcrypt/pk/rsa/rsa_sign_hash.c b/libtomcrypt/pk/rsa/rsa_sign_hash.c
index 5a32d33..f27789d 100644
--- a/libtomcrypt/pk/rsa/rsa_sign_hash.c
+++ b/libtomcrypt/pk/rsa/rsa_sign_hash.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
/**
@file rsa_sign_hash.c
diff --git a/libtomcrypt/pk/rsa/rsa_verify_hash.c b/libtomcrypt/pk/rsa/rsa_verify_hash.c
index 20f852e..c8a113d 100644
--- a/libtomcrypt/pk/rsa/rsa_verify_hash.c
+++ b/libtomcrypt/pk/rsa/rsa_verify_hash.c
@@ -9,7 +9,7 @@
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
*/
#include "tomcrypt.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
/**
@file rsa_verify_hash.c
diff --git a/ncr-data.c b/ncr-data.c
index 73c62c6..639637f 100644
--- a/ncr-data.c
+++ b/ncr-data.c
@@ -27,7 +27,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
/* must be called with data semaphore down */
static void _ncr_data_unlink_item(struct data_item_st *item)
diff --git a/ncr_int.h b/ncr-int.h
index 6ccbcd2..6ccbcd2 100644
--- a/ncr_int.h
+++ b/ncr-int.h
diff --git a/ncr-key-storage.c b/ncr-key-storage.c
index 90d3f74..a1788dc 100644
--- a/ncr-key-storage.c
+++ b/ncr-key-storage.c
@@ -25,7 +25,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include "cryptodev_int.h"
struct packed_key {
diff --git a/ncr-key-wrap.c b/ncr-key-wrap.c
index 149a8ff..2edcefb 100644
--- a/ncr-key-wrap.c
+++ b/ncr-key-wrap.c
@@ -27,7 +27,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include "cryptodev_int.h"
typedef uint8_t val64_t[8];
diff --git a/ncr-key.c b/ncr-key.c
index db5d458..126d1bf 100644
--- a/ncr-key.c
+++ b/ncr-key.c
@@ -26,7 +26,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
static void ncr_key_clear(struct key_item_st* item);
diff --git a/ncr-limits.c b/ncr-limits.c
index 746434c..5340954 100644
--- a/ncr-limits.c
+++ b/ncr-limits.c
@@ -29,7 +29,7 @@
#include <linux/file.h>
#include <linux/cred.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
/* arbitrary now */
static unsigned int max_per_user[] = {
diff --git a/ncr-pk.c b/ncr-pk.c
index 8d85a92..cb217d7 100644
--- a/ncr-pk.c
+++ b/ncr-pk.c
@@ -26,7 +26,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include <tomcrypt.h>
static struct workqueue_struct * pk_wq = NULL;
diff --git a/ncr-sessions-direct.c b/ncr-sessions-direct.c
index aa4c756..97d5ad7 100644
--- a/ncr-sessions-direct.c
+++ b/ncr-sessions-direct.c
@@ -22,7 +22,7 @@
#include <linux/crypto.h>
#include "cryptodev.h"
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include <linux/mm_types.h>
#include <linux/scatterlist.h>
#include <ncr-sessions.h>
diff --git a/ncr-sessions.c b/ncr-sessions.c
index 8137276..3202e69 100644
--- a/ncr-sessions.c
+++ b/ncr-sessions.c
@@ -22,7 +22,7 @@
#include <linux/crypto.h>
#include "cryptodev.h"
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include <linux/mm_types.h>
#include <linux/scatterlist.h>
#include <ncr-sessions.h>
diff --git a/ncr.c b/ncr.c
index 928bf3e..4813eef 100644
--- a/ncr.c
+++ b/ncr.c
@@ -30,7 +30,7 @@
#include <linux/cred.h>
#include <linux/capability.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include <linux/workqueue.h>
/* This is the master wrapping key for storage of keys