Home
last modified time | relevance | path

Searched refs:bitwise_and (Results 1 – 3 of 3) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1392 $a->bitwise_and($b),
1393 $a->bitwise_and($c),
1394 $b->bitwise_and($c)
1408 $e->bitwise_and($f),
1409 $g->bitwise_and($e->bitwise_not())
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1234 $submask = $part->bitwise_and($mask);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php530 public function bitwise_and(BigInteger $x)
532 return new static($this->value->bitwise_and($x->value));
2801 function bitwise_and($x) global() function in phpseclib\\Math\\BigInteger