pub_len          5362 ext/openssl/openssl.c 	int pub_len;
pub_len          5368 ext/openssl/openssl.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sr", &pub_str, &pub_len, &key) == FAILURE) {
pub_len          5376 ext/openssl/openssl.c 	pub = BN_bin2bn((unsigned char*)pub_str, pub_len, NULL);