summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-22 14:29:59 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-22 14:29:59 +0200
commit02e5c0d3d43295124fe4c284bdaa0d2b4217e87d (patch)
tree7b32f83caec88fbe1b5a338c454640a509910c44 /utils
parente463ba332146765c104cc8e37ba7ddd7dd0f7753 (diff)
downloadeurephia-02e5c0d3d43295124fe4c284bdaa0d2b4217e87d.tar.gz
eurephia-02e5c0d3d43295124fe4c284bdaa0d2b4217e87d.tar.xz
eurephia-02e5c0d3d43295124fe4c284bdaa0d2b4217e87d.zip
Removed duplicated Doxygen documentation
Diffstat (limited to 'utils')
-rw-r--r--utils/benchmark.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/benchmark.c b/utils/benchmark.c
index 77cd759..d5bb625 100644
--- a/utils/benchmark.c
+++ b/utils/benchmark.c
@@ -41,19 +41,10 @@
#define ROUNDS_MIN 1000 /**< Define minimum acceptable rounds for the hashing */
#define ROUNDS_MAX 999999999 /**< Define maximum allowed rounds for the hashing */
-/**
- * @copydoc pack_saltinf()
- */
int pack_saltinfo(char *buf, int buflen, int rounds, int saltlen, const char *pwd);
-/**
- * @copydoc sha512_crypt_r()
- */
inline char *sha512_crypt_r(const char *key, const char *salt, size_t maxrounds_cfg, char *buffer, int buflen);
-/**
- * @copydoc gen_randsaltstr()
- */
int gen_randsaltstr(eurephiaCTX *ctx, char *saltstr, int len);
/**