]> www.infradead.org Git - mtd-utils.git/commit
ubifs-utils: Adapt auth.c in libubifs
authorZhihao Cheng <chengzhihao1@huawei.com>
Mon, 11 Nov 2024 08:37:04 +0000 (16:37 +0800)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 11 Nov 2024 09:32:45 +0000 (10:32 +0100)
commit5597072e7ff8107a7a15e6798a575d5597421de2
tree06bf4f2d38ca6cb901f588aaddab96f510b623aa
parenta2662a10e53c132f3a74ba960308fe22c53b0625
ubifs-utils: Adapt auth.c in libubifs

Adapt auth.c in libubifs, compared with linux kernel implementations:
 1. Only keep implementations used by mkfs, other implementations
    are removed.
 2. Adapt functions based on implementations in common/sign.c.

Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/libubifs/auth.c