Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Variables
digsig.h File Reference
#include <linux/key.h>

Go to the source code of this file.

Data Structures

struct  pubkey_hdr
 
struct  signature_hdr
 

Enumerations

enum  pubkey_algo { PUBKEY_ALGO_RSA, PUBKEY_ALGO_MAX }
 
enum  digest_algo { DIGEST_ALGO_SHA1, DIGEST_ALGO_SHA256, DIGEST_ALGO_MAX }
 

Variables

struct pubkey_hdr __packed
 

Enumeration Type Documentation

Enumerator:
DIGEST_ALGO_SHA1 
DIGEST_ALGO_SHA256 
DIGEST_ALGO_MAX 

Definition at line 25 of file digsig.h.

Enumerator:
PUBKEY_ALGO_RSA 
PUBKEY_ALGO_MAX 

Definition at line 20 of file digsig.h.

Variable Documentation