crypto: pkcs7: Use match_string() helper to simplify the code
authorYueHaibing <yuehaibing@huawei.com>
Wed, 2 Sep 2020 14:07:17 +0000 (22:07 +0800)
committerDavid Howells <dhowells@redhat.com>
Thu, 21 Jan 2021 16:16:09 +0000 (16:16 +0000)
commit3c0940c4ff078064b9e67f52a18cd543ad467fb3
tree1a1e9afdfdaa55e903cd42adc7084b77b4cf95c9
parentd13fc8747218c1a5c7bdf69c54a4c64ea52f0d81
crypto: pkcs7: Use match_string() helper to simplify the code

match_string() returns the array index of a matching string.
Use it instead of the open-coded implementation.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
crypto/asymmetric_keys/pkcs7_verify.c