OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constant_time_select_int
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/
constant_time_test.c
171
int selected =
constant_time_select_int
(CONSTTIME_TRUE, a, b);
179
selected =
constant_time_select_int
(CONSTTIME_FALSE, a, b);
internal.h
315
/*
constant_time_select_int
acts like |constant_time_select| but operates on
317
static inline int
constant_time_select_int
(unsigned int mask, int a, int b) {
function
/external/boringssl/src/crypto/cipher/
tls_cbc.c
122
return
constant_time_select_int
(good, 1, -1);
Completed in 330 milliseconds