Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c1945 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
1995 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
2000 i2d_PKCS12_bio(bio_out, p12); in PHP_FUNCTION()
2008 PKCS12_free(p12); in PHP_FUNCTION()
2028 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2069 if (i2d_PKCS12_bio(bio_out, p12)) { in PHP_FUNCTION()
2080 PKCS12_free(p12); in PHP_FUNCTION()
2101 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2118 if(d2i_PKCS12_bio(bio_in, &p12)) { in PHP_FUNCTION()
2119 if(PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds