Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c5878 zval *recipcert, *recipkey = NULL; in PHP_FUNCTION() local
5891 Z_PARAM_ZVAL(recipcert) in PHP_FUNCTION()
5898 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
5904 key = php_openssl_pkey_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, 4); in PHP_FUNCTION()
6587 zval *recipcert, *recipkey = NULL; in PHP_FUNCTION() local
6601 Z_PARAM_ZVAL(recipcert) in PHP_FUNCTION()
6609 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
6615 key = php_openssl_pkey_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, recipkey ? 4 : 3); in PHP_FUNCTION()

Completed in 20 milliseconds