Home
last modified time | relevance | path

Searched refs:tagres (Results 1 – 10 of 10) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dcrypto_tests.cpp167 std::vector<unsigned char> tagres; in TestPoly1305() local
168 tagres.resize(POLY1305_TAGLEN); in TestPoly1305()
169 poly1305_auth(tagres.data(), m.data(), m.size(), key.data()); in TestPoly1305()
170 BOOST_CHECK(tag == tagres); in TestPoly1305()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dcrypto_tests.cpp168 std::vector<unsigned char> tagres; in TestPoly1305() local
169 tagres.resize(POLY1305_TAGLEN); in TestPoly1305()
170 poly1305_auth(tagres.data(), m.data(), m.size(), key.data()); in TestPoly1305()
171 BOOST_CHECK(tag == tagres); in TestPoly1305()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dcrypto_tests.cpp168 std::vector<unsigned char> tagres; in TestPoly1305() local
169 tagres.resize(POLY1305_TAGLEN); in TestPoly1305()
170 poly1305_auth(tagres.data(), m.data(), m.size(), key.data()); in TestPoly1305()
171 BOOST_CHECK(tag == tagres); in TestPoly1305()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dcrypto_tests.cpp168 std::vector<unsigned char> tagres; in TestPoly1305() local
169 tagres.resize(POLY1305_TAGLEN); in TestPoly1305()
170 poly1305_auth(tagres.data(), m.data(), m.size(), key.data()); in TestPoly1305()
171 BOOST_CHECK(tag == tagres); in TestPoly1305()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dcrypto_tests.cpp170 std::vector<unsigned char> tagres; in TestPoly1305() local
171 tagres.resize(POLY1305_TAGLEN); in TestPoly1305()
172 poly1305_auth(tagres.data(), m.data(), m.size(), key.data()); in TestPoly1305()
173 BOOST_CHECK(tag == tagres); in TestPoly1305()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dcrypto_tests.cpp170 std::vector<unsigned char> tagres;
171 tagres.resize(POLY1305_TAGLEN);
172 poly1305_auth(tagres.data(), m.data(), m.size(), key.data());
173 BOOST_CHECK(tag == tagres);
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dcrypto_tests.cpp170 std::vector<unsigned char> tagres; in TestPoly1305() local
171 tagres.resize(POLY1305_TAGLEN); in TestPoly1305()
172 poly1305_auth(tagres.data(), m.data(), m.size(), key.data()); in TestPoly1305()
173 BOOST_CHECK(tag == tagres); in TestPoly1305()
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Dreader.c1264 char *tagres; in copy_action() local
1336 tagres = plhs[nrules]->tag; in copy_action()
1337 if (tagres) in copy_action()
1338 fprintf(f, " : %s))\n", tagres); in copy_action()
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Dreader.c1264 char *tagres; in copy_action() local
1336 tagres = plhs[nrules]->tag; in copy_action()
1337 if (tagres) in copy_action()
1338 fprintf(f, " : %s))\n", tagres); in copy_action()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Dreader.c1237 char *tagres; in copy_action() local
1315 tagres = plhs[nrules]->tag; in copy_action()
1316 if (tagres) in copy_action()
1317 { fprintf(f, ") end : %s))\n", tagres); } in copy_action()