From c6da2cfeb05178a11c6d062a06f8078150ee492f Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 2 Jun 2012 13:09:29 +0200 Subject: samsung update 1 --- crypto/internal.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'crypto/internal.h') diff --git a/crypto/internal.h b/crypto/internal.h index d4384b0..0e7e9fd 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -51,7 +51,14 @@ extern struct rw_semaphore crypto_alg_sem; extern struct blocking_notifier_head crypto_chain; #ifdef CONFIG_PROC_FS +#ifdef CONFIG_CRYPTO_FIPS +void set_in_fips_err(void); +void __init crypto_init_proc(int *fips_error); +void do_integrity_check(void); +int testmgr_crypto_proc_init(void); +#else void __init crypto_init_proc(void); +#endif void __exit crypto_exit_proc(void); #else static inline void crypto_init_proc(void) @@ -138,4 +145,3 @@ static inline void crypto_notify(unsigned long val, void *v) } #endif /* _CRYPTO_INTERNAL_H */ - -- cgit v1.1