Searched refs:recipcert (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 6104 zval *recipcert, *recipkey = NULL; in PHP_FUNCTION() local 6117 Z_PARAM_ZVAL(recipcert) in PHP_FUNCTION() 6124 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION() 6130 key = php_openssl_pkey_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, 4); in PHP_FUNCTION() 6813 zval *recipcert, *recipkey = NULL; in PHP_FUNCTION() local 6827 Z_PARAM_ZVAL(recipcert) in PHP_FUNCTION() 6835 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION() 6841 key = php_openssl_pkey_from_zval(recipkey ? recipkey : recipcert, 0, "", 0, recipkey ? 4 : 3); in PHP_FUNCTION()
|
Completed in 23 milliseconds