Searched refs:correct (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/strlen/
H A Dtst.strlen1.d40 correct = 1;
45 exit(correct ? 0 : 1);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/
H A Dauth_hmacsha512256.c87 unsigned char correct[32]; local
89 crypto_auth_hmacsha512256(correct, in, inlen, k);
91 return crypto_verify_32(h, correct) | (-(h == correct)) |
92 sodium_memcmp(correct, h, 32);
/freebsd-13-stable/lib/libc/tests/gen/
H A Dfmtcheck_test.c44 int correct; member in struct:test_fmt
88 if (test_fmts[i].correct == 1)
95 (test_fmts[i].correct == 1) ? "1st" : "2nd");
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fmtcheck.c44 int correct; member in struct:test_fmt
97 if (test_fmts[i].correct == 1) {
106 (test_fmts[i].correct == 1) ? "1st" : "2nd");
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/
H A Dauth_hmacsha256.c112 unsigned char correct[32]; local
114 crypto_auth_hmacsha256(correct, in, inlen, k);
116 return crypto_verify_32(h, correct) | (-(h == correct)) |
117 sodium_memcmp(correct, h, 32);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512/
H A Dauth_hmacsha512.c112 unsigned char correct[64]; local
114 crypto_auth_hmacsha512(correct, in, inlen, k);
116 return crypto_verify_64(h, correct) | (-(h == correct)) |
117 sodium_memcmp(correct, h, 64);
/freebsd-13-stable/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh151 cat > $WORKDIR/correct.out <<EOF
155 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
161 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
174 cat > $WORKDIR/correct.out <<EOF
178 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
184 diff -u -L "correct" $WORKDIR/correct
[all...]
H A Dpreworld_test.sh210 echo "Checking tree for correct results:"
235 cat > $WORKDIR/correct.out <<EOF
241 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/testn.out \
247 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
H A Dignore_test.sh192 cat > $WORKDIR/correct.out <<EOF
201 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
222 diff -u -L "correct" $WORKDIR/correct1.out -L "test" $WORKDIR/test1.out \
243 diff -u -L "correct" $WORKDIR/correct2.out -L "test" $WORKDIR/test2.out \
267 diff -u -L "correct" $WORKDIR/correct3.out -L "test" $WORKDIR/test3.out \
H A Dfbsdid_test.sh297 cat > $WORKDIR/correct.out <<EOF
310 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \
343 diff -u -L "correct" $WORKDIR/correctF.out -L "test" $WORKDIR/testF.out \
378 diff -u -L "correct" $WORKDIR/correctAF.out -L "test" $WORKDIR/testAF.out \
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c108 unsigned char correct[16]; local
110 crypto_onetimeauth_poly1305_donna(correct, in, inlen, k);
112 return crypto_verify_16(h, correct);
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dprint_positional_test.c43 const char correct[] = variable
120 temp = correct;
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_groups.sh37 atf_test_case correct
39 atf_set "descr" "Checks that correct queries work"
69 atf_add_test_case correct
H A Dt_whoami.sh37 atf_test_case correct
39 atf_set "descr" "Checks that correct queries work"
73 atf_add_test_case correct
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh170 # and check that the heading always has the correct keywords.
184 atf_set "descr" "Checks that the default set of columns is correct" \
186 "-l, -s, -u and -v flags alone are correct"
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c187 * Move the rabbit ears in the correct direction.
310 uint32_t correct = ar5212GetGainFCorrection(ah); local
311 if (gv->currGain >= correct)
312 gv->currGain -= correct;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc91 // the correct adjusted exponent in the destination type.
/freebsd-13-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl96 and have them correct their From or Sender address.
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in78 echo "Bleichenbacher bad cert (sf pad correct)"
81 cert:FILE:$srcdir/data/bleichenbacher-sf-pad-correct.pem \
/freebsd-13-stable/contrib/bmake/mk/
H A Ddpadd.mk25 # should be in correct link order.
178 # so that the correct INCLUDES_* will be picked up automatically.
203 # to where we found the library is correct.
H A Ddirdeps-options.mk60 # to ensure correct evaluation.
/freebsd-13-stable/share/mk/
H A Ddirdeps-options.mk61 # to ensure correct evaluation.
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c217 * Is a guessed key correct?
219 static int correct(PTW_attackstate * state, uint8_t * key, int keylen) { function
289 return correct(state, key, keylen);
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec94 even though it was correct in the %files section and thus right in the RPMs
103 - Made this package correct for SuSE.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-op.mk68 # a correct condition (which in this case would be comparison operators,

Completed in 224 milliseconds

123