Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c4782 char *pub_str; in PHP_FUNCTION() local
4790 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sO", &pub_str, &pub_len, &key, php_openssl_pkey_ce) ==… in PHP_FUNCTION()
4806 pub = BN_bin2bn((unsigned char*)pub_str, (int)pub_len, NULL); in PHP_FUNCTION()

Completed in 20 milliseconds