summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/hash/hash_alg_p.h
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:27 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:27 +0200
commit79650543698457406d093c534ae17da2e48f6cd0 (patch)
tree3c349e888d8a9eee1a465ca5423bc3e906425664 /drivers/crypto/ux500/hash/hash_alg_p.h
parent405c2b7ff83932a0272020dc4d653ac9affc8e56 (diff)
parent6ca47269595b632879afbf22b057681592167611 (diff)
Merge topic branch 'security' into integration-linux-ux500-3.3
Diffstat (limited to 'drivers/crypto/ux500/hash/hash_alg_p.h')
-rwxr-xr-xdrivers/crypto/ux500/hash/hash_alg_p.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/crypto/ux500/hash/hash_alg_p.h b/drivers/crypto/ux500/hash/hash_alg_p.h
new file mode 100755
index 00000000000..c85faaeba6f
--- /dev/null
+++ b/drivers/crypto/ux500/hash/hash_alg_p.h
@@ -0,0 +1,26 @@
+/*****************************************************************************/
+/**
+* � ST-Ericsson, 2009 - All rights reserved
+* Reproduction and Communication of this document is strictly prohibited
+* unless specifically authorized in writing by ST-Ericsson
+*
+* static Header file of HASH Processor
+* Specification release related to this implementation: A_V2.2
+* AUTHOR : ST-Ericsson
+*/
+/*****************************************************************************/
+
+#ifndef _HASH_P_H_
+#define _HASH_P_H_
+
+/*--------------------------------------------------------------------------*
+ * Includes *
+ *--------------------------------------------------------------------------*/
+#include "hash_alg.h"
+
+/*--------------------------------------------------------------------------*
+ * Defines *
+ *--------------------------------------------------------------------------*/
+
+#endif /* End _HASH_P_H_ */
+