Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/openssl/
H A Dopenssl.c2845 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2902 if (p12 != NULL) { in PHP_FUNCTION()
2906 i2d_PKCS12_bio(bio_out, p12); in PHP_FUNCTION()
2915 PKCS12_free(p12); in PHP_FUNCTION()
2940 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2985 if (p12 != NULL) { in PHP_FUNCTION()
2999 PKCS12_free(p12); in PHP_FUNCTION()
3023 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
3044 if (d2i_PKCS12_bio(bio_in, &p12) && PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION()
3119 if (p12) { in PHP_FUNCTION()
[all …]

Completed in 36 milliseconds