Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
crypt.h File Reference
#include <core/engine.h>
#include <core/engctx.h>

Go to the source code of this file.

Data Structures

struct  nouveau_crypt_chan
 
struct  nouveau_crypt
 

Macros

#define nouveau_crypt_context_create(p, e, c, g, s, a, f, d)   nouveau_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))
 
#define nouveau_crypt_context_destroy(d)   nouveau_engctx_destroy(&(d)->base)
 
#define nouveau_crypt_context_init(d)   nouveau_engctx_init(&(d)->base)
 
#define nouveau_crypt_context_fini(d, s)   nouveau_engctx_fini(&(d)->base, (s))
 
#define _nouveau_crypt_context_dtor   _nouveau_engctx_dtor
 
#define _nouveau_crypt_context_init   _nouveau_engctx_init
 
#define _nouveau_crypt_context_fini   _nouveau_engctx_fini
 
#define _nouveau_crypt_context_rd32   _nouveau_engctx_rd32
 
#define _nouveau_crypt_context_wr32   _nouveau_engctx_wr32
 
#define nouveau_crypt_create(p, e, c, d)   nouveau_engine_create((p), (e), (c), true, "PCRYPT", "crypt", (d))
 
#define nouveau_crypt_destroy(d)   nouveau_engine_destroy(&(d)->base)
 
#define nouveau_crypt_init(d)   nouveau_engine_init(&(d)->base)
 
#define nouveau_crypt_fini(d, s)   nouveau_engine_fini(&(d)->base, (s))
 
#define _nouveau_crypt_dtor   _nouveau_engine_dtor
 
#define _nouveau_crypt_init   _nouveau_engine_init
 
#define _nouveau_crypt_fini   _nouveau_engine_fini
 

Variables

struct nouveau_oclass nv84_crypt_oclass
 
struct nouveau_oclass nv98_crypt_oclass
 

Macro Definition Documentation

#define _nouveau_crypt_context_dtor   _nouveau_engctx_dtor

Definition at line 20 of file crypt.h.

#define _nouveau_crypt_context_fini   _nouveau_engctx_fini

Definition at line 22 of file crypt.h.

#define _nouveau_crypt_context_init   _nouveau_engctx_init

Definition at line 21 of file crypt.h.

#define _nouveau_crypt_context_rd32   _nouveau_engctx_rd32

Definition at line 23 of file crypt.h.

#define _nouveau_crypt_context_wr32   _nouveau_engctx_wr32

Definition at line 24 of file crypt.h.

#define _nouveau_crypt_dtor   _nouveau_engine_dtor

Definition at line 39 of file crypt.h.

#define _nouveau_crypt_fini   _nouveau_engine_fini

Definition at line 41 of file crypt.h.

#define _nouveau_crypt_init   _nouveau_engine_init

Definition at line 40 of file crypt.h.

#define nouveau_crypt_context_create (   p,
  e,
  c,
  g,
  s,
  a,
  f,
  d 
)    nouveau_engctx_create((p), (e), (c), (g), (s), (a), (f), (d))

Definition at line 11 of file crypt.h.

#define nouveau_crypt_context_destroy (   d)    nouveau_engctx_destroy(&(d)->base)

Definition at line 13 of file crypt.h.

#define nouveau_crypt_context_fini (   d,
  s 
)    nouveau_engctx_fini(&(d)->base, (s))

Definition at line 17 of file crypt.h.

#define nouveau_crypt_context_init (   d)    nouveau_engctx_init(&(d)->base)

Definition at line 15 of file crypt.h.

#define nouveau_crypt_create (   p,
  e,
  c,
  d 
)    nouveau_engine_create((p), (e), (c), true, "PCRYPT", "crypt", (d))

Definition at line 30 of file crypt.h.

#define nouveau_crypt_destroy (   d)    nouveau_engine_destroy(&(d)->base)

Definition at line 32 of file crypt.h.

#define nouveau_crypt_fini (   d,
  s 
)    nouveau_engine_fini(&(d)->base, (s))

Definition at line 36 of file crypt.h.

#define nouveau_crypt_init (   d)    nouveau_engine_init(&(d)->base)

Definition at line 34 of file crypt.h.

Variable Documentation

struct nouveau_oclass nv84_crypt_oclass

Definition at line 209 of file nv84.c.

struct nouveau_oclass nv98_crypt_oclass

Definition at line 200 of file nv98.c.