OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENCR_AES_CBC
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.c
36
{
ENCR_AES_CBC
, 16, 16 }, /* only 128-bit keys supported for now */
185
case
ENCR_AES_CBC
:
220
case
ENCR_AES_CBC
:
ikev2_common.h
144
ENCR_AES_CBC
= 12,
/external/wpa_supplicant_8/src/eap_peer/
ikev2.c
159
if (transform_id ==
ENCR_AES_CBC
) {
864
if (data->proposal.encr ==
ENCR_AES_CBC
) {
/external/wpa_supplicant_8/src/eap_server/
ikev2.c
165
if (transform_id ==
ENCR_AES_CBC
) {
929
if (data->proposal.encr ==
ENCR_AES_CBC
) {
eap_server_ikev2.c
103
data->ikev2.proposal.encr =
ENCR_AES_CBC
;
Completed in 933 milliseconds