#include <include/mcl/mcl_common.h>
Data Fields | |
mcl_load_shared_secret_callback_t | shared_secret |
Callback type to load shared secret. More... | |
mcl_load_rsa_callback_t | rsa |
Callback type to load RSA key. More... | |
This union is used to assign a callback function for loading registration information (whether RSA or shared secret).
Definition at line 294 of file mcl_common.h.
mcl_load_rsa_callback_t mcl_load_registration_information_callback_t::rsa |
Callback type to load RSA key.
Definition at line 297 of file mcl_common.h.
Referenced by _custom_load_register_info(), _log_configuration(), _save_registration_information(), and http_processor_update_security_information().
mcl_load_shared_secret_callback_t mcl_load_registration_information_callback_t::shared_secret |
Callback type to load shared secret.
Definition at line 296 of file mcl_common.h.
Referenced by _custom_load_register_info(), and http_processor_update_security_information().