Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c2956 BIO * bio_in = NULL; in PHP_FUNCTION() local
2966 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
2968 if (0 >= BIO_write(bio_in, zp12, (int)zp12_len)) { in PHP_FUNCTION()
3037 if (bio_in) { in PHP_FUNCTION()
3038 BIO_free(bio_in); in PHP_FUNCTION()
5309 BIO * bio_in = NULL, * bio_out = NULL; in PHP_FUNCTION() local
5322 bio_in = BIO_new(BIO_s_mem()); in PHP_FUNCTION()
5323 if (bio_in == NULL) { in PHP_FUNCTION()
5327 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
5391 if (bio_in != NULL) { in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds