aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/aes_cmac.h
blob: c7a6df47b3271412ddbd7bddceb72e76259f1fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright 2008, Jouni Malinen <j@w1.fi>
 */

#ifndef AES_CMAC_H
#define AES_CMAC_H

#include <crypto/aes-cbc-macs.h>

void ieee80211_aes_cmac(const struct aes_cmac_key *key, const u8 *aad,
			const u8 *data, size_t data_len, u8 *mic,
			unsigned int mic_len);

#endif /* AES_CMAC_H */