commit | 05329fa4c0c7774d01945d94ad2e9079a338baa8 | [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 | 063499e38e41bd23563fb6f98438ddd1ce0f7e6a [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>