Searched refs:php_openssl_add_bn_to_array (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 3915 static void php_openssl_add_bn_to_array(zval *ary, const BIGNUM *bn, const char *name) { in php_openssl_add_bn_to_array() function 3925 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) 5087 php_openssl_add_bn_to_array(ary, bn, name); in php_openssl_copy_bn_param() 5377 php_openssl_add_bn_to_array(&ec, x, "x"); in PHP_FUNCTION() 5378 php_openssl_add_bn_to_array(&ec, y, "y"); in PHP_FUNCTION() 5384 php_openssl_add_bn_to_array(&ec, d, "d"); in PHP_FUNCTION()
|
Completed in 21 milliseconds