corosync
2.3.2
|
Data Fields | |
uint8_t | crypto_cipher_type |
uint8_t | crypto_hash_type |
uint8_t | __pad0 |
uint8_t | __pad1 |
Definition at line 56 of file totemcrypto.c.
uint8_t crypto_config_header::__pad0 |
Definition at line 59 of file totemcrypto.c.
Referenced by crypto_authenticate_and_decrypt(), and crypto_encrypt_and_sign().
uint8_t crypto_config_header::__pad1 |
Definition at line 60 of file totemcrypto.c.
Referenced by crypto_authenticate_and_decrypt(), and crypto_encrypt_and_sign().
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().
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().