Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha256.c69 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() function
103 BLEND_OP(i + 0, W); in sha256_block_generic()
104 BLEND_OP(i + 1, W); in sha256_block_generic()
105 BLEND_OP(i + 2, W); in sha256_block_generic()
106 BLEND_OP(i + 3, W); in sha256_block_generic()
107 BLEND_OP(i + 4, W); in sha256_block_generic()
108 BLEND_OP(i + 5, W); in sha256_block_generic()
109 BLEND_OP(i + 6, W); in sha256_block_generic()
110 BLEND_OP(i + 7, W); in sha256_block_generic()