Home
last modified time | relevance | path

Searched defs:signed_headers (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/p5-Net-Amazon-Signature-V3/Net-Amazon-Signature-V3-0.001/lib/Net/Amazon/Signature/
H A DV3.pm34 sub signed_headers { subroutine
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_aws/src/
H A Drabbitmq_aws_sign.erl228 signed_headers(Headers) -> function
235 signed_headers([], SignedHeaders) -> string:join(SignedHeaders, ";"); function
236 signed_headers([{Key,_}|T], SignedHeaders) -> function
/dports/devel/py-minio/minio-4.0.21/minio/
H A Dsigner.py245 def generate_canonical_request(method, parsed_url, headers, signed_headers, content_sha256): argument
340 signed_headers, signature): argument
/dports/mail/py-flanker/flanker-0.9.11/flanker/
H A Ddkim.py76 def __init__(self, key, selector, domain, signed_headers=None): argument
125 signed_headers=None): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/utils/
H A Dsignurl_helper.py46 signed_headers, argument
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/xbcloud/
H A Ds3.cc106 Http_request &request, std::string &signed_headers) { in build_hashed_canonical_request()
162 std::string &signed_headers) { in build_string_to_sign()
193 std::string signed_headers; in sign_request() local
296 std::string signed_headers; in sign_request() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/xbcloud/
H A Ds3.cc105 Http_request &request, std::string &signed_headers) { in build_hashed_canonical_request()
161 std::string &signed_headers) { in build_string_to_sign()
189 std::string signed_headers; in sign_request() local
292 std::string signed_headers; in sign_request() local
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_signv4.c562 flb_sds_t *signed_headers) in flb_signv4_canonical_request()
1045 flb_sds_t signed_headers, in flb_signv4_add_authorization()
1097 flb_sds_t signed_headers; in flb_signv4_do() local
/dports/security/aws-c-auth/aws-c-auth-0.6.5/include/aws/auth/private/
H A Daws_signing.h51 struct aws_byte_buf signed_headers; member
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dhttp_aws_sigv4.c92 char *signed_headers = NULL; in Curl_output_aws_sigv4() local
/dports/www/py-requests-aws4auth/requests-aws4auth-1.1.1/requests_aws4auth/
H A Daws4auth.py561 def get_canonical_request(self, req, cano_headers, signed_headers): argument
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/credentials/external/
H A Daws_request_signer.cc167 std::string signed_headers = absl::StrJoin(signed_headers_vector, ";"); in GetSignedRequestHeaders() local
H A Daws_external_account_credentials.cc360 auto signed_headers = signer_->GetSignedRequestHeaders(); in BuildSubjectToken() local
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/security/credentials/external/
H A Daws_request_signer.cc161 std::string signed_headers = absl::StrJoin(signed_headers_vector, ";"); in GetSignedRequestHeaders() local
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/credentials/external/
H A Daws_request_signer.cc167 std::string signed_headers = absl::StrJoin(signed_headers_vector, ";"); in GetSignedRequestHeaders() local
H A Daws_external_account_credentials.cc359 auto signed_headers = signer_->GetSignedRequestHeaders(); in BuildSubjectToken() local
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rusoto_signature-0.47.0/src/
H A Dsignature.rs331 let signed_headers = signed_headers(&self.headers); in generate_presigned_url() localVariable
460 let signed_headers = signed_headers(&self.headers); in sign() localVariable
632 fn signed_headers(headers: &BTreeMap<String, Vec<Vec<u8>>>) -> String { in signed_headers() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rusoto_signature-0.44.0/src/
H A Dsignature.rs318 let signed_headers = signed_headers(&self.headers); in generate_presigned_url() localVariable
447 let signed_headers = signed_headers(&self.headers); in sign() localVariable
620 fn signed_headers(headers: &BTreeMap<String, Vec<Vec<u8>>>) -> String { in signed_headers() function
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/credentials/external/
H A Daws_external_account_credentials.cc360 auto signed_headers = signer_->GetSignedRequestHeaders(); in BuildSubjectToken() local

12