Lines Matching defs:algorithms
750 } algorithms[] = {
771 for (i = 0; algorithms[i].str != NULL; i++) {
772 len = strlen(algorithms[i].str);
773 if (strncasecmp(algorithms[i].str, str, len) == 0 &&
775 (algorithms[i].size != 0 && str[len] == '-')))
778 if (algorithms[i].str == NULL)
784 if (bits > algorithms[i].size)
786 } else if (algorithms[i].size == 0)
789 bits = algorithms[i].size;
792 switch (algorithms[i].hmac) {