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

/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c276 char testbuf[64]; local
281 q = md5crypt(testkey, testsetting, testbuf);
282 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash))
H A Dcrypt_sha256.c313 char testbuf[128]; local
318 q = sha256crypt(testkey, testsetting, testbuf);
319 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash))
H A Dcrypt_sha512.c362 char testbuf[128]; local
367 q = sha512crypt(testkey, testsetting, testbuf);
368 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash))

Completed in 82 milliseconds