OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IKE_SA_AUTH
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.h
83
IKE_SA_AUTH
= 35,
/external/wpa_supplicant_8/src/eap_peer/
ikev2.c
721
/* Expect to receive
IKE_SA_AUTH
:
725
if (exchange_type !=
IKE_SA_AUTH
) {
1202
/* build
IKE_SA_AUTH
: HDR, SK {IDr, [CERT,] AUTH} */
1207
ikev2_build_hdr(data, msg,
IKE_SA_AUTH
, IKEV2_PAYLOAD_ENCRYPTED, 1);
1248
ikev2_build_hdr(data, msg,
IKE_SA_AUTH
,
[
all
...]
/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 1799 milliseconds