kernel/include/crypto/internal/poly1305.h
.. .. @@ -18,7 +18,8 @@ 18 18 * only the ε-almost-∆-universal hash function (not the full MAC) is computed. 19 19 */ 20 20 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]);22 23 static inline void poly1305_core_init(struct poly1305_state *state) 23 24 { 24 25 *state = (struct poly1305_state){};