Searched refs:fp_table (Results 1 – 1 of 1) sorted by relevance
57 static const struct fingerprint_type fp_table[] = { variable152 for (i = 0; fp_table[i].fp_type != NULL; i++) { in get_fp()153 fp_type = strstr(entry, fp_table[i].fp_type); in get_fp()158 fp_type = strstr(fp_type, fp_table[i].fp_type); in get_fp()169 min_len = strlen(fp_table[i].fp_type) + in get_fp()170 2 * fp_table[i].fp_size; in get_fp()175 local_digest = &fp_type[strlen(fp_table[i].fp_type)]; in get_fp()176 delimiter = &local_digest[2 * fp_table[i].fp_size]; in get_fp()