Searched refs:xcrl (Results 1 – 1 of 1) sorted by relevance
4746 X509_CRL *xcrl = NULL; in OpenSSL_IsCRLFile() local4759 if ((xcrl = PEM_read_bio_X509_CRL(bio, NULL, NULL, NULL)) != NULL) { in OpenSSL_IsCRLFile()4775 if ((xcrl = d2i_X509_CRL_bio(bio, NULL)) != NULL) { in OpenSSL_IsCRLFile()4785 if (xcrl != NULL) in OpenSSL_IsCRLFile()4786 X509_CRL_free(xcrl); in OpenSSL_IsCRLFile()4997 X509_CRL *xcrl = NULL; in OpenSSL_ImportCRL() local5052 xcrl = d2i_X509_CRL_bio(in, NULL); in OpenSSL_ImportCRL()5054 xcrl = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL); in OpenSSL_ImportCRL()5057 if (xcrl == NULL) { in OpenSSL_ImportCRL()5101 openssl_ret = X509_CRL_verify(xcrl, pkey); in OpenSSL_ImportCRL()[all …]