Home
last modified time | relevance | path

Searched refs:p12 (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pkcs12_read_basic.phpt7 $p12_file = __DIR__ . "/p12_with_extra_certs.p12";
8 $p12 = file_get_contents($p12_file);
13 var_dump(openssl_pkcs12_read($p12, $certs, ""));
14 var_dump(openssl_pkcs12_read($p12, $certs, $pass));
H A Dbug74022_2.phpt17 $p12 = base64_decode($p12_base64);
19 test($p12, 'qwerty');
/PHP-8.0/Zend/tests/named_params/
H A Dreferences.phpt17 &$p12 = null, $p13 = null, &$p14 = null, $p15 = null, &$p16 = null, $p17 = null,
/PHP-8.0/ext/openssl/
H A Dopenssl.c2654 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2719 if (p12 != NULL) { in PHP_FUNCTION()
2723 i2d_PKCS12_bio(bio_out, p12); in PHP_FUNCTION()
2732 PKCS12_free(p12); in PHP_FUNCTION()
2755 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2808 if (p12 != NULL) { in PHP_FUNCTION()
2822 PKCS12_free(p12); in PHP_FUNCTION()
2842 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2864 if (d2i_PKCS12_bio(bio_in, &p12) && PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION()
2935 if (p12) { in PHP_FUNCTION()
[all …]

Completed in 32 milliseconds