OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c
105
long
maxage
);
148
long nsec = MAX_VALIDITY_PERIOD,
maxage
= -1;
local
377
maxage
= atol(*args);
378
if (
maxage
< 0)
895
if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec,
maxage
))
990
long
maxage
)
1019
if (!OCSP_check_validity(thisupd, nextupd, nsec,
maxage
))
[
all
...]
/external/openssl/apps/
ocsp.c
105
long
maxage
);
148
long nsec = MAX_VALIDITY_PERIOD,
maxage
= -1;
local
377
maxage
= atol(*args);
378
if (
maxage
< 0)
895
if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec,
maxage
))
990
long
maxage
)
1019
if (!OCSP_check_validity(thisupd, nextupd, nsec,
maxage
))
[
all
...]
Completed in 173 milliseconds