Home
last modified time | relevance | path

Searched refs:skey_algorithm_table (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/lib/libskey/
H A Dskeysubr.c46 struct skey_algorithm_table { struct
50 static struct skey_algorithm_table skey_algorithm_table[] = { variable
82 skey_algorithm_table[skey_hash_type].keycrunch(result, buf, buflen); in keycrunch()
161 skey_algorithm_table[skey_hash_type].keycrunch(x, x, SKEY_BINKEY_SIZE); in f()
336 for (i = 0; skey_algorithm_table[i].name; i++) { in skey_set_algorithm()
337 if (strcmp(new, skey_algorithm_table[i].name) == 0) { in skey_set_algorithm()
350 return(skey_algorithm_table[skey_hash_type].name); in skey_get_algorithm()