OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisUpdate
(Results
1 - 23
of
23
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_local.h
138
*
thisUpdate
GeneralizedTime,
145
ASN1_GENERALIZEDTIME *
thisUpdate
;
ocsp_asn.c
96
ASN1_SIMPLE(OCSP_SINGLERESP,
thisUpdate
, ASN1_GENERALIZEDTIME),
ocsp_cl.c
273
*thisupd = single->
thisUpdate
;
303
* Check validity of
thisUpdate
and nextUpdate fields. It is possible that
308
* parameter specifies the maximum age the
thisUpdate
field can be.
317
/* Check
thisUpdate
is valid and not more than nsec in the future */
329
* If maxsec specified check
thisUpdate
is not more than maxsec in
356
/* Also don't allow nextUpdate to precede
thisUpdate
*/
ocsp_prn.c
219
if (!ASN1_GENERALIZEDTIME_print(bp, single->
thisUpdate
))
ocsp_srv.c
104
if (!ASN1_TIME_to_generalizedtime(thisupd, &single->
thisUpdate
))
/src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_local.h
138
*
thisUpdate
GeneralizedTime,
145
ASN1_GENERALIZEDTIME *
thisUpdate
;
ocsp_asn.c
96
ASN1_SIMPLE(OCSP_SINGLERESP,
thisUpdate
, ASN1_GENERALIZEDTIME),
ocsp_cl.c
273
*thisupd = single->
thisUpdate
;
303
* Check validity of
thisUpdate
and nextUpdate fields. It is possible that
308
* parameter specifies the maximum age the
thisUpdate
field can be.
317
/* Check
thisUpdate
is valid and not more than nsec in the future */
329
* If maxsec specified check
thisUpdate
is not more than maxsec in
356
/* Also don't allow nextUpdate to precede
thisUpdate
*/
ocsp_prn.c
214
if (!ASN1_GENERALIZEDTIME_print(bp, single->
thisUpdate
))
ocsp_srv.c
104
if (!ASN1_TIME_to_generalizedtime(thisupd, &single->
thisUpdate
))
/src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_local.h
136
*
thisUpdate
GeneralizedTime,
143
ASN1_GENERALIZEDTIME *
thisUpdate
;
ocsp_asn.c
96
ASN1_SIMPLE(OCSP_SINGLERESP,
thisUpdate
, ASN1_GENERALIZEDTIME),
ocsp_prn.c
214
if (!ASN1_GENERALIZEDTIME_print(bp, single->
thisUpdate
))
ocsp_srv.c
105
if (!ASN1_TIME_to_generalizedtime(thisupd, &single->
thisUpdate
))
ocsp_cl.c
299
*thisupd = single->
thisUpdate
;
330
* Check validity of
thisUpdate
and nextUpdate fields. It is possible that
335
* parameter specifies the maximum age the
thisUpdate
field can be.
344
/* Check
thisUpdate
is valid and not more than nsec in the future */
356
* If maxsec specified check
thisUpdate
is not more than maxsec in
383
/* Also don't allow nextUpdate to precede
thisUpdate
*/
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c
578
rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->
thisUpdate
, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_assert)->
thisUpdate
);
625
if ( ( comp->
thisUpdate
->identifier.bv_val && strncmp(comp->
thisUpdate
->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->
thisUpdate
->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
627
return comp->
thisUpdate
;
630
return ExtractingComponentTime ( mem_op, cr, comp->
thisUpdate
);
739
rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->
thisUpdate
), &totalElmtsLen1, mode);
741
(k->
thisUpdate
)->identifier.bv_val = (k->
thisUpdate
)->id_buf
[
all
...]
crl.h
287
ComponentTime*
thisUpdate
; /* Time */
/src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_asn.c
168
ASN1_OPT(OSSL_CMP_CRLSTATUS,
thisUpdate
, ASN1_TIME)
617
const ASN1_TIME *
thisUpdate
)
647
if (
thisUpdate
!= NULL
648
&& (crlstatus->
thisUpdate
= ASN1_TIME_dup(
thisUpdate
)) == NULL)
757
ASN1_TIME **
thisUpdate
)
780
if (
thisUpdate
!= NULL)
781
*
thisUpdate
= crlstatus->
thisUpdate
;
cmp_local.h
235
*
thisUpdate
Time OPTIONAL }
240
ASN1_TIME *
thisUpdate
;
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl_ocsp.c
127
*
thisUpdate
GeneralizedTime,
134
ASN1_GENERALIZEDTIME *
thisUpdate
;
195
ASN1_SIMPLE(SingleResponse,
thisUpdate
, ASN1_GENERALIZEDTIME),
352
"OpenSSL: Invalid OCSP response
thisUpdate
");
380
"OpenSSL: OCSP response nextUpdate before
thisUpdate
");
384
/* Both
thisUpdate
and nextUpdate are valid */
749
txt = generalizedtime_str(sresp->
thisUpdate
);
751
wpa_printf(MSG_DEBUG, "OpenSSL:
thisUpdate
: %s", txt);
808
if (!ocsp_resp_valid(matching_resp->
thisUpdate
,
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
revoke.c
471
t = _hx509_Time2time_t(&crl->tbsCertList.
thisUpdate
);
788
if (ocsp->ocsp.tbsResponseData.responses.val[j].
thisUpdate
>
1161
printable_time(ocsp->ocsp.tbsResponseData.responses.val[i].
thisUpdate
));
1164
printable_time(ocsp->ocsp.tbsResponseData.responses.val[i].
thisUpdate
));
1188
fprintf(out, "
thisUpdate
: %s\n",
1189
printable_time(_hx509_Time2time_t(&crl->crl.tbsCertList.
thisUpdate
)));
1342
if (basic.tbsResponseData.responses.val[i].
thisUpdate
>
1573
c.tbsCertList.
thisUpdate
.element = choice_Time_generalTime;
1574
c.tbsCertList.
thisUpdate
.u.generalTime = time(NULL) - 24 * 3600;
/src/crypto/external/apache2/openssl/dist/include/openssl/
cmp.h.in
317
const ASN1_TIME *
thisUpdate
);
320
ASN1_TIME **
thisUpdate
);
/src/external/bsd/openldap/dist/servers/slapd/
schema_init.c
439
tag = ber_skip_tag( ber, &len ); /*
thisUpdate
*/
484
struct berval issuer_dn = BER_BVNULL,
thisUpdate
;
498
thisUpdate
.bv_val = tubuf;
499
thisUpdate
.bv_len = sizeof(tubuf);
500
if ( checkTime( &bvtu, &
thisUpdate
) ) {
506
"certificateListValidate issuer=\"%s\",
thisUpdate
=%s: extra cruft past end of certificateList\n",
507
issuer_dn.bv_val,
thisUpdate
.bv_val );
3892
if ( in->bv_len < STRLENOF( "{issuer \"\",
thisUpdate
\"YYMMDDhhmmssZ\"}" ) ) return LDAP_INVALID_SYNTAX;
3907
/* should be at issuer or
thisUpdate
*/
3956
} else if ( strncasecmp( x.bv_val, "
thisUpdate
", STRLENOF("thisUpdate") ) == 0
[
all
...]
Completed in 70 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026