Home
last modified time | relevance | path

Searched refs:badmsg (Results 1 – 25 of 109) sorted by relevance

12345

/dports/lang/php81/php-8.1.1/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/security/php81-sodium/php-8.1.1/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/www/mod_php81/php-8.1.1/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/lang/php73/php-7.3.33/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/lang/php80/php-8.0.15/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/lang/php74/php-7.4.27/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/security/php74-sodium/php-7.4.27/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/security/php73-sodium/php-7.3.33/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/security/pecl-libsodium/libsodium-2.0.23/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/security/php80-sodium/php-8.0.15/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/www/mod_php73/php-7.3.33/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/www/mod_php74/php-7.4.27/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/www/mod_php80/php-8.0.15/ext/sodium/tests/
H A Dcrypto_auth.phpt23 $badmsg = $msg;
24 $badmsg[0] = \chr(\ord($badmsg[0]) ^ 0x80);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
28 $badmsg = $msg;
29 $badmsg[$i=mt_rand(0, 999)] = \chr(
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
/dports/audio/re/re-0.5.8/src/rtp/
H A Dpkt.c301 goto badmsg; in rtcp_decode()
306 goto badmsg; in rtcp_decode()
314 goto badmsg; in rtcp_decode()
331 goto badmsg; in rtcp_decode()
364 goto badmsg; in rtcp_decode()
380 goto badmsg; in rtcp_decode()
400 goto badmsg; in rtcp_decode()
406 goto badmsg; in rtcp_decode()
414 goto badmsg; in rtcp_decode()
417 goto badmsg; in rtcp_decode()
[all …]
/dports/x11/xmodmap/xmodmap-1.0.10/
H A Dhandle.c175 badmsg ("input line '%s'", line); in handle_line()
392 badmsg ("keysym target key symbol '%s'", tmpname); in do_keysym()
522 badmsg ("add modifier name %s", line); in do_add()
630 badmsg ("remove modifier name %s", line); in do_remove()
664 badmsg ("attempt to allocate %ld byte keycode list", in do_remove()
695 badmsg ("attempt to allocate %ld byte keycode list", in do_remove()
746 badmsg ("attempt to allocate %ld byte KeyCode", in make_remove()
874 badmsg ("skip of word in buttons line: %s", line); in do_pointer()
883 badmsg ("value %s given for buttons list", strval); in do_pointer()
899 badmsg ("attempt to allocate a %ld byte pointer opcode", in do_pointer()
[all …]
/dports/russian/xruskb/xruskb-1.15.4/xmodmap/
H A Dhandle.c182 badmsg ("input line '%s'", line);
438 badmsg ("keysym target key symbol '%s'", tmpname);
574 badmsg ("add modifier name %s", line);
684 badmsg ("remove modifier name %s", line);
718 badmsg ("attempt to allocate %ld byte keycode list",
749 badmsg ("attempt to allocate %ld byte keycode list",
801 badmsg ("attempt to allocate %ld byte KeyCode",
937 badmsg ("skip of word in buttons line: %s", line);
943 badmsg ("value %s given for buttons list", strval);
960 badmsg ("attempt to allocate a %ld byte pointer opcode",
[all …]
/dports/audio/re/re-0.5.8/src/stun/
H A Dattr.c201 goto badmsg; in stun_attr_decode()
221 goto badmsg; in stun_attr_decode()
237 goto badmsg; in stun_attr_decode()
244 goto badmsg; in stun_attr_decode()
267 goto badmsg; in stun_attr_decode()
276 goto badmsg; in stun_attr_decode()
293 goto badmsg; in stun_attr_decode()
300 goto badmsg; in stun_attr_decode()
308 goto badmsg; in stun_attr_decode()
317 goto badmsg; in stun_attr_decode()
[all …]
/dports/audio/re/re-0.5.8/src/ice/
H A Dstunsrv.c252 goto badmsg; in icem_stund_recv()
257 goto badmsg; in icem_stund_recv()
294 goto badmsg; in icem_stund_recv()
309 goto badmsg; in icem_stund_recv()
316 badmsg: in icem_stund_recv()
/dports/audio/re/re-0.5.8/src/bfcp/
H A Dattr.c255 goto badmsg; in attr_decode()
260 goto badmsg; in attr_decode()
270 goto badmsg; in attr_decode()
277 goto badmsg; in attr_decode()
285 goto badmsg; in attr_decode()
293 goto badmsg; in attr_decode()
353 goto badmsg; in attr_decode()
381 badmsg: in attr_decode()
/dports/net-p2p/c-lightning/lightning-0.10.2/gossipd/
H A Dgossip_store.c773 goto badmsg; in gossip_store_load()
789 goto badmsg; in gossip_store_load()
797 goto badmsg; in gossip_store_load()
808 goto badmsg; in gossip_store_load()
816 goto badmsg; in gossip_store_load()
825 goto badmsg; in gossip_store_load()
833 goto badmsg; in gossip_store_load()
842 goto badmsg; in gossip_store_load()
848 goto badmsg; in gossip_store_load()
868 badmsg: in gossip_store_load()
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-gossip_rcvd_filter.c93 const u8 *msg[3], *badmsg; in main() local
102 badmsg = tal_hexdata(ctx, "00100000", strlen("00100000")); in main()
116 gossip_rcvd_filter_add(f, badmsg); in main()
138 assert(!gossip_rcvd_filter_del(f, badmsg)); in main()
162 assert(!gossip_rcvd_filter_del(f, badmsg)); in main()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dpost.c804 badmsg++; in putfmt()
848 badmsg++; in putfmt()
907 badmsg++; in putfmt()
921 badmsg++; in putfmt()
933 badmsg++; in putfmt()
1084 badmsg++; in putfmt()
1125 badmsg++; in finish_headers()
1132 badmsg++; in finish_headers()
1166 badmsg++; in finish_headers()
1170 badmsg++; in finish_headers()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/shoutbox/
H A Dshoutboxlib.php93 $badmsg = false;
96 $badmsg = true;
102 if ($badmsg) {
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/hpt/src/
H A Dpktread.c576 int len, badmsg=0; in readMsgFromPkt() local
608 badmsg++; in readMsgFromPkt()
624 badmsg++; in readMsgFromPkt()
635 badmsg++; in readMsgFromPkt()
646 badmsg++; in readMsgFromPkt()
650 if (badmsg) { in readMsgFromPkt()
672 badmsg++; in readMsgFromPkt()
/dports/news/husky/husky-1.9.20191207/hpt/src/
H A Dpktread.c576 int len, badmsg=0; in readMsgFromPkt() local
608 badmsg++; in readMsgFromPkt()
624 badmsg++; in readMsgFromPkt()
635 badmsg++; in readMsgFromPkt()
646 badmsg++; in readMsgFromPkt()
650 if (badmsg) { in readMsgFromPkt()
672 badmsg++; in readMsgFromPkt()

12345