Rename the test/pwhash.c -> test/pwhash_argon2i.c
This commit is contained in:
parent
d49d7e8d4f
commit
2f51ed3397
2
.gitignore
vendored
2
.gitignore
vendored
@ -120,7 +120,7 @@ test/default/misuse
|
|||||||
test/default/onetimeauth
|
test/default/onetimeauth
|
||||||
test/default/onetimeauth2
|
test/default/onetimeauth2
|
||||||
test/default/onetimeauth7
|
test/default/onetimeauth7
|
||||||
test/default/pwhash
|
test/default/pwhash_argon2i
|
||||||
test/default/pwhash_argon2id
|
test/default/pwhash_argon2id
|
||||||
test/default/pwhash_scrypt
|
test/default/pwhash_scrypt
|
||||||
test/default/pwhash_scrypt_ll
|
test/default/pwhash_scrypt_ll
|
||||||
|
@ -43,7 +43,7 @@ EXTRA_DIST = \
|
|||||||
onetimeauth.exp \
|
onetimeauth.exp \
|
||||||
onetimeauth2.exp \
|
onetimeauth2.exp \
|
||||||
onetimeauth7.exp \
|
onetimeauth7.exp \
|
||||||
pwhash.exp \
|
pwhash_argon2i.exp \
|
||||||
pwhash_argon2id.exp \
|
pwhash_argon2id.exp \
|
||||||
pwhash_scrypt.exp \
|
pwhash_scrypt.exp \
|
||||||
pwhash_scrypt_ll.exp \
|
pwhash_scrypt_ll.exp \
|
||||||
@ -116,7 +116,7 @@ DISTCLEANFILES = \
|
|||||||
onetimeauth.res \
|
onetimeauth.res \
|
||||||
onetimeauth2.res \
|
onetimeauth2.res \
|
||||||
onetimeauth7.res \
|
onetimeauth7.res \
|
||||||
pwhash.res \
|
pwhash_argon2i.res \
|
||||||
pwhash_argon2id.res \
|
pwhash_argon2id.res \
|
||||||
pwhash_scrypt.res \
|
pwhash_scrypt.res \
|
||||||
pwhash_scrypt_ll.res \
|
pwhash_scrypt_ll.res \
|
||||||
@ -190,7 +190,7 @@ CLEANFILES = \
|
|||||||
onetimeauth.final \
|
onetimeauth.final \
|
||||||
onetimeauth2.final \
|
onetimeauth2.final \
|
||||||
onetimeauth7.final \
|
onetimeauth7.final \
|
||||||
pwhash.final \
|
pwhash_argon2i.final \
|
||||||
pwhash_argon2id.final \
|
pwhash_argon2id.final \
|
||||||
pwhash_scrypt.final \
|
pwhash_scrypt.final \
|
||||||
pwhash_scrypt_ll.final \
|
pwhash_scrypt_ll.final \
|
||||||
@ -259,7 +259,7 @@ CLEANFILES = \
|
|||||||
onetimeauth.nexe \
|
onetimeauth.nexe \
|
||||||
onetimeauth2.nexe \
|
onetimeauth2.nexe \
|
||||||
onetimeauth7.nexe \
|
onetimeauth7.nexe \
|
||||||
pwhash.nexe \
|
pwhash_argon2i.nexe \
|
||||||
pwhash_argon2id.nexe \
|
pwhash_argon2id.nexe \
|
||||||
pwhash_scrypt.nexe \
|
pwhash_scrypt.nexe \
|
||||||
pwhash_scrypt_ll.nexe \
|
pwhash_scrypt_ll.nexe \
|
||||||
@ -340,7 +340,7 @@ TESTS_TARGETS = \
|
|||||||
onetimeauth \
|
onetimeauth \
|
||||||
onetimeauth2 \
|
onetimeauth2 \
|
||||||
onetimeauth7 \
|
onetimeauth7 \
|
||||||
pwhash \
|
pwhash_argon2i \
|
||||||
pwhash_argon2id \
|
pwhash_argon2id \
|
||||||
randombytes \
|
randombytes \
|
||||||
scalarmult \
|
scalarmult \
|
||||||
@ -498,8 +498,8 @@ onetimeauth2_LDADD = $(TESTS_LDADD)
|
|||||||
onetimeauth7_SOURCE = cmptest.h onetimeauth7.c
|
onetimeauth7_SOURCE = cmptest.h onetimeauth7.c
|
||||||
onetimeauth7_LDADD = $(TESTS_LDADD)
|
onetimeauth7_LDADD = $(TESTS_LDADD)
|
||||||
|
|
||||||
pwhash_SOURCE = cmptest.h pwhash.c
|
pwhash_argon2i_SOURCE = cmptest.h pwhash_argon2i.c
|
||||||
pwhash_LDADD = $(TESTS_LDADD)
|
pwhash_argon2i_LDADD = $(TESTS_LDADD)
|
||||||
|
|
||||||
pwhash_argon2id_SOURCE = cmptest.h pwhash_argon2id.c
|
pwhash_argon2id_SOURCE = cmptest.h pwhash_argon2id.c
|
||||||
pwhash_argon2id_LDADD = $(TESTS_LDADD)
|
pwhash_argon2id_LDADD = $(TESTS_LDADD)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
#define TEST_NAME "pwhash"
|
#define TEST_NAME "pwhash_argon2i"
|
||||||
#include "cmptest.h"
|
#include "cmptest.h"
|
||||||
|
|
||||||
#define OUT_LEN 128
|
#define OUT_LEN 128
|
Loading…
Reference in New Issue
Block a user