Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c5534 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
5565 sigbio = php_openssl_bio_new_file(sigfile, sigfile_len, 1, PHP_OPENSSL_BIO_MODE_R(flags)); in PHP_FUNCTION()
5572 sigbio = in; /* non-detached signature */ in PHP_FUNCTION()
5577 cms = PEM_read_bio_CMS(sigbio, NULL, 0, NULL); in PHP_FUNCTION()
5581 cms = d2i_CMS_bio(sigbio, NULL); in PHP_FUNCTION()
5585 cms = SMIME_read_CMS(sigbio, &datain); in PHP_FUNCTION()
5675 if (sigbio != in) { in PHP_FUNCTION()
5676 BIO_free(sigbio); in PHP_FUNCTION()

Completed in 29 milliseconds