HomeSort by: relevance | last modified time | path
    Searched defs:keycrunch (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libskey/
skeysubr.c 57 * Each has an associated keycrunch() and f() function.
62 int (*keycrunch)(char *, const char *, const char *); member in struct:skey_algorithm_table
81 int keycrunch(char *result, /* SKEY_BINKEY_SIZE result */ function in typeref:typename:int
85 return(skey_algorithm_table[skey_hash_type].keycrunch(result, seed, passwd));
skeysubr.c 57 * Each has an associated keycrunch() and f() function.
62 int (*keycrunch)(char *, const char *, const char *); member in struct:skey_algorithm_table
81 int keycrunch(char *result, /* SKEY_BINKEY_SIZE result */ function in typeref:typename:int
85 return(skey_algorithm_table[skey_hash_type].keycrunch(result, seed, passwd));

Completed in 21 milliseconds