mcl_load_registration_information_callback_t Union Reference

#include <include/mcl/mcl_common.h>

Collaboration diagram for mcl_load_registration_information_callback_t:
Collaboration graph

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

Detailed Description

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.

Field Documentation

mcl_load_rsa_callback_t mcl_load_registration_information_callback_t::rsa
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().


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