Searched refs:fp_table (Results 1 – 1 of 1) sorted by relevance
58 static const struct fingerprint_type fp_table[] = { variable153 for (i = 0; fp_table[i].fp_type != NULL; i++) { in get_fp()154 fp_type = strstr(entry, fp_table[i].fp_type); in get_fp()159 fp_type = strstr(fp_type, fp_table[i].fp_type); in get_fp()170 min_len = strlen(fp_table[i].fp_type) + in get_fp()171 2 * fp_table[i].fp_size; in get_fp()176 local_digest = &fp_type[strlen(fp_table[i].fp_type)]; in get_fp()177 delimiter = &local_digest[2 * fp_table[i].fp_size]; in get_fp()