Searched refs:pub_str (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 5433 static zend_string *php_openssl_dh_compute_key(EVP_PKEY *pkey, char *pub_str, size_t pub_len) { in php_openssl_dh_compute_key() argument 5437 EVP_PKEY_set1_encoded_public_key(peer_key, (unsigned char *) pub_str, pub_len) <= 0) { in php_openssl_dh_compute_key() 5452 BIGNUM *pub = BN_bin2bn((unsigned char*)pub_str, (int)pub_len, NULL); in php_openssl_dh_compute_key() 5473 char *pub_str; in PHP_FUNCTION() local 5476 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sO", &pub_str, &pub_len, &key, php_openssl_pkey_ce) ==… in PHP_FUNCTION() 5487 zend_string *result = php_openssl_dh_compute_key(pkey, pub_str, pub_len); in PHP_FUNCTION()
|
Completed in 20 milliseconds