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.c4763 X509_CRL *xcrl = NULL; in OpenSSL_IsCRLFile() local
4776 if ((xcrl = PEM_read_bio_X509_CRL(bio, NULL, NULL, NULL)) != NULL) { in OpenSSL_IsCRLFile()
4792 if ((xcrl = d2i_X509_CRL_bio(bio, NULL)) != NULL) { in OpenSSL_IsCRLFile()
4802 if (xcrl != NULL) in OpenSSL_IsCRLFile()
4803 X509_CRL_free(xcrl); in OpenSSL_IsCRLFile()
5013 X509_CRL *xcrl = NULL; in OpenSSL_ImportCRL() local
5068 xcrl = d2i_X509_CRL_bio(in, NULL); in OpenSSL_ImportCRL()
5070 xcrl = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL); in OpenSSL_ImportCRL()
5073 if (xcrl == NULL) { in OpenSSL_ImportCRL()
5117 openssl_ret = X509_CRL_verify(xcrl, pkey); in OpenSSL_ImportCRL()
[all …]