EAP-IKEv2 common routines. More...
#include "includes.h"
#include "common.h"
#include "eap_defs.h"
#include "eap_common.h"
#include "ikev2_common.h"
#include "eap_ikev2_common.h"
Go to the source code of this file.
Functions | |
int | eap_ikev2_derive_keymat (int prf, struct ikev2_keys *keys, const u8 *i_nonce, size_t i_nonce_len, const u8 *r_nonce, size_t r_nonce_len, u8 *keymat) |
struct wpabuf * | eap_ikev2_build_frag_ack (u8 id, u8 code) |
int | eap_ikev2_validate_icv (int integ_alg, struct ikev2_keys *keys, int initiator, const struct wpabuf *msg, const u8 *pos, const u8 *end) |
EAP-IKEv2 common routines.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_ikev2_common.c.