cregit-Linux how code gets into the kernel

Release 4.7 include/linux/fips.h

Directory: include/linux
#ifndef _FIPS_H

#define _FIPS_H

#ifdef CONFIG_CRYPTO_FIPS
extern int fips_enabled;
#else

#define fips_enabled 0
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
neil hormanneil horman23100.00%1100.00%
Total23100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}