OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:value_barrier_32
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
constant_time.h
288
static ossl_inline uint32_t
value_barrier_32
(uint32_t a)
function
371
return (
value_barrier_32
(mask) & a) | (
value_barrier_32
(~mask) & b);
395
xor&=
value_barrier_32
(mask);
/src/crypto/external/bsd/openssl/dist/include/internal/
constant_time.h
264
static ossl_inline uint32_t
value_barrier_32
(uint32_t a)
function
335
return (
value_barrier_32
(mask) & a) | (
value_barrier_32
(~mask) & b);
/src/crypto/external/bsd/openssl.old/dist/include/internal/
constant_time.h
235
static ossl_inline uint32_t
value_barrier_32
(uint32_t a)
function
306
return (
value_barrier_32
(mask) & a) | (
value_barrier_32
(~mask) & b);
Completed in 38 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026