OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constant_time_lt_8
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/
constant_time_locl.h
86
static inline unsigned char
constant_time_lt_8
(unsigned int a, unsigned int b);
145
static inline unsigned char
constant_time_lt_8
(unsigned int a, unsigned int b)
function
/external/openssl/crypto/evp/
evp_enc.c
544
unsigned char is_pad_index =
constant_time_lt_8
(i, pad);
Completed in 94 milliseconds