Lines Matching refs:datain
5216 BIO * in = NULL, * datain = NULL, * dataout = NULL, * p7bout = NULL; in PHP_FUNCTION() local
5257 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
5283 if (PKCS7_verify(p7, others, store, datain, dataout, (int)flags)) { in PHP_FUNCTION()
5334 BIO_free(datain); in PHP_FUNCTION()
5702 BIO * in = NULL, *out = NULL, *datain = NULL; in PHP_FUNCTION() local
5745 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
5758 BIO_free(datain); in PHP_FUNCTION()
5780 BIO * in = NULL, * datain = NULL, * dataout = NULL, * p7bout = NULL; in PHP_FUNCTION() local
5828 datain = in; in PHP_FUNCTION()
5832 datain = in; in PHP_FUNCTION()
5835 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()
5846 datain = NULL; /* when not detached, don't pass a real BIO */ in PHP_FUNCTION()
5880 if (CMS_verify(cms, others, store, datain, dataout, (unsigned int)flags)) { in PHP_FUNCTION()
5926 if (datain != in) { in PHP_FUNCTION()
5927 BIO_free(datain); in PHP_FUNCTION()
6412 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
6464 cms = SMIME_read_CMS(in, &datain); in PHP_FUNCTION()
6484 BIO_free(datain); in PHP_FUNCTION()