mcl_save_registration_information_callback_t Union Reference

#include <include/mcl/mcl_common.h>

Collaboration diagram for mcl_save_registration_information_callback_t:
Collaboration graph

Data Fields

mcl_save_shared_secret_callback_t shared_secret
 Callback type to save shared secret. More...
 
mcl_save_rsa_callback_t rsa
 Callback type to save RSA key. More...
 

Detailed Description

This union is used to assign a callback function for saving registration information (whether RSA or shared secret).

Definition at line 303 of file mcl_common.h.

Field Documentation

mcl_save_rsa_callback_t mcl_save_registration_information_callback_t::rsa

Callback type to save RSA key.

Definition at line 306 of file mcl_common.h.

Referenced by _log_configuration(), and _save_registration_information().

mcl_save_shared_secret_callback_t mcl_save_registration_information_callback_t::shared_secret

Callback type to save shared secret.

Definition at line 305 of file mcl_common.h.

Referenced by _save_registration_information(), and http_processor_update_security_information().


The documentation for this union was generated from the following file: