Searched refs:php_openssl_x509_from_zval (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 654 static X509 *php_openssl_x509_from_zval( 1516 static X509 *php_openssl_x509_from_zval( in php_openssl_x509_from_zval() function 2558 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF() 2577 cert = php_openssl_x509_from_zval(zcerts, &free_cert, arg_num, false, option_name); in STACK_OF() 5789 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION() 5810 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION() 6124 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION() 6396 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION() 6416 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION() 6835 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
|
Completed in 21 milliseconds