Home
last modified time | relevance | path

Searched refs:attack (Results 1 – 25 of 172) sorted by relevance

1234567

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c741 struct kill *attack = NULL; in rpc_test() local
755 if (EVTAG_GET(msg, attack, &attack) == -1) { in rpc_test()
759 EVTAG_ASSIGN(attack, weapon, "feather"); in rpc_test()
760 EVTAG_ASSIGN(attack, action, "tickle"); in rpc_test()
762 if (EVTAG_ARRAY_ADD_VALUE(attack, how_often, i) == NULL) { in rpc_test()
813 !EVTAG_HAS(msg2, attack)) { in rpc_test()
817 if (EVTAG_GET(msg2, attack, &attack) == -1) { in rpc_test()
864 tt_int_op(EVTAG_ARRAY_LEN(attack, how_often), ==, 3); in rpc_test()
868 if (EVTAG_ARRAY_GET(attack, how_often, i, &res) == -1) { in rpc_test()
H A Dregress.rpc6 optional struct[kill] attack = 3;
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCMS_decrypt.pod31 is problematic. To thwart the MMA attack (Bleichenbacher's attack on
37 use this in a timing attack. If the special flag B<CMS_DEBUG_DECRYPT> is set
42 open to attack.
H A DDTLSv1_listen.pod33 message then the amplification attack has succeeded.
36 the source IP) then it is susceptible to this type of attack. TLSv1.3 is
40 address. In this case a TLSv1.3 application would be susceptible to this attack.
H A DRSA_blinding_on.pod19 must be used to protect the RSA operation from that attack.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCMS_decrypt.pod61 is problematic. To thwart the MMA attack (Bleichenbacher's attack on
67 use this in a timing attack. If the special flag B<CMS_DEBUG_DECRYPT> is set
72 open to attack.
H A DDTLSv1_listen.pod33 message then the amplification attack has succeeded.
36 the source IP) then it is susceptible to this type of attack. TLSv1.3 is
40 address. In this case a TLSv1.3 application would be susceptible to this attack.
77 denial-of-service attack or allow unencrypted information in the DTLS handshake
/netbsd-src/games/warp/
H A Dthem.c328 attack(nuke); in their_smarts()
329 attack(base); in their_smarts()
331 attack(ent); in their_smarts()
H A Dweapon.h20 void attack(OBJECT *);
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES34 prevents an SMTP smuggling attack on recipients at a Postfix server.
116 Major changes - attack resistance
124 for a memory exhaustion attack.
126 [Feature 20221023] Unconditionally disable a CPU resource attack
/netbsd-src/external/ibm-public/postfix/dist/README_FILES/
H A DRELEASE_NOTES34 prevents an SMTP smuggling attack on recipients at a Postfix server.
116 Major changes - attack resistance
124 for a memory exhaustion attack.
126 [Feature 20221023] Unconditionally disable a CPU resource attack
/netbsd-src/games/adventure/
H A Dsubr.c192 dtotal = attack = stick = 0; /* 6010 */ in fdwarf()
261 attack++; in fdwarf()
274 if (attack == 0) in fdwarf()
280 if (attack != 1) { in fdwarf()
281 printf("%d of them throw knives at you!\n", attack); in fdwarf()
H A Dsave.c463 {&attack, sizeof(attack)},
576 &attack,
/netbsd-src/games/trek/
H A Dautover.c83 attack(0); in autover()
H A Dplay.c111 attack(0); in play()
H A DMakefile5 SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.rpc6 optional struct[kill] attack = 3;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ns10/
H A Dfakenet.zone16 didItWork.net. TXT "if you can see this record the attack worked"
H A Dnet.example.lll15 didItWork.net.example.lll. TXT "if you can see this record the attack worked"
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ns1/
H A Dnet.example.lll15 didItWork.net.example.lll. TXT "if you can see this record the attack worked"
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Ddes_modes.pod32 (for the same key) making it vulnerable to a 'dictionary attack'.
177 susceptible to a 'known plaintext' attack.
195 key length 112 bits, but this attack also requires 2^56 blocks of
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_modes.pod32 (for the same key) making it vulnerable to a 'dictionary attack'.
178 susceptible to a 'known plaintext' attack.
196 key length 112 bits, but this attack also requires 2^56 blocks of
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes_modes.pod32 (for the same key) making it vulnerable to a 'dictionary attack'.
178 susceptible to a 'known plaintext' attack.
196 key length 112 bits, but this attack also requires 2^56 blocks of
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Ddes_modes.pod32 (for the same key) making it vulnerable to a 'dictionary attack'.
177 susceptible to a 'known plaintext' attack.
195 key length 112 bits, but this attack also requires 2^56 blocks of
/netbsd-src/games/hunt/hunt/
H A Dotto.c143 STATIC void attack(int, struct item *);
197 attack(i, &flbr[i]); in otto()
455 attack(int rel_dir, struct item *itemp) in attack() function

1234567