Home
last modified time | relevance | path

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

/include/internal/
A Dconstant_time.h290 static ossl_inline uint32_t value_barrier_32(uint32_t a) in value_barrier_32() function
373 return (value_barrier_32(mask) & a) | (value_barrier_32(~mask) & b); in constant_time_select_32()
397 xor &= value_barrier_32(mask); in constant_time_cond_swap_32()

Completed in 9 milliseconds