Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php381 if ($candidate->getB()->toBytes() != $curve->getB()->toBytes()) {
407 if ($candidate->getB()->toBytes() != $curve->getB()->toBytes()) {
459 'b' => $curve->getB()->toBytes()
501 $b = ltrim($curve->getB()->toBytes(), "\0");
H A DXML.php436 $b = $curve->getB();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php330 public function getB() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
H A DPrime.php508 public function getB() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime