aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorConstanza Heath <[email protected]>2015-08-28 13:39:54 -0700
committerConstanza Heath <[email protected]>2015-08-28 13:39:54 -0700
commitbd69052b351fe1e18449077c1362591bb59efc27 (patch)
tree187fd5cf949be05c2a9b8d5695f5bf0f6937518a /lib
parent202b462c58dfc7b052826418e299e9f426ad4022 (diff)
Add space to line1 of all files, remove punctuation, add space on line2, remove ws from license
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/aes.h4
-rw-r--r--lib/aes_decrypt.c5
-rw-r--r--lib/aes_encrypt.c3
-rw-r--r--lib/cbc_mode.c3
-rw-r--r--lib/cbc_mode.h2
-rw-r--r--lib/ctr_mode.c3
-rw-r--r--lib/ctr_mode.h4
-rw-r--r--lib/hmac.c3
-rw-r--r--lib/hmac.h2
-rw-r--r--lib/hmac_prng.c3
-rw-r--r--lib/hmac_prng.h4
-rw-r--r--lib/sha256.c3
-rw-r--r--lib/sha256.h4
-rw-r--r--lib/utils.c3
-rw-r--r--lib/utils.h2
15 files changed, 28 insertions, 20 deletions
diff --git a/lib/aes.h b/lib/aes.h
index 3f312c4..2988937 100644
--- a/lib/aes.h
+++ b/lib/aes.h
@@ -1,8 +1,8 @@
-/* aes.h - TinyCrypt interface to an AES-128 implementation. */
+/* aes.h - TinyCrypt interface to an AES-128 implementation */
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/aes_decrypt.c b/lib/aes_decrypt.c
index db5f37c..cf74fc3 100644
--- a/lib/aes_decrypt.c
+++ b/lib/aes_decrypt.c
@@ -1,7 +1,8 @@
-/* aes_decrypt.c - TinyCrypt implementation of AES decryption procedure.*/
+/* aes_decrypt.c - TinyCrypt implementation of AES decryption procedure */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/aes_encrypt.c b/lib/aes_encrypt.c
index 44ddb44..3ed0a1d 100644
--- a/lib/aes_encrypt.c
+++ b/lib/aes_encrypt.c
@@ -1,7 +1,8 @@
/* aes_encrypt.c - TinyCrypt implementation of AES encryption procedure */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/cbc_mode.c b/lib/cbc_mode.c
index fca4905..130c1ed 100644
--- a/lib/cbc_mode.c
+++ b/lib/cbc_mode.c
@@ -1,7 +1,8 @@
/* cbc_mode.c - TinyCrypt implementation of CBC mode encryption & decryption */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/cbc_mode.h b/lib/cbc_mode.h
index fb27ca7..0f44662 100644
--- a/lib/cbc_mode.h
+++ b/lib/cbc_mode.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/ctr_mode.c b/lib/ctr_mode.c
index 725f742..3a416f7 100644
--- a/lib/ctr_mode.c
+++ b/lib/ctr_mode.c
@@ -1,7 +1,8 @@
/* ctr_mode.c - TinyCrypt CTR mode implementation */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/ctr_mode.h b/lib/ctr_mode.h
index 458cd8d..422463a 100644
--- a/lib/ctr_mode.h
+++ b/lib/ctr_mode.h
@@ -1,8 +1,8 @@
-/* ctr_mode.h - TinyCrypt interface to CTR mode*/
+/* ctr_mode.h - TinyCrypt interface to CTR mode */
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/hmac.c b/lib/hmac.c
index b065ac4..855dff3 100644
--- a/lib/hmac.c
+++ b/lib/hmac.c
@@ -1,7 +1,8 @@
/* hmac.c - TinyCrypt implementation of the HMAC algorithm */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/hmac.h b/lib/hmac.h
index 8d43934..02290ff 100644
--- a/lib/hmac.h
+++ b/lib/hmac.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/hmac_prng.c b/lib/hmac_prng.c
index 0779c00..b5530af 100644
--- a/lib/hmac_prng.c
+++ b/lib/hmac_prng.c
@@ -1,7 +1,8 @@
/* hmac_prng.c - TinyCrypt implementation of HMAC-PRNG */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/hmac_prng.h b/lib/hmac_prng.h
index b843e15..297270e 100644
--- a/lib/hmac_prng.h
+++ b/lib/hmac_prng.h
@@ -1,8 +1,8 @@
-/* hmac_prng.h - TinyCrypt interface to an HMAC-PRNG implementation. */
+/* hmac_prng.h - TinyCrypt interface to an HMAC-PRNG implementation */
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/sha256.c b/lib/sha256.c
index 7005053..ddef0c9 100644
--- a/lib/sha256.c
+++ b/lib/sha256.c
@@ -1,7 +1,8 @@
/* sha256.c - TinyCrypt SHA-256 crypto hash algorithm implementation */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/sha256.h b/lib/sha256.h
index 9d6a4d5..2616c62 100644
--- a/lib/sha256.h
+++ b/lib/sha256.h
@@ -1,8 +1,8 @@
-/* sha256.h - TinyCrypt interface to a SHA-256 implementation. */
+/* sha256.h - TinyCrypt interface to a SHA-256 implementation */
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/utils.c b/lib/utils.c
index 2c37c5b..5f6e4c9 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -1,7 +1,8 @@
/* utils.c - TinyCrypt platform-dependent run-time operations */
+
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
diff --git a/lib/utils.h b/lib/utils.h
index 9a8ad25..0eb8658 100644
--- a/lib/utils.h
+++ b/lib/utils.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*