Searched refs:X509_gmtime_adj (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_r2x.c97 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter, (long)60 * 60 * 24 * days) ==
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_r2x.c97 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_r2x.c97 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter, (long)60 * 60 * 24 * days) ==
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Dselfsign.c108 X509_gmtime_adj(X509_get_notBefore(x), 0);
109 X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/x509/
H A Dmkcert.c94 X509_gmtime_adj(X509_get_notBefore(x), 0);
95 X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Dselfsign.c111 X509_gmtime_adj(X509_get_notBefore(x),0);
112 X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/x509/
H A Dmkcert.c97 X509_gmtime_adj(X509_get_notBefore(x),0);
98 X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/
H A Dselfsign.c108 X509_gmtime_adj(X509_get_notBefore(x), 0);
109 X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/x509/
H A Dmkcert.c94 X509_gmtime_adj(X509_get_notBefore(x), 0);
95 X509_gmtime_adj(X509_get_notAfter(x), (long)60 * 60 * 24 * days);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_attr.c142 if (!t && !(t = X509_gmtime_adj(NULL, 0))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_attr.c142 if (!t && !(t = X509_gmtime_adj(NULL, 0))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.c14 sign_time=X509_gmtime_adj(NULL,0);
174 sign_time=X509_gmtime_adj(NULL,0);
H A Dpk7_doit.c703 if (!(sign_time=X509_gmtime_adj(NULL,0)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c624 X509_gmtime_adj(X509_get_notBefore(x),0);
625 X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days);
1159 if (X509_gmtime_adj(X509_get_notBefore(x),0L) == NULL)
1163 if (X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days) == NULL)
1234 if (X509_gmtime_adj(X509_get_notBefore(x),0) == NULL) goto err;
1240 if (X509_gmtime_adj(X509_get_notAfter(x),(long)60*60*24*days) == NULL)
H A Dca.c1390 X509_gmtime_adj(tmptm,0);
1392 X509_gmtime_adj(tmptm,(crldays*24+crlhours)*60*60);
1993 X509_gmtime_adj(X509_get_notBefore(ret),0);
1997 X509_gmtime_adj(X509_get_notAfter(ret),(long)60*60*24*days);
2620 a_tm = X509_gmtime_adj(a_tm, 0);
2771 revtm = X509_gmtime_adj(NULL, 0);
H A Docsp.c1047 thisupd = X509_gmtime_adj(NULL, 0);
1049 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 );
H A Dreq.c948 if (!X509_gmtime_adj(X509_get_notBefore(x509ss),0)) goto end;
949 if (!X509_gmtime_adj(X509_get_notAfter(x509ss), (long)60*60*24*days)) goto end;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_srv.c257 !X509_gmtime_adj(brsp->tbsResponseData->producedAt, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_srv.c253 !X509_gmtime_adj(brsp->tbsResponseData->producedAt, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_srv.c257 !X509_gmtime_adj(brsp->tbsResponseData->producedAt, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c649 X509_gmtime_adj(X509_get_notBefore(x), 0);
1142 if (X509_gmtime_adj(X509_get_notBefore(x), 0L) == NULL)
1226 if (X509_gmtime_adj(X509_get_notBefore(x), 0) == NULL)
H A Dca.c1344 X509_gmtime_adj(tmptm, 0);
1966 X509_gmtime_adj(X509_get_notBefore(ret), 0);
2539 a_tm = X509_gmtime_adj(a_tm, 0);
2676 revtm = X509_gmtime_adj(NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c649 X509_gmtime_adj(X509_get_notBefore(x), 0);
1142 if (X509_gmtime_adj(X509_get_notBefore(x), 0L) == NULL)
1226 if (X509_gmtime_adj(X509_get_notBefore(x), 0) == NULL)
H A Dca.c1344 X509_gmtime_adj(tmptm, 0);
1966 X509_gmtime_adj(X509_get_notBefore(ret), 0);
2539 a_tm = X509_gmtime_adj(a_tm, 0);
2676 revtm = X509_gmtime_adj(NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_sd.c420 tt = X509_gmtime_adj(NULL, 0);

Completed in 134 milliseconds

12