Home
last modified time | relevance | path

Searched refs:sig_method (Results 1 – 12 of 12) sorted by relevance

/dports/devel/make++/makepp-2.0/Mpp/BuildCheck/
H A Dexact_match.pm137 my( undef, $tinfo, $sorted_dependencies, $command_string, $build_cwd, $sig_method, $env ) = @_;
230 my $sig = $sig_method->signature($dep);
273 my( undef, $bc_entry, $sorted_dependencies, $command_string, undef, $sig_method, $env ) = @_;
291 return 1 if $old_dep_sigs[$depidx] ne $sig_method->signature($sorted_dependencies->[$depidx]);
313 my( undef, $tinfo, $sorted_dependencies, $key, $build_cwd, $sig_method, $env ) = @_;
323 my $content_based_signature = $sig_method->signature( $_ );
369 my $sig_method = $rule->signature_method;
372 $deps{$dep} = $sig_method->signature( file_info $dep, $dir )
H A Dtarget_newer.pm51 $build_cwd, $sig_method, $env) = @_;
54 if $sig_method != $Mpp::Signature::signature &&
64 …my @changed_deps = $self->changed_dependencies($tinfo, $sig_method, $build_cwd, @$sorted_dependenc…
/dports/devel/make++/makepp-2.0/
H A Dmakepp444 my $sig_method = $rule->signature_method; # Get which signature checking
492 $sig_method, $env )) { # Need to rebuild?
504 …d_check_from_build_info( $_, $all_dependencies, $command_string, $build_cwd, $sig_method, $env )) {
515 $build_cwd, $sig_method, $env );
741 my $sig_method = $rule->signature_method; # Get which signature checking
793 my $sorted_dep_sigs = join "\cA", map { $sig_method->signature($_) || '' } @$all_dependencies;
799 if( my $tsig = $sig_method->signature( $tinfo )) { # File actually exists now:
842 $build_cwd, $sig_method, $env);
/dports/net/pecl-oauth2/oauth-2.0.7/
H A Dprovider.c660 …LL, *param, *pthis, *token_secret = NULL, *consumer_secret, *req_signature, *sig_method = NULL, rv; in SOP_METHOD() local
737sig_method = zend_read_property(Z_OBJCE_P(pthis), OBJ_FOR_PROP(pthis), OAUTH_PROVIDER_SIGNATURE_ME… in SOP_METHOD()
739 if (sig_method && (Z_TYPE_P(sig_method) == IS_STRING) && Z_STRLEN_P(sig_method)) { in SOP_METHOD()
740 sig_ctx = oauth_create_sig_context(Z_STRVAL_P(sig_method)); in SOP_METHOD()
H A Doauth.c1779 char *ck, *cs, *sig_method = NULL; local
1787 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sssl", &ck, &ck_len, &cs, &cs_len, &sig_method, &sig_…
1829 sig_method = OAUTH_SIG_METHOD_HMACSHA1;
1832 soo->sig_ctx = oauth_create_sig_context(sig_method);
1861 ZVAL_STRING(&zsm, sig_method);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_policy.cpp117 bool Policy::allowed_signature_method(const std::string& sig_method) const in allowed_signature_method()
119 return value_exists(allowed_signature_methods(), sig_method); in allowed_signature_method()
H A Dtls_policy.h80 bool allowed_signature_method(const std::string& sig_method) const;
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_policy.cpp117 bool Policy::allowed_signature_method(const std::string& sig_method) const in allowed_signature_method()
119 return value_exists(allowed_signature_methods(), sig_method); in allowed_signature_method()
H A Dtls_policy.h80 bool allowed_signature_method(const std::string& sig_method) const;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_policy.cpp117 bool Policy::allowed_signature_method(const std::string& sig_method) const in allowed_signature_method()
119 return value_exists(allowed_signature_methods(), sig_method); in allowed_signature_method()
H A Dtls_policy.h80 bool allowed_signature_method(const std::string& sig_method) const;
/dports/www/dojo/dojo-release-1.12.2/dojox/io/
H A DOAuth.js.map7 …ndom","o","oauth_consumer_key","oauth_nonce","oauth_signature_method","sig_method","oauth_timestam…