コード例 #1
0
static int crypt_all(int *pcount, struct db_salt *salt)
{
	int count = *pcount;

	mscash2_gpu(inbuffer, outbuffer, &currentsalt, count);
	return count;
}
コード例 #2
0
static void crypt_all(int count)
{
	mscash2_gpu(inbuffer, outbuffer, &currentsalt);
}