Searched hist:"49525 e5eecca5e1b4a83ac217868e8d8b843539f" (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ubifs/ |
H A D | Makefile | diff 49525e5eecca5e1b4a83ac217868e8d8b843539f Fri Sep 07 14:36:32 CEST 2018 Sascha Hauer <s.hauer@pengutronix.de> ubifs: Add helper functions for authentication support
This patch adds the various helper functions needed for authentication support. We need functions to hash nodes, to embed HMACs into a node and to compare hashes and HMACs. Most functions first check if this filesystem is authenticated and bail out early if not, which makes the functions safe to be called with disabled authentication.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | auth.c | 49525e5eecca5e1b4a83ac217868e8d8b843539f Fri Sep 07 14:36:32 CEST 2018 Sascha Hauer <s.hauer@pengutronix.de> ubifs: Add helper functions for authentication support
This patch adds the various helper functions needed for authentication support. We need functions to hash nodes, to embed HMACs into a node and to compare hashes and HMACs. Most functions first check if this filesystem is authenticated and bail out early if not, which makes the functions safe to be called with disabled authentication.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | Kconfig | diff 49525e5eecca5e1b4a83ac217868e8d8b843539f Fri Sep 07 14:36:32 CEST 2018 Sascha Hauer <s.hauer@pengutronix.de> ubifs: Add helper functions for authentication support
This patch adds the various helper functions needed for authentication support. We need functions to hash nodes, to embed HMACs into a node and to compare hashes and HMACs. Most functions first check if this filesystem is authenticated and bail out early if not, which makes the functions safe to be called with disabled authentication.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Richard Weinberger <richard@nod.at>
|
H A D | ubifs.h | diff 49525e5eecca5e1b4a83ac217868e8d8b843539f Fri Sep 07 14:36:32 CEST 2018 Sascha Hauer <s.hauer@pengutronix.de> ubifs: Add helper functions for authentication support
This patch adds the various helper functions needed for authentication support. We need functions to hash nodes, to embed HMACs into a node and to compare hashes and HMACs. Most functions first check if this filesystem is authenticated and bail out early if not, which makes the functions safe to be called with disabled authentication.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Richard Weinberger <richard@nod.at>
|