commit | 0cad19190c8a25efc9dd796cedd2849b8c667285 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jul 21 19:35:20 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 22 12:36:29 2020 +0200 |
tree | 82932afa0bcee0879d93b037e9ef294b74ff412e | |
parent | ab837f21ea28bf5f159ed19945011f87a12a74a7 [diff] |
lib: crypto: add pkcs7_digest() This function was nullified when the file, pkcs7_verify.c, was imported because it calls further linux-specific interfaces inside, hence that could lead to more files being imported from linux. We need this function in pkcs7_verify_one() and so simply re-implement it here instead of re-using the code. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>