cregit-Linux how code gets into the kernel

Release 4.7 drivers/net/wireless/intersil/orinoco/mic.h

/* Orinoco MIC helpers
 *
 * See copyright notice in main.c
 */
#ifndef _ORINOCO_MIC_H_

#define _ORINOCO_MIC_H_

#include <linux/types.h>


#define MICHAEL_MIC_LEN 8

/* Forward declarations */
struct orinoco_private;
struct crypto_ahash;

int orinoco_mic_init(struct orinoco_private *priv);
void orinoco_mic_free(struct orinoco_private *priv);
int orinoco_mic(struct crypto_ahash *tfm_michael, u8 *key,
		u8 *da, u8 *sa, u8 priority,
		u8 *data, size_t data_len, u8 *mic);

#endif /* ORINOCO_MIC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
david kilroydavid kilroy7597.40%150.00%
herbert xuherbert xu22.60%150.00%
Total77100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}