[coreboot-gerrit] Change in coreboot[master]: security/crypto: Add crypto primitives for hashing data

build bot (Jenkins) (Code Review) gerrit at coreboot.org
Mon Jun 4 23:30:20 CEST 2018


build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/22872 )

Change subject: security/crypto: Add crypto primitives for hashing data
......................................................................


Patch Set 23:

(788 comments)

https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash.h
File src/security/crypto/hash.h:

https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash.h@190
PS23, Line 190:  * 		if <alg> is invalid.
please, no space before tabs


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c
File src/security/crypto/hash/sha1.c:

https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
Macros with multiple statements should be enclosed in a do - while loop


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@73
PS23, Line 73: #define SHA_F1(A,B,C,D,E,t)				\
macros should not use a trailing semicolon


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@80
PS23, Line 80: 		SHA_F1(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@80
PS23, Line 80: 		SHA_F1(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@80
PS23, Line 80: 		SHA_F1(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@80
PS23, Line 80: 		SHA_F1(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@80
PS23, Line 80: 		SHA_F1(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@81
PS23, Line 81: 		SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@81
PS23, Line 81: 		SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@81
PS23, Line 81: 		SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@81
PS23, Line 81: 		SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@81
PS23, Line 81: 		SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@82
PS23, Line 82: 		SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@82
PS23, Line 82: 		SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@82
PS23, Line 82: 		SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@82
PS23, Line 82: 		SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@82
PS23, Line 82: 		SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@83
PS23, Line 83: 		SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@83
PS23, Line 83: 		SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@83
PS23, Line 83: 		SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@83
PS23, Line 83: 		SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@83
PS23, Line 83: 		SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@84
PS23, Line 84: 		SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@84
PS23, Line 84: 		SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@84
PS23, Line 84: 		SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@84
PS23, Line 84: 		SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@84
PS23, Line 84: 		SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@86
PS23, Line 86: 	SHA_F1(A,B,C,D,E,t + 0);  /* 16th one, t == 15 */
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@86
PS23, Line 86: 	SHA_F1(A,B,C,D,E,t + 0);  /* 16th one, t == 15 */
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@86
PS23, Line 86: 	SHA_F1(A,B,C,D,E,t + 0);  /* 16th one, t == 15 */
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@86
PS23, Line 86: 	SHA_F1(A,B,C,D,E,t + 0);  /* 16th one, t == 15 */
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@86
PS23, Line 86: 	SHA_F1(A,B,C,D,E,t + 0);  /* 16th one, t == 15 */
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
Macros with multiple statements should be enclosed in a do - while loop


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@90
PS23, Line 90: #define SHA_F1(A,B,C,D,E,t)						\
macros should not use a trailing semicolon


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@96
PS23, Line 96: 	SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@96
PS23, Line 96: 	SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@96
PS23, Line 96: 	SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@96
PS23, Line 96: 	SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@96
PS23, Line 96: 	SHA_F1(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@97
PS23, Line 97: 	SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@97
PS23, Line 97: 	SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@97
PS23, Line 97: 	SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@97
PS23, Line 97: 	SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@97
PS23, Line 97: 	SHA_F1(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@98
PS23, Line 98: 	SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@98
PS23, Line 98: 	SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@98
PS23, Line 98: 	SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@98
PS23, Line 98: 	SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@98
PS23, Line 98: 	SHA_F1(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@99
PS23, Line 99: 	SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@99
PS23, Line 99: 	SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@99
PS23, Line 99: 	SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@99
PS23, Line 99: 	SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@99
PS23, Line 99: 	SHA_F1(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
Macros with multiple statements should be enclosed in a do - while loop


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@103
PS23, Line 103: #define SHA_F2(A,B,C,D,E,t)						\
macros should not use a trailing semicolon


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@110
PS23, Line 110: 		SHA_F2(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@110
PS23, Line 110: 		SHA_F2(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@110
PS23, Line 110: 		SHA_F2(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@110
PS23, Line 110: 		SHA_F2(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@110
PS23, Line 110: 		SHA_F2(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@111
PS23, Line 111: 		SHA_F2(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@111
PS23, Line 111: 		SHA_F2(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@111
PS23, Line 111: 		SHA_F2(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@111
PS23, Line 111: 		SHA_F2(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@111
PS23, Line 111: 		SHA_F2(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@112
PS23, Line 112: 		SHA_F2(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@112
PS23, Line 112: 		SHA_F2(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@112
PS23, Line 112: 		SHA_F2(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@112
PS23, Line 112: 		SHA_F2(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@112
PS23, Line 112: 		SHA_F2(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@113
PS23, Line 113: 		SHA_F2(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@113
PS23, Line 113: 		SHA_F2(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@113
PS23, Line 113: 		SHA_F2(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@113
PS23, Line 113: 		SHA_F2(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@113
PS23, Line 113: 		SHA_F2(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@114
PS23, Line 114: 		SHA_F2(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@114
PS23, Line 114: 		SHA_F2(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@114
PS23, Line 114: 		SHA_F2(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@114
PS23, Line 114: 		SHA_F2(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@114
PS23, Line 114: 		SHA_F2(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
Macros with multiple statements should be enclosed in a do - while loop


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@119
PS23, Line 119: #define SHA_F3(A,B,C,D,E,t)						\
macros should not use a trailing semicolon


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@126
PS23, Line 126: 		SHA_F3(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@126
PS23, Line 126: 		SHA_F3(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@126
PS23, Line 126: 		SHA_F3(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@126
PS23, Line 126: 		SHA_F3(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@126
PS23, Line 126: 		SHA_F3(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@127
PS23, Line 127: 		SHA_F3(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@127
PS23, Line 127: 		SHA_F3(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@127
PS23, Line 127: 		SHA_F3(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@127
PS23, Line 127: 		SHA_F3(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@127
PS23, Line 127: 		SHA_F3(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@128
PS23, Line 128: 		SHA_F3(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@128
PS23, Line 128: 		SHA_F3(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@128
PS23, Line 128: 		SHA_F3(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@128
PS23, Line 128: 		SHA_F3(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@128
PS23, Line 128: 		SHA_F3(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@129
PS23, Line 129: 		SHA_F3(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@129
PS23, Line 129: 		SHA_F3(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@129
PS23, Line 129: 		SHA_F3(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@129
PS23, Line 129: 		SHA_F3(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@129
PS23, Line 129: 		SHA_F3(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@130
PS23, Line 130: 		SHA_F3(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@130
PS23, Line 130: 		SHA_F3(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@130
PS23, Line 130: 		SHA_F3(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@130
PS23, Line 130: 		SHA_F3(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@130
PS23, Line 130: 		SHA_F3(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
Macros with multiple statements should be enclosed in a do - while loop


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@135
PS23, Line 135: #define SHA_F4(A,B,C,D,E,t)						\
macros should not use a trailing semicolon


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@142
PS23, Line 142: 		SHA_F4(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@142
PS23, Line 142: 		SHA_F4(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@142
PS23, Line 142: 		SHA_F4(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@142
PS23, Line 142: 		SHA_F4(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@142
PS23, Line 142: 		SHA_F4(A,B,C,D,E,t + 0);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@143
PS23, Line 143: 		SHA_F4(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@143
PS23, Line 143: 		SHA_F4(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@143
PS23, Line 143: 		SHA_F4(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@143
PS23, Line 143: 		SHA_F4(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@143
PS23, Line 143: 		SHA_F4(E,A,B,C,D,t + 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@144
PS23, Line 144: 		SHA_F4(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@144
PS23, Line 144: 		SHA_F4(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@144
PS23, Line 144: 		SHA_F4(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@144
PS23, Line 144: 		SHA_F4(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@144
PS23, Line 144: 		SHA_F4(D,E,A,B,C,t + 2);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@145
PS23, Line 145: 		SHA_F4(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@145
PS23, Line 145: 		SHA_F4(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@145
PS23, Line 145: 		SHA_F4(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@145
PS23, Line 145: 		SHA_F4(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@145
PS23, Line 145: 		SHA_F4(C,D,E,A,B,t + 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@146
PS23, Line 146: 		SHA_F4(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@146
PS23, Line 146: 		SHA_F4(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@146
PS23, Line 146: 		SHA_F4(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@146
PS23, Line 146: 		SHA_F4(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@146
PS23, Line 146: 		SHA_F4(B,C,D,E,A,t + 4);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@163
PS23, Line 163: 	const uint8_t *p = (const uint8_t*)data;
"(foo*)" should be "(foo *)"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@189
PS23, Line 189: 	sha1_update(ctx, (uint8_t*)"\x80", 1);
"(foo*)" should be "(foo *)"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@190
PS23, Line 190: 	while ((ctx->count % sizeof(ctx->buf)) != (sizeof(ctx->buf) - 8)) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@191
PS23, Line 191: 		sha1_update(ctx, (uint8_t*)"\0", 1);
"(foo*)" should be "(foo *)"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@199
PS23, Line 199: 	for (i = 0; i < 5; i++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@218
PS23, Line 218: 	for(t = 0; t < 16; ++t) {
space required before the open parenthesis '('


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@226
PS23, Line 226: 	for(; t < 80; t++) {
space required before the open parenthesis '('


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@226
PS23, Line 226: 	for(; t < 80; t++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@227
PS23, Line 227: 		W[t] = rol(1,W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16]);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@236
PS23, Line 236: 	for(t = 0; t < 80; t++) {
space required before the open parenthesis '('


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@237
PS23, Line 237: 		uint32_t tmp = rol(5,A) + E + W[t];
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@241
PS23, Line 241: 		else if ( t < 40)
space prohibited after that open parenthesis '('


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@243
PS23, Line 243: 		else if ( t < 60)
space prohibited after that open parenthesis '('


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@250
PS23, Line 250: 		C = rol(30,B);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@267
PS23, Line 267: 	const uint8_t* p = (const uint8_t*) data;
"(foo*)" should be "(foo *)"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@267
PS23, Line 267: 	const uint8_t* p = (const uint8_t*) data;
"foo* bar" should be "foo *bar"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@285
PS23, Line 285: 	sha1_update(ctx, (uint8_t*)"\x80", 1);
"(foo*)" should be "(foo *)"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@286
PS23, Line 286: 	while ((ctx->count % sizeof(ctx->buf)) != (sizeof(ctx->buf) - 8)) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha1.c@287
PS23, Line 287: 		sha1_update(ctx, (uint8_t*)"\0", 1);
"(foo*)" should be "(foo *)"


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c
File src/security/crypto/hash/sha256.c:

https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@53
PS23, Line 53: 		*((str) + 3) = (uint8_t) ((x)      );	\
space prohibited before that close parenthesis ')'


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@61
PS23, Line 61: 		*(x) =   ((uint32_t) *((str) + 3)      )	\
space prohibited before that close parenthesis ')'


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@113
PS23, Line 113: 	for (i = 0; i < 8; i++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@146
PS23, Line 146: 		for (j = 0; j < 16; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@150
PS23, Line 150: 		for (j = 16; j < 64; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@154
PS23, Line 154: 		for (j = 0; j < 8; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@172
PS23, Line 172: 		for (j = 0; j < 8; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@176
PS23, Line 176: 		PACK32(&sub_block[ 0], &w[ 0]); PACK32(&sub_block[ 4], &w[ 1]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@177
PS23, Line 177: 		PACK32(&sub_block[ 8], &w[ 2]); PACK32(&sub_block[12], &w[ 3]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@178
PS23, Line 178: 		PACK32(&sub_block[16], &w[ 4]); PACK32(&sub_block[20], &w[ 5]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@179
PS23, Line 179: 		PACK32(&sub_block[24], &w[ 6]); PACK32(&sub_block[28], &w[ 7]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@180
PS23, Line 180: 		PACK32(&sub_block[32], &w[ 8]); PACK32(&sub_block[36], &w[ 9]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@203
PS23, Line 203: 		SHA256_EXP(0,1,2,3,4,5,6,7, 0); SHA256_EXP(7,0,1,2,3,4,5,6, 1);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@204
PS23, Line 204: 		SHA256_EXP(6,7,0,1,2,3,4,5, 2); SHA256_EXP(5,6,7,0,1,2,3,4, 3);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@205
PS23, Line 205: 		SHA256_EXP(4,5,6,7,0,1,2,3, 4); SHA256_EXP(3,4,5,6,7,0,1,2, 5);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@206
PS23, Line 206: 		SHA256_EXP(2,3,4,5,6,7,0,1, 6); SHA256_EXP(1,2,3,4,5,6,7,0, 7);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@207
PS23, Line 207: 		SHA256_EXP(0,1,2,3,4,5,6,7, 8); SHA256_EXP(7,0,1,2,3,4,5,6, 9);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@208
PS23, Line 208: 		SHA256_EXP(6,7,0,1,2,3,4,5,10); SHA256_EXP(5,6,7,0,1,2,3,4,11);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@209
PS23, Line 209: 		SHA256_EXP(4,5,6,7,0,1,2,3,12); SHA256_EXP(3,4,5,6,7,0,1,2,13);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@210
PS23, Line 210: 		SHA256_EXP(2,3,4,5,6,7,0,1,14); SHA256_EXP(1,2,3,4,5,6,7,0,15);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@211
PS23, Line 211: 		SHA256_EXP(0,1,2,3,4,5,6,7,16); SHA256_EXP(7,0,1,2,3,4,5,6,17);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@212
PS23, Line 212: 		SHA256_EXP(6,7,0,1,2,3,4,5,18); SHA256_EXP(5,6,7,0,1,2,3,4,19);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@213
PS23, Line 213: 		SHA256_EXP(4,5,6,7,0,1,2,3,20); SHA256_EXP(3,4,5,6,7,0,1,2,21);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@214
PS23, Line 214: 		SHA256_EXP(2,3,4,5,6,7,0,1,22); SHA256_EXP(1,2,3,4,5,6,7,0,23);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@215
PS23, Line 215: 		SHA256_EXP(0,1,2,3,4,5,6,7,24); SHA256_EXP(7,0,1,2,3,4,5,6,25);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@216
PS23, Line 216: 		SHA256_EXP(6,7,0,1,2,3,4,5,26); SHA256_EXP(5,6,7,0,1,2,3,4,27);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@217
PS23, Line 217: 		SHA256_EXP(4,5,6,7,0,1,2,3,28); SHA256_EXP(3,4,5,6,7,0,1,2,29);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@218
PS23, Line 218: 		SHA256_EXP(2,3,4,5,6,7,0,1,30); SHA256_EXP(1,2,3,4,5,6,7,0,31);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@219
PS23, Line 219: 		SHA256_EXP(0,1,2,3,4,5,6,7,32); SHA256_EXP(7,0,1,2,3,4,5,6,33);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@220
PS23, Line 220: 		SHA256_EXP(6,7,0,1,2,3,4,5,34); SHA256_EXP(5,6,7,0,1,2,3,4,35);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@221
PS23, Line 221: 		SHA256_EXP(4,5,6,7,0,1,2,3,36); SHA256_EXP(3,4,5,6,7,0,1,2,37);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@222
PS23, Line 222: 		SHA256_EXP(2,3,4,5,6,7,0,1,38); SHA256_EXP(1,2,3,4,5,6,7,0,39);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@223
PS23, Line 223: 		SHA256_EXP(0,1,2,3,4,5,6,7,40); SHA256_EXP(7,0,1,2,3,4,5,6,41);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@224
PS23, Line 224: 		SHA256_EXP(6,7,0,1,2,3,4,5,42); SHA256_EXP(5,6,7,0,1,2,3,4,43);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@225
PS23, Line 225: 		SHA256_EXP(4,5,6,7,0,1,2,3,44); SHA256_EXP(3,4,5,6,7,0,1,2,45);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@226
PS23, Line 226: 		SHA256_EXP(2,3,4,5,6,7,0,1,46); SHA256_EXP(1,2,3,4,5,6,7,0,47);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@227
PS23, Line 227: 		SHA256_EXP(0,1,2,3,4,5,6,7,48); SHA256_EXP(7,0,1,2,3,4,5,6,49);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@228
PS23, Line 228: 		SHA256_EXP(6,7,0,1,2,3,4,5,50); SHA256_EXP(5,6,7,0,1,2,3,4,51);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@229
PS23, Line 229: 		SHA256_EXP(4,5,6,7,0,1,2,3,52); SHA256_EXP(3,4,5,6,7,0,1,2,53);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@230
PS23, Line 230: 		SHA256_EXP(2,3,4,5,6,7,0,1,54); SHA256_EXP(1,2,3,4,5,6,7,0,55);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@231
PS23, Line 231: 		SHA256_EXP(0,1,2,3,4,5,6,7,56); SHA256_EXP(7,0,1,2,3,4,5,6,57);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@232
PS23, Line 232: 		SHA256_EXP(6,7,0,1,2,3,4,5,58); SHA256_EXP(5,6,7,0,1,2,3,4,59);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@233
PS23, Line 233: 		SHA256_EXP(4,5,6,7,0,1,2,3,60); SHA256_EXP(3,4,5,6,7,0,1,2,61);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@234
PS23, Line 234: 		SHA256_EXP(2,3,4,5,6,7,0,1,62); SHA256_EXP(1,2,3,4,5,6,7,0,63);
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@301
PS23, Line 301: 	for (i = 0 ; i < 8; i++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@305
PS23, Line 305: 	UNPACK32(ctx->h[0], &digest[ 0]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@306
PS23, Line 306: 	UNPACK32(ctx->h[1], &digest[ 4]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@307
PS23, Line 307: 	UNPACK32(ctx->h[2], &digest[ 8]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@321
PS23, Line 321: 	for (i = 0; i < 8; i++) {
suspect code indent for conditional statements (8, 17)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha256.c@328
PS23, Line 328: 	for (i = 0; i < 8; i++) {
suspect code indent for conditional statements (8, 17)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c
File src/security/crypto/hash/sha512.c:

https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@53
PS23, Line 53: 		*((str) + 3) = (uint8_t) ((x)      );	\
space prohibited before that close parenthesis ')'


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@73
PS23, Line 73: 		*(x) =   ((uint64_t) *((str) + 7)      )	\
space prohibited before that close parenthesis ')'


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@91
PS23, Line 91: #define SHA512_EXP(a, b, c, d, e, f, g ,h, j)				\
space prohibited before that ',' (ctx:WxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@91
PS23, Line 91: #define SHA512_EXP(a, b, c, d, e, f, g ,h, j)				\
space required after that ',' (ctx:WxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@172
PS23, Line 172:                              unsigned int block_nb)
code indent should use tabs where possible


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@172
PS23, Line 172:                              unsigned int block_nb)
please, no spaces at the start of a line


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@185
PS23, Line 185: 		PACK64(&sub_block[  0], &w[ 0]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@186
PS23, Line 186: 		PACK64(&sub_block[  8], &w[ 1]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@187
PS23, Line 187: 		PACK64(&sub_block[ 16], &w[ 2]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@188
PS23, Line 188: 		PACK64(&sub_block[ 24], &w[ 3]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@189
PS23, Line 189: 		PACK64(&sub_block[ 32], &w[ 4]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@190
PS23, Line 190: 		PACK64(&sub_block[ 40], &w[ 5]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@191
PS23, Line 191: 		PACK64(&sub_block[ 48], &w[ 6]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@192
PS23, Line 192: 		PACK64(&sub_block[ 56], &w[ 7]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@193
PS23, Line 193: 		PACK64(&sub_block[ 64], &w[ 8]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@194
PS23, Line 194: 		PACK64(&sub_block[ 72], &w[ 9]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@195
PS23, Line 195: 		PACK64(&sub_block[ 80], &w[10]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@196
PS23, Line 196: 		PACK64(&sub_block[ 88], &w[11]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@197
PS23, Line 197: 		PACK64(&sub_block[ 96], &w[12]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@227
PS23, Line 227: 			SHA512_EXP(0,1,2,3,4,5,6,7,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@228
PS23, Line 228: 			SHA512_EXP(7,0,1,2,3,4,5,6,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@229
PS23, Line 229: 			SHA512_EXP(6,7,0,1,2,3,4,5,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@230
PS23, Line 230: 			SHA512_EXP(5,6,7,0,1,2,3,4,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@231
PS23, Line 231: 			SHA512_EXP(4,5,6,7,0,1,2,3,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@232
PS23, Line 232: 			SHA512_EXP(3,4,5,6,7,0,1,2,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@233
PS23, Line 233: 			SHA512_EXP(2,3,4,5,6,7,0,1,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@234
PS23, Line 234: 			SHA512_EXP(1,2,3,4,5,6,7,0,j); j++;
space required after that ',' (ctx:VxV)


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@242
PS23, Line 242: 		for (j = 0; j < 16; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@246
PS23, Line 246: 		for (j = 16; j < 80; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@250
PS23, Line 250: 		for (j = 0; j < 8; j++) {
braces {} are not necessary for single statement blocks


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@332
PS23, Line 332: 	UNPACK64(ctx->h[0], &digest[ 0]);
space prohibited after that open square bracket '['


https://review.coreboot.org/#/c/22872/23/src/security/crypto/hash/sha512.c@333
PS23, Line 333: 	UNPACK64(ctx->h[1], &digest[ 8]);
space prohibited after that open square bracket '['



-- 
To view, visit https://review.coreboot.org/22872
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I807084ebfffdc159fe95c45b4e5f0820bbfee5e1
Gerrit-Change-Number: 22872
Gerrit-PatchSet: 23
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1001824
Gerrit-Reviewer: Anonymous Coward #1001845
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-Comment-Date: Mon, 04 Jun 2018 21:30:20 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180604/af20dee8/attachment.html>


More information about the coreboot-gerrit mailing list