Home
last modified time | relevance | path

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

/dports/security/beecrypt/beecrypt-4.2.1/
H A Dbeecrypt.c252 static const hashFunction* hashFunctionList[] = variable
267 #define HASHFUNCTIONS (sizeof(hashFunctionList) / sizeof(hashFunction*))
289 return hashFunctionList[index]; in hashFunctionGet()
298 if (strcmp(name, hashFunctionList[index]->name) == 0) in hashFunctionFind()
299 return hashFunctionList[index]; in hashFunctionFind()