Home
last modified time | relevance | path

Searched refs:tmcg_h (Results 1 – 5 of 5) sorted by relevance

/dports/games/libtmcg/libTMCG-1.3.18/src/
H A Dmpz_shash.cc70 void tmcg_h in tmcg_h() function
108 tmcg_h(out + (i * (usesize + 2)), data, dsize); in tmcg_g()
112 tmcg_h(out2 + (i * (usesize2 + 2)), data, dsize, second_algo); in tmcg_g()
117 tmcg_h(out + (i * usesize), out, ((i + 1) * (mdsize - 1))); in tmcg_g()
121 tmcg_h(out2 + (i * usesize2), out2, psize2, second_algo); in tmcg_g()
154 tmcg_h(digest, buffer, input_size, algo); in tmcg_mpz_fhash()
189 tmcg_h(digest, buffer, input_size, algo); in tmcg_mpz_fhash_ggen()
H A Dmpz_shash.hh40 void tmcg_h
H A DTMCG_PublicKey.cc351 tmcg_h(digest, (unsigned char*)(data.str()).c_str(), (data.str()).length()); in fingerprint()
598 tmcg_h(w2, Mr, data.length() + TMCG_PRAB_K0); in verify()
H A DTMCG_SecretKey.cc571 tmcg_h(w, Mr, data.length() + TMCG_PRAB_K0); in sign()
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A Dt-mpz.cc581 tmcg_h(dig1, tmp_ar1, sizeof(tmp_ar1)); in main()
582 tmcg_h(dig2, tmp_ar2, sizeof(tmp_ar2)); in main()
585 tmcg_h(dig2, tmp_ar2, sizeof(tmp_ar2)); in main()