Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c4914 char *pub_str; in PHP_FUNCTION() local
4922 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sr", &pub_str, &pub_len, &key) == FAILURE) { in PHP_FUNCTION()
4937 pub = BN_bin2bn((unsigned char*)pub_str, (int)pub_len, NULL); in PHP_FUNCTION()

Completed in 18 milliseconds