/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 274 * The `len` bytes starting at address `data` are injected into 290 * The hash output corresponding to all data bytes injected in the 295 * may be afterwards injected to continue the current computation. 309 * each block. The number of bytes injected so far is returned. 314 * \return the injected total byte length. 325 * \param count injected total byte length. 419 * \param data pointer to the injected data. 420 * \param len injected data length (in bytes). 427 * The MD5 output for the concatenation of all bytes injected in the 430 * itself is not modified, so extra bytes may be injected afterwards [all …]
|
H A D | bearssl_aead.h | 110 * decrypted) must have been injected at that point. Also, this 212 * The provided data is injected into a running AEAD 213 * computation. Additional data must be injected _before_ the 214 * call to `flip()`. Additional data can be injected in several 229 * additional authenticated data was injected. No additional 230 * authenticated data may be injected after this function call. 412 * The provided data is injected into a running GCM computation. Additional 413 * data must be injected _before_ the call to `br_gcm_flip()`. 414 * Additional data can be injected in several chunks of arbitrary length; 429 * data was injected. No additional authenticated data may be injected [all …]
|
H A D | bearssl_hmac.h | 106 * computation. It is modified as input bytes are injected. The context 178 * The provided `len` bytes are injected as extra input in the HMAC
|
/freebsd/sys/dev/amd_ecc_inject/ |
H A D | ecc_inject.c | 138 "should be injected"); 142 "9-bit mask of words where errors should be injected (8 data + 1 ECC)"); 147 "should be injected"); 179 int injected; in ecc_ei_inject() local 191 for (injected = 0; injected < count; injected++) { in ecc_ei_inject() 193 if (delay_ms != 0 && injected != count - 1) in ecc_ei_inject()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | decompress_fault.ksh | 23 # Test that injected decompression errors are handled correctly. 32 log_assert "Testing that injected decompression errors are handled correctly" 58 log_pass "Injected decompression errors are handled correctly"
|
H A D | decrypt_fault.ksh | 23 # Test that injected decryption errors are handled correctly. 32 log_assert "Testing that injected decryption errors are handled correctly" 59 log_pass "Injected decryption errors are handled correctly"
|
H A D | auto_spare_multiple.ksh | 78 # Corruption is injected in the third and fourth vdevs 161 # Corruption is injected in the third and fourth vdevs
|
/freebsd/sys/amd64/include/ |
H A D | vmm_instruction_emul.h | 62 * Returns 1 if an alignment check exception should be injected and 0 otherwise. 92 * 0 1 An exception was injected into the guest 99 * Like vm_gla2gpa, but no exceptions are injected into the guest and
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp_write_uberblocks.ksh | 55 log_fail "mmp writes did not occur when uberblock IO errors injected" 58 log_pass "mmp correctly wrote uberblocks when IO errors injected"
|
H A D | multihost_history.ksh | 60 log_fail "mmp writes entries missing when delays injected" 64 log_fail "mmp skipped write entries missing when delays injected"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | IPDBInjectedSource.h | 1 //===- IPDBInjectedSource.h - base class for PDB injected file --*- C++ -*-===// 18 /// which were injected directly into the PDB file during the compilation
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | nxp,imx93-adc.yaml | 32 ECH (End of Chain), JEOC (End of Injected Conversion) and 33 JECH (End of injected Chain).
|
/freebsd/sys/netinet/ |
H A D | ip_divert.h | 58 uint64_t div_outbound; /* re-injected as outbound */ 59 uint64_t div_inbound; /* re-injected as inbound */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan.h | 30 // violations are detected. Calls to this method are injected at the code 40 // Injected into the code if "nosanitize(realtime)" is on a function.
|
/freebsd/share/man/man4/ |
H A D | ng_ipfw.4 | 60 Packets can be injected into 72 Packets injected via the
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_monitor.c | 109 int injected = 0, failed = 0, rxflags = 0; in handle_monitor_read() local 141 injected = 1; in handle_monitor_read() 159 if (rxflags && injected) in handle_monitor_read() 162 if (!injected) in handle_monitor_read() 460 0x00, 0x00, /* this is the injected frame directly */ in nl80211_send_monitor()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.h | 58 /// \param add_locals True iff local variables should be injected into the 61 /// injected even if they are not used in the expression.
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | FuzzerCLI.cpp | 55 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedBEOpts() 129 errs() << NameAndArgs.first << ": Injected args:"; in handleExecNameEncodedOptimizerOpts()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIAEnumInjectedSources.h | 1 //==- DIAEnumInjectedSources.h - DIA Injected Sources Enumerator -*- C++ -*-==//
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 280 unsigned int injected; 376 && (ctx->injected || ctx->droprec >= 0)) { in mempacket_test_read() 381 * with any packets that have been injected in mempacket_test_read() 571 ctx->injected = 1; in mempacket_test_inject() 613 * but it might now equal the value of injected packets, so we need in mempacket_test_inject() 627 /* We injected two packets with the same packet number! */ in mempacket_test_inject() 271 unsigned int injected; global() member
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vlapic_priv.h | 127 * 16 priority levels with at most one vector injected per level. 161 * The 'isrvec_stk' is a stack of vectors injected by the local apic.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.h | 1 //==- NativeEnumInjectedSources.cpp - Native Injected Source Enumerator --*-==//
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/ |
H A D | zpool_export_parallel_admin.ksh | 40 # 2. Import the pool with an injected delay in the background
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelConsumer.cpp | 15 /// be injected into the ASTUnit of the analyzed translation unit. It will be
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | removal_resume_export.ksh | 96 # Attempt the export with errors injected.
|