OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_map
(Results
1 - 2
of
2
) sorted by null
/external/tlsdate/src/
tlsdate-helper-plan9.c
822
* '
time_map
'.
824
* @param
time_map
where to store the current time
827
run_ssl (uint32_t *
time_map
, int time_is_an_illusion)
953
memcpy (
time_map
, ×tamp, sizeof(uint32_t));
961
* '
time_map
'.
963
* @param
time_map
where to store the current time
966
run_ssl (uint32_t *
time_map
, int time_is_an_illusion)
1059
memcpy(
time_map
, ssl->s3->server_random, sizeof (uint32_t));
1069
uint32_t *
time_map
;
local
1119
time_map
= (uint32_t *) mmap (NULL, sizeof (uint32_t)
[
all
...]
tlsdate-helper.c
959
* '
time_map
'.
961
* @param
time_map
where to store the current time
967
run_ssl (uint32_t *
time_map
, int time_is_an_illusion, int http)
1093
memcpy (
time_map
, ×tamp, sizeof(uint32_t));
1101
* '
time_map
'.
1103
* @param
time_map
where to store the current time
1109
run_ssl (uint32_t *
time_map
, int time_is_an_illusion, int http)
1232
uint32_t *
time_map
;
local
[
all
...]
Completed in 193 milliseconds