Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds