OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mac_start
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c
267
unsigned
mac_start
= mac_end - md_size;
local
294
rotate_offset = (div_spoiler +
mac_start
- scan_start) % md_size;
299
unsigned char mac_started = constant_time_ge(i,
mac_start
);
/external/openssl/ssl/
s3_cbc.c
267
unsigned
mac_start
= mac_end - md_size;
local
294
rotate_offset = (div_spoiler +
mac_start
- scan_start) % md_size;
299
unsigned char mac_started = constant_time_ge(i,
mac_start
);
Completed in 77 milliseconds