Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 1974) sorted by relevance

12345678910>>...79

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dseek3.c19 const char correct[] = "correct"; in main() local
20 char buf2[sizeof correct] = {0}; in main()
40 || read (fd, buf2, strlen (correct)) != strlen (correct) in main()
41 || strcmp (buf2, correct) != 0) in main()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c87 unsigned char correct[32]; in crypto_auth_hmacsha512256_verify() local
89 crypto_auth_hmacsha512256(correct, in, inlen, k); in crypto_auth_hmacsha512256_verify()
91 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512256_verify()
92 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha512256_verify()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c112 unsigned char correct[32]; in crypto_auth_hmacsha256_verify() local
114 crypto_auth_hmacsha256(correct, in, inlen, k); in crypto_auth_hmacsha256_verify()
116 return crypto_verify_32(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha256_verify()
117 sodium_memcmp(correct, h, 32); in crypto_auth_hmacsha256_verify()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c112 unsigned char correct[64]; in crypto_auth_hmacsha512_verify() local
114 crypto_auth_hmacsha512(correct, in, inlen, k); in crypto_auth_hmacsha512_verify()
116 return crypto_verify_64(h, correct) | (-(h == correct)) | in crypto_auth_hmacsha512_verify()
117 sodium_memcmp(correct, h, 64); in crypto_auth_hmacsha512_verify()
/netbsd-src/games/hangman/
H A Dgetguess.c53 bool correct; in getguess() local
80 correct = false; in getguess()
84 correct = true; in getguess()
86 if (!correct) in getguess()
/netbsd-src/tests/lib/libc/gen/
H A Dt_fmtcheck.c44 int correct; member
101 if (test_fmts[i].correct == 1) { in ATF_TC_BODY()
110 (test_fmts[i].correct == 1) ? "1st" : "2nd"); in ATF_TC_BODY()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D11-dtls_resumption.conf23 test-18 = 18-resumption-when-mfl-ext-is-correct
704 [18-resumption-when-mfl-ext-is-correct]
705 ssl_conf = 18-resumption-when-mfl-ext-is-correct-ssl
707 [18-resumption-when-mfl-ext-is-correct-ssl]
708 server = 18-resumption-when-mfl-ext-is-correct-server
709 client = 18-resumption-when-mfl-ext-is-correct-client
710 resume-server = 18-resumption-when-mfl-ext-is-correct-server
711 resume-client = 18-resumption-when-mfl-ext-is-correct-resume-client
713 [18-resumption-when-mfl-ext-is-correct-server]
718 [18-resumption-when-mfl-ext-is-correct-client]
[all …]
/netbsd-src/external/bsd/tre/dist/tests/agrep/
H A Dbasic.ok83 Let's hear an example of correct microphone placing.
93 Let's hear an example of correct microphone placing.
111 basic.in:Let's hear an example of correct microphone placing.
121 (standard input):Let's hear an example of correct microphone placing.
139 3:Let's hear an example of correct microphone placing.
149 3:Let's hear an example of correct microphone placing.
159 0:Let's hear an example of correct microphone placing.
169 0:Let's hear an example of correct microphone placing.
179 Let's hear an example of correct microphone placing.
189 Let's hear an example of correct microphone placing.
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c108 unsigned char correct[16]; in crypto_onetimeauth_poly1305_donna_verify() local
110 crypto_onetimeauth_poly1305_donna(correct, in, inlen, k); in crypto_onetimeauth_poly1305_donna_verify()
112 return crypto_verify_16(h, correct); in crypto_onetimeauth_poly1305_donna_verify()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dpowisf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
26 if (!correct) in test__powisf2()
29 return !correct; in test__powisf2()
H A Dpowitf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
28 if (!correct) in test__powitf2()
31 return !correct; in test__powitf2()
H A Dpowidf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
26 if (!correct) in test__powidf2()
29 return !correct; in test__powidf2()
H A Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
28 if (!correct) in test__powixf2()
31 return !correct; in test__powixf2()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dpowisf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
26 if (!correct) in test__powisf2()
29 return !correct; in test__powisf2()
H A Dpowidf2_test.c25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
26 if (!correct) in test__powidf2()
29 return !correct; in test__powidf2()
H A Dpowitf2_test.c28 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
29 if (!correct) in test__powitf2()
32 return !correct; in test__powitf2()
H A Dpowixf2_test.c27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
28 if (!correct) in test__powixf2()
31 return !correct; in test__powixf2()
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dcheck_nfs_hn_dref.m42 dnl check the correct way to dereference the hostname part of the nfs fhandle
8 # select the correct nfs address dereferencing style
H A Dcheck_mtype_type.m42 dnl check the correct type for the mount type in the mount() system call
9 # select the correct type
H A Dtype_auth_create_gidlist.m42 dnl check the correct type for the 5th argument to authunix_create()
8 # select the correct type
H A Dtype_yp_order_outorder.m42 dnl check the correct type for the 3rd argument to yp_order()
8 # select the correct type
H A Dcheck_nfs_socket_connection.m410 # select the correct style
18 # set correct value
H A Dcheck_mtype_printf_type.m42 dnl check the correct printf-style type for the mount type in the mount()
10 # select the correct printf type
/netbsd-src/tests/usr.bin/id/
H A Dt_whoami.sh37 atf_test_case correct
73 atf_add_test_case correct
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dserve_expired_zerottl.rpl19 ; - check that we get an answer for example.com. IN A with the correct 0 TTL
86 ; Check that we got the correct answer with 0 TTL
112 ; Check that we got the correct answer
138 ; Check that we got the correct answer

12345678910>>...79