HomeSort by relevance Sort by last modified time
    Searched refs:check_signature (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 86 public function check_signature($request, $consumer, $token, $signature) { function
199 public function check_signature($request, $consumer, $token, $signature) { function
510 $this->check_signature($request, $consumer, $token);
531 $this->check_signature($request, $consumer, $token);
547 $this->check_signature($request, $consumer, $token);
634 private function check_signature($request, $consumer, $token) { function
649 $valid_sig = $signature_method->check_signature(
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 86 public function check_signature($request, $consumer, $token, $signature) { function
199 public function check_signature($request, $consumer, $token, $signature) { function
510 $this->check_signature($request, $consumer, $token);
531 $this->check_signature($request, $consumer, $token);
547 $this->check_signature($request, $consumer, $token);
634 private function check_signature($request, $consumer, $token) { function
649 $valid_sig = $signature_method->check_signature(
  /external/kernel-headers/original/asm-arm/
io.h 16 * 04-Apr-1999 PJB Added check_signature.
197 check_signature(void __iomem *io_addr, const unsigned char *signature, function
224 #define check_signature(io,sig,len) (0) macro

Completed in 584 milliseconds