Searched refs:BLEND_OP (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/lib/crypto/ |
D | sha256.c | 60 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() function 92 BLEND_OP(i + 0, W); in sha256_transform() 93 BLEND_OP(i + 1, W); in sha256_transform() 94 BLEND_OP(i + 2, W); in sha256_transform() 95 BLEND_OP(i + 3, W); in sha256_transform() 96 BLEND_OP(i + 4, W); in sha256_transform() 97 BLEND_OP(i + 5, W); in sha256_transform() 98 BLEND_OP(i + 6, W); in sha256_transform() 99 BLEND_OP(i + 7, W); in sha256_transform()
|
/Linux-v5.15/crypto/ |
D | sha512_generic.c | 93 static inline void BLEND_OP(int I, u64 *W) in BLEND_OP() function 121 BLEND_OP(i + j, W); in sha512_transform()
|