Searched refs:xcrl (Results 1 – 1 of 1) sorted by relevance
4744 X509_CRL *xcrl = NULL; in OpenSSL_IsCRLFile() local4757 if ((xcrl = PEM_read_bio_X509_CRL(bio, NULL, NULL, NULL)) != NULL) { in OpenSSL_IsCRLFile()4773 if ((xcrl = d2i_X509_CRL_bio(bio, NULL)) != NULL) { in OpenSSL_IsCRLFile()4783 if (xcrl != NULL) in OpenSSL_IsCRLFile()4784 X509_CRL_free(xcrl); in OpenSSL_IsCRLFile()4995 X509_CRL *xcrl = NULL; in OpenSSL_ImportCRL() local5050 xcrl = d2i_X509_CRL_bio(in, NULL); in OpenSSL_ImportCRL()5052 xcrl = PEM_read_bio_X509_CRL(in, NULL, NULL, NULL); in OpenSSL_ImportCRL()5055 if (xcrl == NULL) { in OpenSSL_ImportCRL()5099 openssl_ret = X509_CRL_verify(xcrl, pkey); in OpenSSL_ImportCRL()[all …]