Searched refs:computeSecret (Results 1 – 3 of 3) sorted by relevance
271 public static function computeSecret($private, $public) function in phpseclib3\\Crypt\\DH
1863 $keyBytes = DH::computeSecret($ourPrivate, $theirPublicBytes);
43651 ECDH.prototype.computeSecret = function (other, inenc, enc) {45417 DH.prototype.computeSecret = function (other) {