client-c  0.7.0
ext_key_utils.h File Reference

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...
 

Detailed Description

External interface for client keys manipulations.

Definition in file ext_key_utils.h.

Function Documentation

void ext_get_endpoint_public_key ( char **  buffer,
size_t *  buffer_size,
bool *  needs_deallocation 
)

Called to get the endpoint public key.

Parameters
[out]bufferPointer to buffer which should be filled with public key.
[out]buffer_sizePointer to buffer's size.
[out]needs_deallocationIndicates if the Kaa library should deallocate buffer by itself.