FT: Avoid unnecessary allocation for MIC calculation
authorJouni Malinen <j@w1.fi>
Sun, 15 Mar 2015 18:18:14 +0000 (20:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 15 Mar 2015 18:18:14 +0000 (20:18 +0200)
commit8b949804b388d793866d5e9e3520c0d53038b3fb
treeb351086ac7b4d42094c237221a3a1ed7cb8223bf
parent18da814be7bd907487087c42d39e57ab93567481
FT: Avoid unnecessary allocation for MIC calculation

Use the vector version of omac1_aes_128() to avoid unnecessary memory
allocation for each FTIE MIC calculation.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/wpa_common.c