Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ciphers

3614 static const struct cipher_info ciphers[] = {
3654 for (i = 0; i < ARRAY_SIZE(ciphers); i++) {
3655 if (!ciphers[i].group_only && capa->enc & ciphers[i].capa) {
3658 ciphers[i].name);
3690 for (i = 0; i < ARRAY_SIZE(ciphers); i++) {
3691 if (capa->enc & ciphers[i].capa) {
3694 ciphers[i].name);