Home
last modified time | relevance | path

Searched refs:getDigestHash (Results 1 – 9 of 9) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractPDOTest.php27 $this->assertNull($backend->getDigestHash('realm','blabla'));
31 $this->assertEquals($expected, $backend->getDigestHash('realm','user'));
H A DFileTest.php37 $this->assertFalse($file->getDigestHash('realm','blabla'));
H A DAbstractDigestTest.php133 function getDigestHash($realm, $userName) { function in Sabre\\DAV\\Auth\\Backend\\AbstractDigestMock
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php65 abstract function getDigestHash($realm, $username); function in Sabre\\DAV\\Auth\\Backend\\AbstractDigest
111 $hash = $this->getDigestHash($this->realm, $username);
H A DPDO.php49 function getDigestHash($realm, $username) { function in Sabre\\DAV\\Auth\\Backend\\PDO
H A DFile.php71 function getDigestHash($realm, $username) { function in Sabre\\DAV\\Auth\\Backend\\File
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php65 abstract function getDigestHash($realm, $username); function in Sabre\\DAV\\Auth\\Backend\\AbstractDigest
111 $hash = $this->getDigestHash($this->realm, $username);
H A DPDO.php49 function getDigestHash($realm, $username) { function in Sabre\\DAV\\Auth\\Backend\\PDO
H A DFile.php71 function getDigestHash($realm, $username) { function in Sabre\\DAV\\Auth\\Backend\\File