Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/tests/
H A D013.phpt9 $priv_key = "file://" . dirname(__FILE__) . "/private.key";
13 openssl_open($sealed, $output, $ekeys[0], $priv_key);
17 openssl_open($sealed, $output3, $ekeys[2], $priv_key);
19 openssl_open($sealed, $output4, $wrong, $priv_key);
H A Dbug37820.phpt14 $priv_key = file_get_contents($file_key);
15 $priv_key_id = openssl_get_privatekey($priv_key);
/PHP-5.3/ext/openssl/
H A Dopenssl.c148 ZEND_ARG_INFO(0, priv_key)
538 EVP_PKEY * priv_key; member
858 if (req->priv_key) { in php_openssl_dispose_config()
860 req->priv_key = NULL; in php_openssl_dispose_config()
1879 if (priv_key == NULL) { in PHP_FUNCTION()
1925 EVP_PKEY_free(priv_key); in PHP_FUNCTION()
1960 if (priv_key == NULL) { in PHP_FUNCTION()
1997 EVP_PKEY_free(priv_key); in PHP_FUNCTION()
2431 if (priv_key == NULL) { in PHP_FUNCTION()
2910 req->priv_key = NULL; in php_openssl_generate_private_key()
[all …]

Completed in 18 milliseconds