Home
last modified time | relevance | path

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

/dports/security/beecrypt/beecrypt-4.2.1/
H A Dbeecrypt.c492 static const keyedHashFunction* keyedHashFunctionList[] = variable
502 #define KEYEDHASHFUNCTIONS (sizeof(keyedHashFunctionList) / sizeof(keyedHashFunction*))
524 return keyedHashFunctionList[index]; in keyedHashFunctionGet()
533 if (strcmp(name, keyedHashFunctionList[index]->name) == 0) in keyedHashFunctionFind()
534 return keyedHashFunctionList[index]; in keyedHashFunctionFind()