cregit-Linux how code gets into the kernel

Release 4.15 include/linux/fips.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 Horman2395.83%150.00%
Greg Kroah-Hartman14.17%150.00%
Total24100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.