Searched refs:X509_CRL_set1_lastUpdate (Results 1 – 4 of 4) sorted by relevance
82 int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate() function
2061 if (!X509_CRL_set1_lastUpdate(crl, X509_CRL_get0_lastUpdate(newer))) in X509_CRL_diff()
582 OPENSSL_EXPORT int X509_CRL_set1_lastUpdate(X509_CRL *crl, const ASN1_TIME *tm);589 #define X509_CRL_set_lastUpdate X509_CRL_set1_lastUpdate
2253 #define X509_CRL_set1_lastUpdate BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_CRL_set1_lastUpdate) macro