OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mac_end
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/cipher/
tls_cbc.c
142
/*
mac_end
is the index of |in| just after the end of the MAC. */
143
unsigned
mac_end
= in_len;
local
144
unsigned mac_start =
mac_end
- md_size;
178
uint8_t mac_ended = constant_time_ge_8(i,
mac_end
);
Completed in 69 milliseconds