corosync  2.4.2
Data Fields
crypto_instance Struct Reference

Data Fields

PK11SymKey * nss_sym_key
 
PK11SymKey * nss_sym_key_sign
 
unsigned char private_key [1024]
 
unsigned int private_key_len
 
enum crypto_crypt_t crypto_cipher_type
 
enum crypto_hash_t crypto_hash_type
 
unsigned int crypto_header_size
 
void(* log_printf_func )(int level, int subsys, const char *function, const char *file, int line, const char *format,...) __attribute__((format(printf
 
void(*) in log_level_security )
 
int log_level_notice
 
int log_level_error
 
int log_subsys_id
 

Detailed Description

Definition at line 172 of file totemcrypto.c.

Field Documentation

enum crypto_crypt_t crypto_instance::crypto_cipher_type

Definition at line 180 of file totemcrypto.c.

Referenced by crypto_init().

enum crypto_hash_t crypto_instance::crypto_hash_type

Definition at line 182 of file totemcrypto.c.

Referenced by crypto_init().

unsigned int crypto_instance::crypto_header_size

Definition at line 184 of file totemcrypto.c.

Referenced by crypto_init().

int crypto_instance::log_level_error

Definition at line 197 of file totemcrypto.c.

Referenced by crypto_init().

int crypto_instance::log_level_notice

Definition at line 196 of file totemcrypto.c.

Referenced by crypto_init().

void(*) in crypto_instance::log_level_security)

Definition at line 193 of file totemcrypto.c.

Referenced by crypto_authenticate_and_decrypt(), and crypto_init().

void(* crypto_instance::log_printf_func)(int level, int subsys, const char *function, const char *file, int line, const char *format,...) __attribute__((format(printf

Definition at line 186 of file totemcrypto.c.

Referenced by crypto_init().

int crypto_instance::log_subsys_id

Definition at line 198 of file totemcrypto.c.

Referenced by crypto_init().

PK11SymKey* crypto_instance::nss_sym_key

Definition at line 173 of file totemcrypto.c.

PK11SymKey* crypto_instance::nss_sym_key_sign

Definition at line 174 of file totemcrypto.c.

unsigned char crypto_instance::private_key[1024]

Definition at line 176 of file totemcrypto.c.

Referenced by crypto_init().

unsigned int crypto_instance::private_key_len

Definition at line 178 of file totemcrypto.c.

Referenced by crypto_init().


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