Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c1852 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
1906 p12 = PKCS12_create(pass, friendly_name, priv_key, cert, ca, 0, 0, 0, 0, 0); in PHP_FUNCTION()
1911 i2d_PKCS12_bio(bio_out, p12); in PHP_FUNCTION()
1919 PKCS12_free(p12); in PHP_FUNCTION()
1939 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
1980 if (i2d_PKCS12_bio(bio_out, p12)) { in PHP_FUNCTION()
1991 PKCS12_free(p12); in PHP_FUNCTION()
2012 PKCS12 * p12 = NULL; in PHP_FUNCTION() local
2029 if(d2i_PKCS12_bio(bio_in, &p12)) { in PHP_FUNCTION()
2030 if(PKCS12_parse(p12, pass, &pkey, &cert, &ca)) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds