Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/
H A Dopenssl.c2562 BIO * bio_in = NULL; in PHP_FUNCTION() local
2570 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
2572 if(!BIO_write(bio_in, zp12, zp12_len)) in PHP_FUNCTION()
2575 if(d2i_PKCS12_bio(bio_in, &p12)) { in PHP_FUNCTION()
2645 if (bio_in) { in PHP_FUNCTION()
2646 BIO_free(bio_in); in PHP_FUNCTION()

Completed in 14 milliseconds