corosync  2.4.4-dirty
Data Fields
crypto_config_header Struct Reference

Data Fields

uint8_t crypto_cipher_type
 
uint8_t crypto_hash_type
 
uint8_t __pad0
 
uint8_t __pad1
 

Detailed Description

Definition at line 56 of file totemcrypto.c.

Field Documentation

◆ __pad0

uint8_t crypto_config_header::__pad0

Definition at line 59 of file totemcrypto.c.

Referenced by crypto_encrypt_and_sign().

◆ __pad1

uint8_t crypto_config_header::__pad1

Definition at line 60 of file totemcrypto.c.

Referenced by crypto_encrypt_and_sign().

◆ crypto_cipher_type

uint8_t crypto_config_header::crypto_cipher_type

Definition at line 57 of file totemcrypto.c.

Referenced by crypto_authenticate_and_decrypt(), and crypto_encrypt_and_sign().

◆ crypto_hash_type

uint8_t crypto_config_header::crypto_hash_type

Definition at line 58 of file totemcrypto.c.

Referenced by crypto_authenticate_and_decrypt(), and crypto_encrypt_and_sign().


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