Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:ciphers

3468 static const struct cipher_info ciphers[] = {
3508 for (i = 0; i < ARRAY_SIZE(ciphers); i++) {
3509 if (!ciphers[i].group_only && capa->enc & ciphers[i].capa) {
3512 ciphers[i].name);
3544 for (i = 0; i < ARRAY_SIZE(ciphers); i++) {
3545 if (capa->enc & ciphers[i].capa) {
3548 ciphers[i].name);