Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c3815 static void php_openssl_add_bn_to_array(zval *ary, const BIGNUM *bn, const char *name) { in php_openssl_add_bn_to_array() function
3825 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name)
4904 php_openssl_add_bn_to_array(ary, bn, name); in php_openssl_copy_bn_param()
5151 php_openssl_add_bn_to_array(&ec, x, "x"); in PHP_FUNCTION()
5152 php_openssl_add_bn_to_array(&ec, y, "y"); in PHP_FUNCTION()
5158 php_openssl_add_bn_to_array(&ec, d, "d"); in PHP_FUNCTION()

Completed in 23 milliseconds