Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
fips.h
Go to the documentation of this file.
1
#ifndef _FIPS_H
2
#define _FIPS_H
3
4
#ifdef CONFIG_CRYPTO_FIPS
5
extern
int
fips_enabled
;
6
#else
7
#define fips_enabled 0
8
#endif
9
10
#endif
Generated on Thu Jan 10 2013 14:51:23 for Linux Kernel by
1.8.2