Lines Matching defs:b
221 #define R(b,x) ((x) >> (b)) argument
223 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) argument
225 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) argument
385 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
396 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
405 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
417 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
475 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
713 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
724 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
733 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
745 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
800 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local