Searched refs:fp_table (Results 1 – 1 of 1) sorted by relevance
60 static const struct fingerprint_type fp_table[] = { variable155 for (i = 0; fp_table[i].fp_type != NULL; i++) { in get_fp()156 fp_type = strstr(entry, fp_table[i].fp_type); in get_fp()161 fp_type = strstr(fp_type, fp_table[i].fp_type); in get_fp()172 min_len = strlen(fp_table[i].fp_type) + in get_fp()173 2 * fp_table[i].fp_size; in get_fp()178 local_digest = &fp_type[strlen(fp_table[i].fp_type)]; in get_fp()179 delimiter = &local_digest[2 * fp_table[i].fp_size]; in get_fp()