Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dchacha20.c64 #define ROTL32( value, amount ) \ macro
95 state[d] = ROTL32( state[d], 16 ); in chacha20_quarter_round()
100 state[b] = ROTL32( state[b], 12 ); in chacha20_quarter_round()
105 state[d] = ROTL32( state[d], 8 ); in chacha20_quarter_round()
110 state[b] = ROTL32( state[b], 7 ); in chacha20_quarter_round()