Home
last modified time | relevance | path

Searched refs:validateA1 (Results 1 – 5 of 5) sorted by relevance

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php63 …$this->assertTrue($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . $password)), '…
91 …$this->assertFalse($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . ($password . …
101 $this->assertFalse($this->auth->validateA1(md5('user:realm:password')));
131 …$this->assertTrue($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . $password)), '…
160 …$this->assertTrue($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . $password)), '…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php121 if (!$digest->validateA1($hash)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php121 if (!$digest->validateA1($hash)) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php99 function validateA1($A1) { function in Sabre\\HTTP\\Auth\\Digest
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php99 function validateA1($A1) { function in Sabre\\HTTP\\Auth\\Digest