OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextupd
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/ocsp/
ocsp_cl.c
261
ASN1_GENERALIZEDTIME **
nextupd
)
280
if(
nextupd
) *
nextupd
= single->nextUpdate;
292
ASN1_GENERALIZEDTIME **
nextupd
)
300
i = OCSP_single_get0_status(single, reason, revtime, thisupd,
nextupd
);
312
int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *
nextupd
, long nsec, long maxsec)
345
if (!
nextupd
) return ret;
348
if (!ASN1_GENERALIZEDTIME_check(
nextupd
))
356
if (X509_cmp_time(
nextupd
, &t_tmp) < 0)
364
if (ASN1_STRING_cmp(
nextupd
, thisupd) < 0
[
all
...]
ocsp_srv.c
128
ASN1_TIME *thisupd, ASN1_TIME *
nextupd
)
145
if (
nextupd
&&
146
!ASN1_TIME_to_generalizedtime(
nextupd
, &single->nextUpdate))
ocsp.h
453
ASN1_GENERALIZEDTIME **
nextupd
);
458
ASN1_GENERALIZEDTIME **
nextupd
);
460
ASN1_GENERALIZEDTIME *
nextupd
,
482
ASN1_TIME *thisupd, ASN1_TIME *
nextupd
);
/external/openssl/apps/
ocsp.c
1008
ASN1_GENERALIZEDTIME *rev, *thisupd, *
nextupd
;
local
1020
&rev, &thisupd, &
nextupd
))
1029
if (!OCSP_check_validity(thisupd,
nextupd
, nsec, maxage))
1040
if(
nextupd
)
1043
ASN1_GENERALIZEDTIME_print(out,
nextupd
);
1068
ASN1_TIME *thisupd = NULL, *
nextupd
= NULL;
local
1085
nextupd
= X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 );
1116
thisupd,
nextupd
);
1125
thisupd,
nextupd
);
1130
thisupd,
nextupd
);
[
all
...]
/external/openssl/include/openssl/
ocsp.h
453
ASN1_GENERALIZEDTIME **
nextupd
);
458
ASN1_GENERALIZEDTIME **
nextupd
);
460
ASN1_GENERALIZEDTIME *
nextupd
,
482
ASN1_TIME *thisupd, ASN1_TIME *
nextupd
);
Completed in 63 milliseconds