Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c4783 size_t pub_len; 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()
4794 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(pub_len, pub_key, 1); in PHP_FUNCTION()
4806 pub = BN_bin2bn((unsigned char*)pub_str, (int)pub_len, NULL); in PHP_FUNCTION()

Completed in 26 milliseconds