Home
last modified time | relevance | path

Searched refs:aws_tls_ctx_acquire (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dtls_channel_handler.c373 conn_options->ctx = aws_tls_ctx_acquire(ctx); in aws_tls_connection_options_init_from_ctx()
384 to->ctx = aws_tls_ctx_acquire(from->ctx); in aws_tls_connection_options_copy()
590 struct aws_tls_ctx *aws_tls_ctx_acquire(struct aws_tls_ctx *ctx) { in aws_tls_ctx_acquire() function
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/io/
H A Dtls_channel_handler.h564 AWS_IO_API struct aws_tls_ctx *aws_tls_ctx_acquire(struct aws_tls_ctx *ctx);
/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Dcredentials_provider_default_chain.c280 tls_ctx = aws_tls_ctx_acquire(options->tls_ctx); in aws_credentials_provider_new_chain_default()
H A Dcredentials_provider_profile.c244 tls_ctx = aws_tls_ctx_acquire(options->tls_ctx); in s_create_sts_based_provider()