Home
last modified time | relevance | path

Searched refs:BLEND_OP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dsha256.c59 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() function
91 BLEND_OP(i + 0, W); in sha256_transform()
92 BLEND_OP(i + 1, W); in sha256_transform()
93 BLEND_OP(i + 2, W); in sha256_transform()
94 BLEND_OP(i + 3, W); in sha256_transform()
95 BLEND_OP(i + 4, W); in sha256_transform()
96 BLEND_OP(i + 5, W); in sha256_transform()
97 BLEND_OP(i + 6, W); in sha256_transform()
98 BLEND_OP(i + 7, W); in sha256_transform()
/openbmc/linux/crypto/
H A Dsha512_generic.c93 static inline void BLEND_OP(int I, u64 *W) in BLEND_OP() function
121 BLEND_OP(i + j, W); in sha512_transform()
/openbmc/u-boot/lib/
H A Dsha512.c135 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP() function
163 BLEND_OP(i + j, W); in sha512_transform()