OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [tags/] [linux-2.6/] [linux-2.6.24_or32_unified_v2.3/] [net/] [mac80211/] [michael.h] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 xianfeng
/*
2
 * Michael MIC implementation - optimized for TKIP MIC operations
3
 * Copyright 2002-2003, Instant802 Networks, Inc.
4
 *
5
 * This program is free software; you can redistribute it and/or modify
6
 * it under the terms of the GNU General Public License version 2 as
7
 * published by the Free Software Foundation.
8
 */
9
 
10
#ifndef MICHAEL_H
11
#define MICHAEL_H
12
 
13
#include <linux/types.h>
14
 
15
#define MICHAEL_MIC_LEN 8
16
 
17
void michael_mic(u8 *key, u8 *da, u8 *sa, u8 priority,
18
                 u8 *data, size_t data_len, u8 *mic);
19
 
20
#endif /* MICHAEL_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.