Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c4973 BIO * in = NULL, * datain = NULL, * dataout = NULL; in PHP_FUNCTION() local
5015 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
5040 if (PKCS7_verify(p7, others, store, datain, dataout, (int)flags)) { in PHP_FUNCTION()
5084 BIO_free(datain); in PHP_FUNCTION()
5353 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
5394 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
5407 BIO_free(datain); in PHP_FUNCTION()

Completed in 19 milliseconds