From: PiotrX Kleski Date: Mon, 11 Jan 2021 08:59:31 +0000 (+0000) Subject: crypto: fixed vnet_crypto_is_set_handler() X-Git-Tag: v21.10-rc0~707 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b2525922cd7932413a370c212c09485367d15464;hp=b2525922cd7932413a370c212c09485367d15464;p=vpp.git crypto: fixed vnet_crypto_is_set_handler() Type: fix vnet_crypto_is_set_handler() was checking if op handler is set by using alg instead of op id. This fix changes the check to use op ids from crypto_main's alg_data for provided alg. Signed-off-by: PiotrX Kleski Change-Id: I5f0f00a889ddada44d9912af175ebad66677037a ---