OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transform_id
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
ikev2.c
126
u16
transform_id
;
local
143
transform_id
= WPA_GET_BE16(t->
transform_id
);
148
t->type, transform_len, t->transform_type,
transform_id
);
163
if (ikev2_get_encr(
transform_id
) &&
164
transform_id
== data->proposal.encr) {
165
if (
transform_id
== ENCR_AES_CBC) {
185
prop->encr =
transform_id
;
189
if (ikev2_get_prf(
transform_id
) &&
190
transform_id
== data->proposal.prf
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
ikev2.c
138
u16
transform_id
;
local
155
transform_id
= WPA_GET_BE16(t->
transform_id
);
160
t->type, transform_len, t->transform_type,
transform_id
);
175
if (ikev2_get_encr(
transform_id
)) {
176
if (
transform_id
== ENCR_AES_CBC) {
205
prop->encr =
transform_id
;
209
if (ikev2_get_prf(
transform_id
))
210
prop->prf =
transform_id
;
213
if (ikev2_get_integ(
transform_id
))
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.h
61
u8
transform_id
[2];
member in struct:ikev2_transform
Completed in 47 milliseconds