HomeSort by relevance Sort by last modified time
    Searched refs:IKE_SA_AUTH (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 79 IKE_SA_AUTH = 35,
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 686 /* Expect to receive IKE_SA_AUTH:
690 if (exchange_type != IKE_SA_AUTH) {
1143 /* build IKE_SA_AUTH: HDR, SK {IDr, [CERT,] AUTH} */
1148 ikev2_build_hdr(data, msg, IKE_SA_AUTH, IKEV2_PAYLOAD_ENCRYPTED, 1);
1189 ikev2_build_hdr(data, msg, IKE_SA_AUTH,
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 758 /* Expect to receive IKE_SA_AUTH:
761 if (exchange_type != IKE_SA_AUTH) {
1155 /* build IKE_SA_AUTH: HDR, SK {IDi, [CERT,] [CERTREQ,] AUTH} */
1160 ikev2_build_hdr(data, msg, IKE_SA_AUTH, IKEV2_PAYLOAD_ENCRYPTED, 1);

Completed in 193 milliseconds