Lines Matching refs:datain
5621 BIO * in = NULL, * datain = NULL, * dataout = NULL, * p7bout = NULL; in PHP_FUNCTION() local
5662 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
5688 if (PKCS7_verify(p7, others, store, datain, dataout, (int)flags)) { in PHP_FUNCTION()
5739 BIO_free(datain); in PHP_FUNCTION()
6107 BIO * in = NULL, *out = NULL, *datain = NULL; in PHP_FUNCTION() local
6150 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
6163 BIO_free(datain); in PHP_FUNCTION()
6185 BIO * in = NULL, * datain = NULL, * dataout = NULL, * p7bout = NULL; in PHP_FUNCTION() local
6233 datain = in; in PHP_FUNCTION()
6237 datain = in; in PHP_FUNCTION()
6240 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()
6251 datain = NULL; /* when not detached, don't pass a real BIO */ in PHP_FUNCTION()
6285 if (CMS_verify(cms, others, store, datain, dataout, (unsigned int)flags)) { in PHP_FUNCTION()
6331 if (datain != in) { in PHP_FUNCTION()
6332 BIO_free(datain); in PHP_FUNCTION()
6817 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
6869 cms = SMIME_read_CMS(in, &datain); in PHP_FUNCTION()
6889 BIO_free(datain); in PHP_FUNCTION()