Searched refs:BLEND_OP (Results 1 – 1 of 1) sorted by relevance
61 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() function95 BLEND_OP(i + 0, W); in sha256_block_generic()96 BLEND_OP(i + 1, W); in sha256_block_generic()97 BLEND_OP(i + 2, W); in sha256_block_generic()98 BLEND_OP(i + 3, W); in sha256_block_generic()99 BLEND_OP(i + 4, W); in sha256_block_generic()100 BLEND_OP(i + 5, W); in sha256_block_generic()101 BLEND_OP(i + 6, W); in sha256_block_generic()102 BLEND_OP(i + 7, W); in sha256_block_generic()
Completed in 4 milliseconds