#include <include/mcl/mcl_common.h>
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... | |
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.
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().