|
client-c
0.7.0
|
External interface for client keys manipulations. More...
Go to the source code of this file.
Functions | |
| void | ext_get_endpoint_public_key (char **buffer, size_t *buffer_size, bool *needs_deallocation) |
| Called to get the endpoint public key. More... | |
External interface for client keys manipulations.
Definition in file ext_key_utils.h.
| void ext_get_endpoint_public_key | ( | char ** | buffer, |
| size_t * | buffer_size, | ||
| bool * | needs_deallocation | ||
| ) |
Called to get the endpoint public key.
| [out] | buffer | Pointer to buffer which should be filled with public key. |
| [out] | buffer_size | Pointer to buffer's size. |
| [out] | needs_deallocation | Indicates if the Kaa library should deallocate buffer by itself. |