Implement RFC 5297 AES-SIV
authorBob Copeland <me@bobcopeland.com>
Mon, 1 Sep 2014 04:23:28 +0000 (00:23 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 19 Oct 2014 09:43:38 +0000 (12:43 +0300)
commitf7072600be1ed59bb904b850d1ae92f8e8b70401
treeacef210d8cd9dcb229a43292c1132898a391d959
parent6293f9ed079583842d508290b69aa911b497b9ff
Implement RFC 5297 AES-SIV

Add an implementation of Synthetic Initialization Vector (SIV)
Authenticated Encryption Using the Advanced Encryption Standard (AES).

This mode of AES is used to protect peering frames when using
the authenticated mesh peering exchange.

Signed-off-by: Javier Lopez <jlopex@gmail.com>
Signed-off-by: Jason Mobarak <x@jason.mobarak.name>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
src/crypto/Makefile
src/crypto/aes-siv.c [new file with mode: 0644]
src/crypto/aes_siv.h [new file with mode: 0644]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile