Home
last modified time | relevance | path

Searched refs:corrupt (Results 1 – 25 of 55) sorted by relevance

123

/src/tools/test/stress2/misc/
H A Dsendmsg.sh105 corrupt(unsigned char *buf, int len)
171 corrupt((unsigned char *)&msg, sizeof(msg));
173 corrupt((unsigned char *)&cmsg, sizeof(cmsg));
/src/contrib/unbound/util/
H A Dedns.c252 int corrupt = 0; in cookie_secret_file_read() local
276 if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; } in cookie_secret_file_read()
281 if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; } in cookie_secret_file_read()
285 return corrupt == 0; in cookie_secret_file_read()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c55 corrupt(int fd, unsigned char *buf, int len) in corrupt() function
201 corrupt(fd, copy, len); in main()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc974 // FIXME: under ASan the call below may write to freed memory and corrupt
992 // FIXME: under ASan the call below may write to freed memory and corrupt
1009 // FIXME: under ASan the call below may write to freed memory and corrupt
1027 // FIXME: under ASan the call below may write to freed memory and corrupt
1205 // FIXME: under ASan the call below may write to freed memory and corrupt
1354 // FIXME: under ASan the call below may write to freed memory and corrupt
1367 // FIXME: under ASan the call below may write to freed memory and corrupt
1380 // FIXME: under ASan the call below may write to freed memory and corrupt
1393 // FIXME: under ASan the call below may write to freed memory and corrupt
1437 // FIXME: under ASan the call below may write to freed memory and corrupt
[all …]
H A Dsanitizer_common_interceptors_netbsd_compat.inc37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
/src/crypto/openssl/test/
H A Dprovider_status_test.c50 const char *title, int corrupt) in self_test_events() argument
85 if (corrupt && strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0) in self_test_events()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_spare_002_pos.ksh76 log_must zinject -d $FAULT_FILE -e corrupt -f 50 -T read $TESTPOOL
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_errors.ksh149 do_test $pooltype corrupt read
/src/crypto/krb5/src/lib/gssapi/krb5/
H A Dgssapi_err_krb5.et36 error_code KG_BAD_SEQ, "Sequence number in token is corrupt"
/src/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_err_generic.et41 error_code G_BAD_TOK_HEADER, "Token header is malformed or corrupt"
/src/crypto/openssl/doc/man3/
H A DCMS_compress.pod32 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then
H A DPKCS7_encrypt.pod53 otherwise the translation will corrupt it. If B<PKCS7_BINARY> is set then
H A DCMS_encrypt.pod50 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then
H A DPKCS7_sign.pod52 otherwise the translation will corrupt it.
H A DCMS_sign.pod58 otherwise the translation will corrupt it.
H A DSSL_alert_type_string.pod106 A certificate was corrupt, contained signatures that did not
/src/contrib/bzip2/
H A Dbzlib.c814 Bool corrupt; in BZ2_bzDecompress() local
825 corrupt = unRLE_obuf_to_output_SMALL ( s ); else in BZ2_bzDecompress()
826 corrupt = unRLE_obuf_to_output_FAST ( s ); in BZ2_bzDecompress()
827 if (corrupt) return BZ_DATA_ERROR; in BZ2_bzDecompress()
/src/crypto/krb5/src/lib/krb5/error_tables/
H A Dkdb5_err.et83 ec KRB5_LOG_CORRUPT, "Update log is corrupt"
/src/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in62 # crash+corrupt rpmdb
H A Dzfs-dkms.spec.in49 # crash+corrupt rpmdb
/src/contrib/nvi/ex/
H A Dex_tag.c1100 goto corrupt; in ctag_sfile()
1105 corrupt: p = msg_print(sp, tname, &nf1); in ctag_sfile()
/src/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in49 # crash+corrupt rpmdb
/src/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in385 The corrupt options can be used to test failure of one or more self tests by
387 Either option or both may be used to select the tests to corrupt.
/src/contrib/wpa/
H A DCONTRIBUTIONS42 sending the patch does not corrupt whitespace. If that cannot be fixed
/src/stand/forth/
H A Dmenu-commands.4th365 \ Redraw the entire screen. A long BE name can corrupt the menu

123