Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/tests/
H A Dopenssl_cms_read_basic.phpt7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
H A Dopenssl_pkcs7_read_basic.phpt7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
/PHP-8.3/ext/openssl/
H A Dopenssl.c5657 char *p7b; in PHP_FUNCTION() local
5665 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
5672 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
5679 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
6305 char *p7b; in PHP_FUNCTION() local
6313 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION()
6320 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION()
6327 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()

Completed in 27 milliseconds