hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/crypto/internal/poly1305.h
....@@ -18,7 +18,8 @@
1818 * only the ε-almost-∆-universal hash function (not the full MAC) is computed.
1919 */
2020
21
-void poly1305_core_setkey(struct poly1305_core_key *key, const u8 *raw_key);
21
+void poly1305_core_setkey(struct poly1305_core_key *key,
22
+ const u8 raw_key[POLY1305_BLOCK_SIZE]);
2223 static inline void poly1305_core_init(struct poly1305_state *state)
2324 {
2425 *state = (struct poly1305_state){};