Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c5915 zval *recipcert, *recipkey = NULL; in PHP_FUNCTION() local
5930 Z_PARAM_ZVAL_OR_NULL(recipkey) in PHP_FUNCTION()
5941 key = php_openssl_pkey_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, 4); in PHP_FUNCTION()
6624 zval *recipcert, *recipkey = NULL; in PHP_FUNCTION() local
6640 Z_PARAM_ZVAL_OR_NULL(recipkey) in PHP_FUNCTION()
6652 key = php_openssl_pkey_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, recipkey ? 4 : 3); in PHP_FUNCTION()

Completed in 21 milliseconds