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 687 /* Expect to receive IKE_SA_AUTH:
691 if (exchange_type != IKE_SA_AUTH) {
1144 /* build IKE_SA_AUTH: HDR, SK {IDr, [CERT,] AUTH} */
1149 ikev2_build_hdr(data, msg, IKE_SA_AUTH, IKEV2_PAYLOAD_ENCRYPTED, 1);
1190 ikev2_build_hdr(data, msg, IKE_SA_AUTH,
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 759 /* Expect to receive IKE_SA_AUTH:
762 if (exchange_type != IKE_SA_AUTH) {
1157 /* build IKE_SA_AUTH: HDR, SK {IDi, [CERT,] [CERTREQ,] AUTH} */
1162 ikev2_build_hdr(data, msg, IKE_SA_AUTH, IKEV2_PAYLOAD_ENCRYPTED, 1);

Completed in 35 milliseconds