Home
last modified time | relevance | path

Searched refs:hmacsha1 (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php113 $this->hmacsha1($secretKey,
216 private function hmacsha1($key, $message) { function in Sabre\\HTTP\\Auth\\AWS
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php113 $this->hmacsha1($secretKey,
216 private function hmacsha1($key, $message) { function in Sabre\\HTTP\\Auth\\AWS
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php187 $sig = base64_encode($this->hmacsha1($secretKey,
224 private function hmacsha1($key, $message) { function in Sabre\\HTTP\\Auth\\AWSTest