Home
last modified time | relevance | path

Searched refs:datain (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
3574 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
3597 if (PKCS7_verify(p7, others, store, datain, dataout, flags)) { in PHP_FUNCTION()
3629 BIO_free(datain); in PHP_FUNCTION()
3894 BIO * in = NULL, * out = NULL, * datain = NULL; in PHP_FUNCTION() local
3931 p7 = SMIME_read_PKCS7(in, &datain); in PHP_FUNCTION()
3941 BIO_free(datain); in PHP_FUNCTION()

Completed in 15 milliseconds