Home
last modified time | relevance | path

Searched refs:dataout (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/openssl/
H A Dopenssl.c3537 BIO * in = NULL, * datain = NULL, * dataout = NULL; in PHP_FUNCTION() local
3588 dataout = BIO_new_file(datafilename, "w"); in PHP_FUNCTION()
3589 if (dataout == NULL) { in PHP_FUNCTION()
3597 if (PKCS7_verify(p7, others, store, datain, dataout, flags)) { in PHP_FUNCTION()
3631 BIO_free(dataout); in PHP_FUNCTION()

Completed in 19 milliseconds