OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mac_end
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
dgst.c
372
goto
mac_end
;
385
goto
mac_end
;
393
goto
mac_end
;
396
mac_end
:
/external/openssl/apps/
dgst.c
372
goto
mac_end
;
385
goto
mac_end
;
393
goto
mac_end
;
396
mac_end
:
/external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c
265
/*
mac_end
is the index of |rec->data| just after the end of the MAC. */
266
unsigned
mac_end
= rec->length;
local
267
unsigned mac_start =
mac_end
- md_size;
300
unsigned char mac_ended = constant_time_ge(i,
mac_end
);
/external/openssl/ssl/
s3_cbc.c
265
/*
mac_end
is the index of |rec->data| just after the end of the MAC. */
266
unsigned
mac_end
= rec->length;
local
267
unsigned mac_start =
mac_end
- md_size;
300
unsigned char mac_ended = constant_time_ge(i,
mac_end
);
Completed in 57 milliseconds