Home | History | Annotate | Line # | Download | only in hostapd
      1  1.1  christos #include "includes.h"
      2  1.1  christos 
      3  1.1  christos #include "common.h"
      4  1.1  christos #include "aes.h"
      5  1.1  christos #include "aes_wrap.h"
      6  1.1  christos 
      7  1.2  christos int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain)
      8  1.1  christos {
      9  1.1  christos 	return -1;
     10  1.1  christos }
     11