Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
crypto_template Struct Reference

#include <algapi.h>

Data Fields

struct list_head list
 
struct hlist_head instances
 
struct modulemodule
 
struct crypto_instance *(* alloc )(struct rtattr **tb)
 
void(* free )(struct crypto_instance *inst)
 
int(* create )(struct crypto_template *tmpl, struct rtattr **tb)
 
char name [CRYPTO_MAX_ALG_NAME]
 

Detailed Description

Definition at line 48 of file algapi.h.

Field Documentation

struct crypto_instance*(* alloc)(struct rtattr **tb)
read

Definition at line 53 of file algapi.h.

int(* create)(struct crypto_template *tmpl, struct rtattr **tb)

Definition at line 55 of file algapi.h.

void(* free)(struct crypto_instance *inst)

Definition at line 54 of file algapi.h.

struct hlist_head instances

Definition at line 50 of file algapi.h.

Definition at line 49 of file algapi.h.

Definition at line 51 of file algapi.h.

Definition at line 57 of file algapi.h.


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