#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "aes_wrap.h"
#include "eap_psk_common.h"
Include dependency graph for eap_psk_common.c:
Go to the source code of this file.
Defines | |
#define | aes_block_size 16 |
Functions | |
void | eap_psk_key_setup (const u8 *psk, u8 *ak, u8 *kdk) |
void | eap_psk_derive_keys (const u8 *kdk, const u8 *rand_p, u8 *tek, u8 *msk) |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_psk_common.c.