Home
last modified time | relevance | path

Searched defs:constant_time_ge (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/
Dconstant_time_locl.h150 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) in constant_time_ge() function
/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_cbc.c87 static unsigned constant_time_ge(unsigned a, unsigned b) in constant_time_ge() function