remove libdss from Makefile
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / crypto / cts.c
index 243f591dc4091a7e4dec269d4e9a11b0133539cc..38c6d62f733b5f671684e8a3f4f32cc6fcc5f214 100644 (file)
@@ -144,7 +144,7 @@ out:
        skcipher_request_complete(req, err);
 }
 
-static int crypto_cts_encrypt(struct skcipher_request *req)
+static int __nocfi crypto_cts_encrypt(struct skcipher_request *req)
 {
        struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
        struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);