diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_aes.c | 3 | ||||
-rw-r--r-- | tests/test_cbc_mode.c | 3 | ||||
-rw-r--r-- | tests/test_ctr_mode.c | 3 | ||||
-rw-r--r-- | tests/test_hmac.c | 3 | ||||
-rw-r--r-- | tests/test_hmac_prng.c | 3 | ||||
-rw-r--r-- | tests/test_sha256.c | 3 | ||||
-rw-r--r-- | tests/test_utils.c | 3 | ||||
-rw-r--r-- | tests/test_utils.h | 2 |
8 files changed, 15 insertions, 8 deletions
diff --git a/tests/test_aes.c b/tests/test_aes.c index c0cf200..b890906 100644 --- a/tests/test_aes.c +++ b/tests/test_aes.c @@ -1,7 +1,8 @@ /* test_aes.c - TinyCrypt AES-128 tests (including NIST tests) */ + /* * 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/tests/test_cbc_mode.c b/tests/test_cbc_mode.c index 64cfc6f..a0afc46 100644 --- a/tests/test_cbc_mode.c +++ b/tests/test_cbc_mode.c @@ -1,7 +1,8 @@ /* test_cbc_mode.c - TinyCrypt implementation of some AES-CBC tests */ + /* * 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/tests/test_ctr_mode.c b/tests/test_ctr_mode.c index e858506..9cdf04d 100644 --- a/tests/test_ctr_mode.c +++ b/tests/test_ctr_mode.c @@ -1,7 +1,8 @@ /* test_ctr_mode.c - TinyCrypt implementation of some AES-CTR tests */ + /* * 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/tests/test_hmac.c b/tests/test_hmac.c index e26667e..82e76bb 100644 --- a/tests/test_hmac.c +++ b/tests/test_hmac.c @@ -1,7 +1,8 @@ /* test_hmac.c - TinyCrypt implementation of some HMAC tests */ + /* * 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/tests/test_hmac_prng.c b/tests/test_hmac_prng.c index 531ba40..92f9526 100644 --- a/tests/test_hmac_prng.c +++ b/tests/test_hmac_prng.c @@ -1,7 +1,8 @@ /* test_hmac_prng.c - TinyCrypt implementation of some HMAC-PRNG tests */ + /* * 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/tests/test_sha256.c b/tests/test_sha256.c index d5f53ea..3314198 100644 --- a/tests/test_sha256.c +++ b/tests/test_sha256.c @@ -1,7 +1,8 @@ /* test_sha256.c - TinyCrypt implementation of some SHA-256 tests */ + /* * 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/tests/test_utils.c b/tests/test_utils.c index 7e99a80..864497f 100644 --- a/tests/test_utils.c +++ b/tests/test_utils.c @@ -1,7 +1,8 @@ /* test_utils.c - TinyCrypt c ommon functions for tests */ + /* * 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/tests/test_utils.h b/tests/test_utils.h index 871cfae..6db8ed2 100644 --- a/tests/test_utils.h +++ b/tests/test_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: * |