Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/
H A Dopenssl.c5426 int pub_len; in PHP_FUNCTION() local
5432 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sr", &pub_str, &pub_len, &key) == FAILURE) { in PHP_FUNCTION()
5440 pub = BN_bin2bn((unsigned char*)pub_str, pub_len, NULL); in PHP_FUNCTION()

Completed in 20 milliseconds