Searched refs:p7b (Results 1 – 2 of 2) sorted by relevance
7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
5437 char *p7b; in PHP_FUNCTION() local5445 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()5452 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b); in PHP_FUNCTION()5459 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
Completed in 19 milliseconds