HomeSort by relevance Sort by last modified time
    Searched refs:X509_gmtime_adj (Results 1 - 11 of 11) sorted by null

  /external/openssl/crypto/x509/
x509_r2x.c 97 if (X509_gmtime_adj(xi->validity->notBefore,0) == NULL)
99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
x509.h 774 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
    [all...]
x509_vfy.c     [all...]
  /external/openssl/crypto/pkcs7/
pk7_attr.c 140 if (!t && !(t=X509_gmtime_adj(NULL,0)))
example.c 14 sign_time=X509_gmtime_adj(NULL,0);
174 sign_time=X509_gmtime_adj(NULL,0);
  /external/openssl/apps/
x509.c 645 X509_gmtime_adj(X509_get_notBefore(x),0);
1175 if (X509_gmtime_adj(X509_get_notBefore(x),0L) == NULL)
1250 if (X509_gmtime_adj(X509_get_notBefore(x),0) == NULL) goto err;
    [all...]
ocsp.c 1073 thisupd = X509_gmtime_adj(NULL, 0);
1075 nextupd = X509_gmtime_adj(NULL, nmin * 60 + ndays * 3600 * 24 );
    [all...]
ca.c     [all...]
req.c 840 if (!X509_gmtime_adj(X509_get_notBefore(x509ss),0)) goto end;
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_srv.c 253 !X509_gmtime_adj(brsp->tbsResponseData->producedAt, 0))
  /external/openssl/include/openssl/
x509.h 774 ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
    [all...]

Completed in 306 milliseconds