Searched refs:X509_CRL_get_nextUpdate (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_crl.c105 if (X509_CRL_get_nextUpdate(x))
106 ASN1_TIME_print(out, X509_CRL_get_nextUpdate(x));
/freebsd-9.3-release/crypto/openssl/apps/
H A Dcrl.c302 if (X509_CRL_get_nextUpdate(x))
303 ASN1_TIME_print(bio_out, X509_CRL_get_nextUpdate(x));
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c624 if (X509_CRL_get_nextUpdate(crl)) {
625 i = X509_cmp_time(X509_CRL_get_nextUpdate(crl), ptime);
H A Dx509.h721 # define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) macro

Completed in 118 milliseconds