wpa_tkip.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 141 | 24% |
空行行数 | 100 | 17% |
実行行数 | 345 | 59% |
合計行数 | 586 | 100% |
内容 | 定義数 |
---|---|
関数数 | 13 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Inline | S | static inline u16 | Perform S-box mapping on a 16-bit value |
2 |
Inline | ror16 | static inline u16 | Rotate 16-bit value right |
3 |
Inline | ror32 | static inline u32 | Rotate 32-bit value right |
4 |
Inline | rol32 | static inline u32 | Rotate 32-bit value left |
5 |
Static | tkip_init | static int | Initialise TKIP state and install key |
6 |
Static | tkip_mix_1 | static void | Perform TKIP key mixing, phase 1 |
7 |
Static | tkip_mix_2 | static void | Perform TKIP key mixing, phase 2 |
8 |
Static | tkip_feed_michael | static void | Update Michael message integrity code based on next 32-bit word of data |
9 |
Static | tkip_michael | static void | Calculate Michael message integrity code |
10 |
Static | tkip_encrypt | static struct io_buffer * | Encrypt a packet using TKIP |
11 |
Static | tkip_decrypt | static struct io_buffer * | Decrypt a packet using TKIP |
12 |
Static | tkip_kie_mic | static void | Calculate HMAC-MD5 MIC for EAPOL-Key frame |
13 |
Static | tkip_kie_decrypt | static int | Decrypt key data in EAPOL-Key frame |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー