OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constant_time_ge
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
constant_time.h
52
static ossl_inline unsigned int
constant_time_ge
(unsigned int a,
190
static ossl_inline unsigned int
constant_time_ge
(unsigned int a,
function
204
return (unsigned char)
constant_time_ge
(a, b);
/src/crypto/external/bsd/openssl/dist/include/internal/
constant_time.h
49
static ossl_inline unsigned int
constant_time_ge
(unsigned int a,
166
static ossl_inline unsigned int
constant_time_ge
(unsigned int a,
function
180
return (unsigned char)
constant_time_ge
(a, b);
/src/crypto/external/bsd/openssl.old/dist/include/internal/
constant_time.h
48
static ossl_inline unsigned int
constant_time_ge
(unsigned int a,
142
static ossl_inline unsigned int
constant_time_ge
(unsigned int a,
function
156
return (unsigned char)
constant_time_ge
(a, b);
Completed in 16 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026