Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/tests/
H A Dopenssl_pkcs7_read_basic.phpt7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
H A Dopenssl_cms_read_basic.phpt7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
/PHP-8.2/ext/openssl/
H A Dopenssl.c5455 char *p7b; in PHP_FUNCTION() local
5463 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
5470 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
5477 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
6103 char *p7b; in PHP_FUNCTION() local
6111 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
6118 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
6125 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()

Completed in 29 milliseconds