Home
last modified time | relevance | path

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

123

/freebsd/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));
/freebsd/contrib/unbound/util/
H A Dedns.c252 int corrupt = 0; in cookie_secret_file_read()
276 if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; } in cookie_secrets_apply_cfg()
281 if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; } in cookie_secrets_server_validate()
285 return corrupt == 0; in cookie_secrets_server_validate()
229 int corrupt = 0; cookie_secret_file_read() local
/freebsd/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()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1013 // FIXME: under ASan the call below may write to freed memory and corrupt
1031 // FIXME: under ASan the call below may write to freed memory and corrupt
1048 // FIXME: under ASan the call below may write to freed memory and corrupt
1066 // FIXME: under ASan the call below may write to freed memory and corrupt
1244 // FIXME: under ASan the call below may write to freed memory and corrupt
1407 // FIXME: under ASan the call below may write to freed memory and corrupt
1420 // FIXME: under ASan the call below may write to freed memory and corrupt
1433 // FIXME: under ASan the call below may write to freed memory and corrupt
1446 // FIXME: under ASan the call below may write to freed memory and corrupt
1490 // 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
/freebsd/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()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_spare_002_pos.ksh72 log_must zinject -d $FAULT_FILE -e corrupt -f 50 -T read $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_errors.ksh139 do_test $pooltype corrupt read
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dgssapi_err_krb5.et36 error_code KG_BAD_SEQ, "Sequence number in token is corrupt"
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi_err_generic.et41 error_code G_BAD_TOK_HEADER, "Token header is malformed or corrupt"
/freebsd/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
/freebsd/contrib/bzip2/
H A Dbzlib.c814 Bool corrupt; in BZ_API() local
825 corrupt = unRLE_obuf_to_output_SMALL ( s ); else in BZ_API()
826 corrupt = unRLE_obuf_to_output_FAST ( s ); in BZ_API()
827 if (corrupt) return BZ_DATA_ERROR; in BZ_API()
/freebsd/crypto/krb5/src/lib/krb5/error_tables/
H A Dkdb5_err.et83 ec KRB5_LOG_CORRUPT, "Update log is corrupt"
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in62 # crash+corrupt rpmdb
H A Dzfs-dkms.spec.in49 # crash+corrupt rpmdb
/freebsd/contrib/nvi/ex/
H A Dex_tag.c1100 goto corrupt; in ctag_sfile()
1105 corrupt: p = msg_print(sp, tname, &nf1); in ctag_sfile()
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in49 # crash+corrupt rpmdb
/freebsd/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.
/freebsd/contrib/wpa/
H A DCONTRIBUTIONS42 sending the patch does not corrupt whitespace. If that cannot be fixed
/freebsd/stand/forth/
H A Dmenu-commands.4th365 \ Redraw the entire screen. A long BE name can corrupt the menu

123