Searched refs:p12 (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/openssl/tests/ |
H A D | bug74022_2.phpt | 17 openssl_pkcs12_export($cert, $p12, $priv, $pass, array('extracerts' => [$extracert, $extracert])); 19 test($p12, $pass);
|
H A D | openssl_pkcs12_read_basic.phpt | 12 openssl_pkcs12_export($cert, $p12, $priv, $pass, array('extracerts' => $extracert)); 15 var_dump(openssl_pkcs12_read($p12, $certs, "")); 16 var_dump(openssl_pkcs12_read($p12, $certs, $pass));
|
/PHP-8.3/Zend/tests/named_params/ |
H A D | references.phpt | 17 &$p12 = null, $p13 = null, &$p14 = null, $p15 = null, &$p16 = null, $p17 = null,
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 2583 PKCS12 * p12 = NULL; in PHP_FUNCTION() local 2648 if (p12 != NULL) { in PHP_FUNCTION() 2663 PKCS12_free(p12); in PHP_FUNCTION() 2686 PKCS12 * p12 = NULL; in PHP_FUNCTION() local 2739 if (p12 != NULL) { in PHP_FUNCTION() 2741 if (i2d_PKCS12_bio(bio_out, p12)) { in PHP_FUNCTION() 2753 PKCS12_free(p12); in PHP_FUNCTION() 2773 PKCS12 * p12 = NULL; in PHP_FUNCTION() local 2795 if (d2i_PKCS12_bio(bio_in, &p12) && PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION() 2866 if (p12) { in PHP_FUNCTION() [all …]
|
Completed in 19 milliseconds