Home
last modified time | relevance | path

Searched refs:verify_method (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/Auth/Verify/
H A DStack.pm30 foreach my $verify_method (split(',', $list)) {
31 my $module = $methods{$verify_method};
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/Auth/Verify/
H A DStack.pm34 foreach my $verify_method (split(',', $list)) {
35 my $module = $methods{$verify_method};
/dports/net/p5-Net-ACME2/Net-ACME2-0.35/t/lib/Test/
H A DCrypt.pm70 my $verify_method = $is_ecc ? 'verify_jwa' : 'verify_RS256';
72 die "JWT verification failed!" if !$kobj->$verify_method($message, $signature);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/soap/inc/
H A Dclass.soap_server.inc.php.wip149 if($this->verify_method($request_val))
245 function verify_method($request)
248 $this->debug("entered verify_method() w/ request name: ".$request->name);
256 $this->debug("entered verify_method() with ".count($params)." parameters");
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dmod.rs1386 $verify_method:ident, $($verify_args:expr),*) => ({ in canonicalize()
1389 stringify!($verify_method)); in canonicalize()
1393 match sig.$verify_method(self.primary.key(), in canonicalize()
1409 $verify_method:ident) => ({ in canonicalize()
1410 check!($desc, $binding, $sigs, $verify_method,) in canonicalize()
1479 $verify_method:ident, $hash_method:ident) => ({ in canonicalize()
1481 $verify_method, $hash_method, ) in canonicalize()
1586 stringify!($verify_method)); in canonicalize()
1603 $verify_method:ident) => ({ in canonicalize()
1625 if let Ok(()) = sig.$verify_method(&key, in canonicalize()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dmod.rs1386 $verify_method:ident, $($verify_args:expr),*) => ({ in canonicalize()
1389 stringify!($verify_method)); in canonicalize()
1393 match sig.$verify_method(self.primary.key(), in canonicalize()
1409 $verify_method:ident) => ({ in canonicalize()
1410 check!($desc, $binding, $sigs, $verify_method,) in canonicalize()
1479 $verify_method:ident, $hash_method:ident) => ({ in canonicalize()
1481 $verify_method, $hash_method, ) in canonicalize()
1586 stringify!($verify_method)); in canonicalize()
1603 $verify_method:ident) => ({ in canonicalize()
1625 if let Ok(()) = sig.$verify_method(&key, in canonicalize()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.soap_server.inc.php182 if($this->verify_method($request_val))
334 function verify_method($request) function in soap_server
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/mapfiles/libverify/
H A Dreorder-x8613 text: .text%verify_method: OUTPUTDIR/check_code.o;
H A Dreorder-sparc12 text: .text%verify_method: OUTPUTDIR/check_code.o;
H A Dreorder-sparcv913 text: .text%verify_method: OUTPUTDIR/check_code.o;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/make/mapfiles/libverify/
H A Dreorder-x8613 text: .text%verify_method: OUTPUTDIR/check_code.o;
H A Dreorder-sparcv913 text: .text%verify_method: OUTPUTDIR/check_code.o;
H A Dreorder-sparc12 text: .text%verify_method: OUTPUTDIR/check_code.o;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Dverify.h149 int verify_method (vfy_method *meth);
H A Dverify-glue.c498 result = verify_method (&method); in verify_jvm_instructions_new()
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Dverify.h149 int verify_method (vfy_method *meth);
H A Dverify-glue.c497 result = verify_method (&method); in verify_jvm_instructions_new()
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Dverify.h149 int verify_method (vfy_method *meth);
H A Dverify-glue.c497 result = verify_method (&method); in verify_jvm_instructions_new()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Dverify.h149 int verify_method (vfy_method *meth);
H A Dverify-glue.c497 result = verify_method (&method); in verify_jvm_instructions_new()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Dverify.h149 int verify_method (vfy_method *meth);
H A Dverify-glue.c497 result = verify_method (&method); in verify_jvm_instructions_new()
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dclass.soap_server.php574 if(! $this->verify_method($this->methodname,$this->methodparams)){
829 function verify_method($operation,$request){ function in nusoap_server
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/
H A Dclass.soap_server.php573 if(! $this->verify_method($this->methodname,$this->methodparams)){
828 function verify_method($operation,$request){ function in nusoap_server

1234