forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/crypto/null.h
....@@ -9,7 +9,7 @@
99 #define NULL_DIGEST_SIZE 0
1010 #define NULL_IV_SIZE 0
1111
12
-struct crypto_skcipher *crypto_get_default_null_skcipher(void);
12
+struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);
1313 void crypto_put_default_null_skcipher(void);
1414
1515 #endif