Searched refs:p7b (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/openssl/tests/ |
H A D | openssl_cms_read_basic.phpt | 7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
|
H A D | openssl_pkcs7_read_basic.phpt | 7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 5231 char *p7b; in PHP_FUNCTION() local 5239 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION() 5246 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION() 5253 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION() 5872 char *p7b; in PHP_FUNCTION() local 5880 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz", &p7b, &p7b_len, in PHP_FUNCTION() 5887 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(p7b_len, p7b, 1); in PHP_FUNCTION() 5894 if (0 >= BIO_write(bio_in, p7b, (int)p7b_len)) { in PHP_FUNCTION()
|
Completed in 21 milliseconds