22 #ifndef EXT_KEY_UTILS_H_
23 #define EXT_KEY_UTILS_H_
kaa_error_t ext_get_sha1_base64_public(const uint8_t **sha1, size_t *length)
Return sha1 of the endpoint public key in base64 format.
kaa_error_t kaa_init_rsa_keypair(void)
Performs initialization of the RSA keypair (if required).
kaa_error_t
Definition: kaa_error.h:31
void ext_get_endpoint_public_key(const uint8_t **buffer, size_t *buffer_size)
Returns the endpoint public key.
void ext_get_sha1_public(uint8_t **sha1, size_t *length)
Return sha1 of the endpoint public key.
void kaa_deinit_rsa_keypair(void)
Performs deinitialization of the RSA keypair.