Searched refs:openssl_ret (Results 1 – 1 of 1) sorted by relevance
5002 int openssl_ret = 0; in OpenSSL_ImportCRL() local5101 openssl_ret = X509_CRL_verify(xcrl, pkey); in OpenSSL_ImportCRL()5103 if (openssl_ret > 0) { in OpenSSL_ImportCRL()5106 SET_ERROR(kmfh, openssl_ret); in OpenSSL_ImportCRL()5126 openssl_ret = (int)i2d_X509_CRL_bio(out, xcrl); in OpenSSL_ImportCRL()5128 openssl_ret = PEM_write_bio_X509_CRL(out, xcrl); in OpenSSL_ImportCRL()5134 if (openssl_ret <= 0) { in OpenSSL_ImportCRL()