Searched refs:pub_str (Results 1 – 1 of 1) sorted by relevance
4782 char *pub_str; in PHP_FUNCTION() local4790 …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 17 milliseconds