Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ciphers

3007 static const struct cipher_info ciphers[] = {
3040 for (i = 0; i < ARRAY_SIZE(ciphers); i++) {
3041 if (!ciphers[i].group_only && capa->enc & ciphers[i].capa) {
3044 ciphers[i].name);
3076 for (i = 0; i < ARRAY_SIZE(ciphers); i++) {
3077 if (capa->enc & ciphers[i].capa) {
3080 ciphers[i].name);