aboutsummaryrefslogtreecommitdiffstats
path: root/airpdcap/airpdcap_sha1.h
blob: 87ebfb643d7fe2e36b564e7af28075d9d2f2380d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef	_AIRPDCAP_SHA1
#define	_AIRPDCAP_SHA1

/******************************************************************************/
/*	File includes																					*/
/*																										*/
#include "airpdcap_interop.h"
/*																										*/
/*																										*/
/******************************************************************************/

/******************************************************************************/
/*	Definitions																						*/
/*																										*/
/* Maximum HMAC block length																	*/
#define HMAC_MAX_BLOCK_LEN	SHA2_512_HMAC_BLOCK_LEN
#define HMAC_IPAD_VAL	0x36
#define HMAC_OPAD_VAL	0x5C
/*																										*/
/******************************************************************************/

/******************************************************************************/
/*	External function prototypes declarations												*/
/*																										*/
/*																										*/
/******************************************************************************/

#endif