Searched refs:testhash (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c275 static const char testhash[] = "$1$abcd0123$9Qcg8DyviekV3tDGMZynJ1"; local
282 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash))
H A Dcrypt_sha256.c312 static const char testhash[] = "$5$rounds=1234$abc0123456789$3VfDjPt05VHFn47C/ojFZ6KRPYrOjj1lLbH.dkF3bZ6"; local
319 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash))
H A Dcrypt_sha512.c361 static const char testhash[] = "$6$rounds=1234$abc0123456789$BCpt8zLrc/RcyuXmCDOE1ALqMXB2MH6n1g891HhFj8.w7LxGv.FTkqq6Vxc/km3Y0jE0j24jY5PIv/oOu6reg1"; local
368 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash))

Completed in 29 milliseconds