Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dchacha20.c57 #define ROTL32( value, amount ) \ macro
88 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