forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/lib/crypto/poly1305-donna64.c
....@@ -12,7 +12,8 @@
1212
1313 typedef __uint128_t u128;
1414
15
-void poly1305_core_setkey(struct poly1305_core_key *key, const u8 raw_key[16])
15
+void poly1305_core_setkey(struct poly1305_core_key *key,
16
+ const u8 raw_key[POLY1305_BLOCK_SIZE])
1617 {
1718 u64 t0, t1;
1819