Lines Matching defs:ciphers
2080 /* Let the kernel set up the appropriate default ciphers. */
2132 } ciphers[] = {
2145 for (i = 0; i < sizeof(ciphers) / sizeof(ciphers[0]); i++)
2146 if (strcasecmp(name, ciphers[i].name) == 0)
2147 return ciphers[i].cipher;
2393 for (i = 0; i < sizeof(ciphers) / sizeof(ciphers[0]); i++) {
2394 if (cipherset & ciphers[i].cipher) {
2395 printf("%s%s", sep, ciphers[i].name);