mcl_credentials_save_callback_t Union Reference

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

Collaboration diagram for mcl_credentials_save_callback_t:
Collaboration graph

Data Fields

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

Definition at line 242 of file mcl_core_common.h.

Field Documentation

mcl_credentials_save_rsa_callback_t mcl_credentials_save_callback_t::rsa

Callback type to save RSA key.

Definition at line 245 of file mcl_core_common.h.

Referenced by _save_credentials(), and core_configuration_log().

mcl_credentials_save_shared_secret_callback_t mcl_credentials_save_callback_t::shared_secret

Callback type to save shared secret.

Definition at line 244 of file mcl_core_common.h.

Referenced by _save_credentials(), and core_processor_update_credentials().


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