Commit
33caed4f1761bf5c1df1658c466f65d0f44d1131
Exclude formatting on embedded native crypto
|
| |
1
| +// clang-format off |
|
| |
2
| + |
|
1
| // This file implements a class for computation of MD5 checksums. |
3
| // This file implements a class for computation of MD5 checksums. |
|
2
| // It is derived from the reference algorithm for MD5 as given in |
4
| // It is derived from the reference algorithm for MD5 as given in |
|
3
| // RFC 1321. The original copyright notice is as follows: |
5
| // RFC 1321. The original copyright notice is as follows: |
|
| |
1
| +/* clang-format off */ |
|
1
| #define FULL_UNROLL |
2
| #define FULL_UNROLL |
|
2
| |
3
| |
|
3
| #include "qpdf/rijndael.h" |
4
| #include "qpdf/rijndael.h" |
|
| |
1
| +/* clang-format off */ |
|
1
| /* $Id: sha2.c 227 2010-06-16 17:28:38Z tp $ */ |
2
| /* $Id: sha2.c 227 2010-06-16 17:28:38Z tp $ */ |
|
2
| /* |
3
| /* |
|
3
| * SHA-224 / SHA-256 implementation. |
4
| * SHA-224 / SHA-256 implementation. |
|
| |
1
| +/* clang-format off */ |
|
1
| /* $Id: sha2big.c 216 2010-06-08 09:46:57Z tp $ */ |
2
| /* $Id: sha2big.c 216 2010-06-08 09:46:57Z tp $ */ |
|
2
| /* |
3
| /* |
|
3
| * SHA-384 / SHA-512 implementation. |
4
| * SHA-384 / SHA-512 implementation. |
|
| |
1
| +/* clang-format off */ |
|
1
| /* $Id: md_helper.c 216 2010-06-08 09:46:57Z tp $ */ |
2
| /* $Id: md_helper.c 216 2010-06-08 09:46:57Z tp $ */ |
|
2
| /* |
3
| /* |
|
3
| * This file contains some functions which implement the external data |
4
| * This file contains some functions which implement the external data |
|
| |
1
| +/* clang-format off */ |
|
1
| /* $Id: sph_sha2.h 216 2010-06-08 09:46:57Z tp $ */ |
2
| /* $Id: sph_sha2.h 216 2010-06-08 09:46:57Z tp $ */ |
|
2
| /** |
3
| /** |
|
3
| * SHA-224, SHA-256, SHA-384 and SHA-512 interface. |
4
| * SHA-224, SHA-256, SHA-384 and SHA-512 interface. |
|
| |
1
| +/* clang-format off */ |
|
1
| /* $Id: sph_types.h 260 2011-07-21 01:02:38Z tp $ */ |
2
| /* $Id: sph_types.h 260 2011-07-21 01:02:38Z tp $ */ |
|
2
| /** |
3
| /** |
|
3
| * Basic type definitions. |
4
| * Basic type definitions. |