Searched refs:lws_ss_sigv4_set_aws_key (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | ss-s3-main.c | 190 lws_ss_sigv4_set_aws_key(context, 0, aws_keyid, aws_key); in app_system_state_nf()
|
D | README.md | 18 key. One need to call lws_ss_sigv4_set_aws_key() to plug in aws credentials into
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/ |
D | main.c | 189 lws_ss_sigv4_set_aws_key(context, 0, aws_keyid, aws_key); in app_system_state_nf()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-secure-streams.h | 819 lws_ss_sigv4_set_aws_key(struct lws_context* context, uint8_t idx,
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 432 lws_ss_sigv4_set_aws_key(struct lws_context* context, uint8_t idx, in lws_ss_sigv4_set_aws_key() function
|