OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constant_time_ge_8
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/cipher/
tls_cbc.c
104
uint8_t mask =
constant_time_ge_8
(padding_length, i);
177
uint8_t mac_started =
constant_time_ge_8
(i, mac_start);
178
uint8_t mac_ended =
constant_time_ge_8
(i, mac_end);
443
is_past_c = is_block_a &
constant_time_ge_8
(j, c);
444
is_past_cp1 = is_block_a &
constant_time_ge_8
(j, c + 1);
/external/boringssl/src/crypto/
constant_time_test.c
260
num_failed += test_binary_op_8(&
constant_time_ge_8
, "
constant_time_ge_8
",
264
num_failed += test_binary_op_8(&
constant_time_ge_8
, "
constant_time_ge_8
",
internal.h
251
/*
constant_time_ge_8
acts like |constant_time_ge| but returns an 8-bit mask. */
252
static inline uint8_t
constant_time_ge_8
(unsigned int a, unsigned int b) {
function
Completed in 418 milliseconds