Searched refs:ROTL32 (Results 1 – 1 of 1) sorted by relevance
57 #define ROTL32( value, amount ) \ macro88 state[d] = ROTL32( state[d], 16 ); in chacha20_quarter_round()93 state[b] = ROTL32( state[b], 12 ); in chacha20_quarter_round()98 state[d] = ROTL32( state[d], 8 ); in chacha20_quarter_round()103 state[b] = ROTL32( state[b], 7 ); in chacha20_quarter_round()
Completed in 3 milliseconds