mcl_credentials_load_callback_t Union Reference

#include <mcl_core/include/mcl_core/mcl_core_common.h>

Collaboration diagram for mcl_credentials_load_callback_t:
Collaboration graph

Data Fields

mcl_credentials_load_shared_secret_callback_t shared_secret
 Callback type to load shared secret. More...
 
mcl_credentials_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 credentials (whether RSA or shared secret).

Definition at line 233 of file mcl_core_common.h.

Field Documentation

mcl_credentials_load_rsa_callback_t mcl_credentials_load_callback_t::rsa

Callback type to load RSA key.

Definition at line 236 of file mcl_core_common.h.

Referenced by _custom_load_register_info(), _save_credentials(), core_configuration_log(), and core_processor_update_credentials().

mcl_credentials_load_shared_secret_callback_t mcl_credentials_load_callback_t::shared_secret

Callback type to load shared secret.

Definition at line 235 of file mcl_core_common.h.

Referenced by _custom_load_register_info(), and core_processor_update_credentials().


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