![]() |
Aranya
a software development tool for governing access to data and services over a decentralized, zero-trust framework with secure end-to-end encrypted data exchange built-in.
|
Configuration info builder for Aranya QUIC Channels. More...
#include <aranya-client.h>
Related Symbols | |
(Note that these are not member symbols.) | |
AranyaError | aranya_aqc_config_builder_init (struct AranyaAqcConfigBuilder *out) |
Initializes AranyaAqcConfigBuilder . | |
AranyaError | aranya_aqc_config_builder_init_ext (struct AranyaAqcConfigBuilder *out, struct AranyaExtError *__ext_err) |
Initializes AranyaAqcConfigBuilder . | |
AranyaError | aranya_aqc_config_builder_cleanup (struct AranyaAqcConfigBuilder *ptr) |
Releases any resources associated with ptr . | |
AranyaError | aranya_aqc_config_builder_cleanup_ext (struct AranyaAqcConfigBuilder *ptr, struct AranyaExtError *__ext_err) |
Releases any resources associated with ptr . | |
Configuration info builder for Aranya QUIC Channels.
|
related |
Releases any resources associated with ptr
.
ptr
must either be null or initialized by aranya_aqc_config_builder_init
.
|
related |
Releases any resources associated with ptr
.
ptr
must either be null or initialized by aranya_aqc_config_builder_init
.
|
related |
Initializes AranyaAqcConfigBuilder
.
When no longer needed, out
's resources must be released with its cleanup routine.
|
related |
Initializes AranyaAqcConfigBuilder
.
When no longer needed, out
's resources must be released with its cleanup routine.