Home
last modified time | relevance | path

Searched refs:xcrl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dcompat.h85 #define X509_CRL_get0_lastUpdate(xcrl) X509_CRL_get_lastUpdate(xcrl) argument
86 #define X509_CRL_get0_nextUpdate(xcrl) X509_CRL_get_nextUpdate(xcrl) argument
H A Dopenssl_spi.c4802 if (xcrl != NULL) in OpenSSL_IsCRLFile()
4803 X509_CRL_free(xcrl); in OpenSSL_IsCRLFile()
5073 if (xcrl == NULL) { in OpenSSL_ImportCRL()
5158 if (xcrl != NULL) in OpenSSL_ImportCRL()
5159 X509_CRL_free(xcrl); in OpenSSL_ImportCRL()
5396 if (xcrl == NULL) { in OpenSSL_FindCertInCRL()
5460 if (xcrl != NULL) in OpenSSL_FindCertInCRL()
5506 if (xcrl == NULL) { in OpenSSL_VerifyCRLFile()
5544 if (xcrl != NULL) in OpenSSL_VerifyCRLFile()
5584 if (xcrl == NULL) { in OpenSSL_CheckCRLDate()
[all …]