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_s
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
constant_time.h
196
static ossl_inline size_t
constant_time_ge_s
(size_t a, size_t b)
function
209
return (unsigned char)
constant_time_ge_s
(a, b);
/src/crypto/external/bsd/openssl/dist/include/internal/
constant_time.h
172
static ossl_inline size_t
constant_time_ge_s
(size_t a, size_t b)
function
185
return (unsigned char)
constant_time_ge_s
(a, b);
/src/crypto/external/bsd/openssl.old/dist/include/internal/
constant_time.h
148
static ossl_inline size_t
constant_time_ge_s
(size_t a, size_t b)
function
161
return (unsigned char)
constant_time_ge_s
(a, b);
Completed in 17 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026