Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/openssl/
H A Dopenssl.c565 EVP_PKEY * priv_key; member
906 if (req->priv_key) { in php_openssl_dispose_config()
908 req->priv_key = NULL; in php_openssl_dispose_config()
1968 if (priv_key == NULL) { in PHP_FUNCTION()
2014 EVP_PKEY_free(priv_key); in PHP_FUNCTION()
2049 if (priv_key == NULL) { in PHP_FUNCTION()
2086 EVP_PKEY_free(priv_key); in PHP_FUNCTION()
2524 if (priv_key == NULL) { in PHP_FUNCTION()
2608 EVP_PKEY_free(priv_key); in PHP_FUNCTION()
3003 req->priv_key = NULL; in php_openssl_generate_private_key()
[all …]

Completed in 19 milliseconds