Lines Matching full:auth
522 u8 method, const u8 *auth, size_t auth_len)
530 /* TODO: validate AUTH */
536 u8 method, const u8 *auth,
556 wpa_printf(MSG_INFO, "IKEV2: Could not derive AUTH data");
568 os_memcmp_const(auth, auth_data, auth_len) != 0) {
571 auth, auth_len);
587 const u8 *auth, size_t auth_len)
591 if (auth == NULL) {
602 auth_method = auth[0];
603 auth += 4;
606 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method);
607 wpa_hexdump(MSG_MSGDUMP, "IKEV2: Authentication Data", auth, auth_len);
611 return ikev2_process_auth_cert(data, auth_method, auth,
614 return ikev2_process_auth_secret(data, auth_method, auth,
639 ikev2_process_auth(data, pl.auth, pl.auth_len) < 0)
689 * AUTH, SAi2, TSi, TSr}
987 wpa_printf(MSG_DEBUG, "IKEV2: Adding AUTH payload");
1008 wpa_printf(MSG_INFO, "IKEV2: Could not derive AUTH data");
1144 /* build IKE_SA_AUTH: HDR, SK {IDr, [CERT,] AUTH} */