![]() |
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. More...
#include <aranya-client.h>
Related Symbols | |
(Note that these are not member symbols.) | |
AranyaError | aranya_client_config_builder_init (struct AranyaClientConfigBuilder *out) |
Initializes AranyaClientConfigBuilder . | |
AranyaError | aranya_client_config_builder_init_ext (struct AranyaClientConfigBuilder *out, struct AranyaExtError *__ext_err) |
Initializes AranyaClientConfigBuilder . | |
AranyaError | aranya_client_config_builder_cleanup (struct AranyaClientConfigBuilder *ptr) |
Releases any resources associated with ptr . | |
AranyaError | aranya_client_config_builder_cleanup_ext (struct AranyaClientConfigBuilder *ptr, struct AranyaExtError *__ext_err) |
Releases any resources associated with ptr . | |
Configuration info builder for Aranya.
|
related |
Releases any resources associated with ptr
.
ptr
must either be null or initialized by aranya_client_config_builder_init
.
|
related |
Releases any resources associated with ptr
.
ptr
must either be null or initialized by aranya_client_config_builder_init
.
|
related |
Initializes AranyaClientConfigBuilder
.
When no longer needed, out
's resources must be released with its cleanup routine.
|
related |
Initializes AranyaClientConfigBuilder
.
When no longer needed, out
's resources must be released with its cleanup routine.