Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
cryptouser.h File Reference

Go to the source code of this file.

Data Structures

struct  crypto_user_alg
 
struct  crypto_report_larval
 
struct  crypto_report_hash
 
struct  crypto_report_cipher
 
struct  crypto_report_blkcipher
 
struct  crypto_report_aead
 
struct  crypto_report_comp
 
struct  crypto_report_rng
 

Macros

#define CRYPTO_MSG_MAX   (__CRYPTO_MSG_MAX - 1)
 
#define CRYPTO_NR_MSGTYPES   (CRYPTO_MSG_MAX + 1 - CRYPTO_MSG_BASE)
 
#define CRYPTO_MAX_NAME   CRYPTO_MAX_ALG_NAME
 
#define CRYPTOCFGA_MAX   (__CRYPTOCFGA_MAX - 1)
 
#define CRYPTO_REPORT_MAXSIZE
 

Enumerations

enum  {
  CRYPTO_MSG_BASE = 0x10, CRYPTO_MSG_NEWALG = 0x10, CRYPTO_MSG_DELALG, CRYPTO_MSG_UPDATEALG,
  CRYPTO_MSG_GETALG, __CRYPTO_MSG_MAX
}
 
enum  crypto_attr_type_t {
  CRYPTOCFGA_UNSPEC, CRYPTOCFGA_PRIORITY_VAL, CRYPTOCFGA_REPORT_LARVAL, CRYPTOCFGA_REPORT_HASH,
  CRYPTOCFGA_REPORT_BLKCIPHER, CRYPTOCFGA_REPORT_AEAD, CRYPTOCFGA_REPORT_COMPRESS, CRYPTOCFGA_REPORT_RNG,
  CRYPTOCFGA_REPORT_CIPHER
}
 

Macro Definition Documentation

#define CRYPTO_MAX_NAME   CRYPTO_MAX_ALG_NAME

Definition at line 33 of file cryptouser.h.

#define CRYPTO_MSG_MAX   (__CRYPTO_MSG_MAX - 1)

Definition at line 30 of file cryptouser.h.

#define CRYPTO_NR_MSGTYPES   (CRYPTO_MSG_MAX + 1 - CRYPTO_MSG_BASE)

Definition at line 31 of file cryptouser.h.

#define CRYPTO_REPORT_MAXSIZE
Value:

Definition at line 104 of file cryptouser.h.

#define CRYPTOCFGA_MAX   (__CRYPTOCFGA_MAX - 1)

Definition at line 48 of file cryptouser.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
CRYPTO_MSG_BASE 
CRYPTO_MSG_NEWALG 
CRYPTO_MSG_DELALG 
CRYPTO_MSG_UPDATEALG 
CRYPTO_MSG_GETALG 
__CRYPTO_MSG_MAX 

Definition at line 22 of file cryptouser.h.

Enumerator:
CRYPTOCFGA_UNSPEC 
CRYPTOCFGA_PRIORITY_VAL 
CRYPTOCFGA_REPORT_LARVAL 
CRYPTOCFGA_REPORT_HASH 
CRYPTOCFGA_REPORT_BLKCIPHER 
CRYPTOCFGA_REPORT_AEAD 
CRYPTOCFGA_REPORT_COMPRESS 
CRYPTOCFGA_REPORT_RNG 
CRYPTOCFGA_REPORT_CIPHER 

Definition at line 36 of file cryptouser.h.