Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_pkcs7_read_basic.phpt7 $infile = file_get_contents(dirname(__FILE__) . "/cert.p7b");
/PHP-7.2/ext/openssl/
H A Dopenssl.c5305 char *p7b; in PHP_FUNCTION() local
5313 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz/", &p7b, &p7b_len, in PHP_FUNCTION()
5320 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b); in PHP_FUNCTION()
5327 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()

Completed in 26 milliseconds