Home
last modified time | relevance | path

Searched full:injected (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h274 * 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 Dbearssl_aead.h110 * 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 Dbearssl_hmac.h106 * 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 Decc_inject.c138 "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 Ddecompress_fault.ksh23 # 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 Ddecrypt_fault.ksh23 # 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 Dauto_spare_multiple.ksh78 # 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 Dvmm_instruction_emul.h62 * 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 Dmmp_write_uberblocks.ksh55 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 Dmultihost_history.ksh60 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 DIPDBInjectedSource.h1 //===- 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 Dnxp,imx93-adc.yaml32 ECH (End of Chain), JEOC (End of Injected Conversion) and
33 JECH (End of injected Chain).
/freebsd/sys/netinet/
H A Dip_divert.h58 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 Drtsan.h30 // 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 Dng_ipfw.460 Packets can be injected into
72 Packets injected via the
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c109 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 DClangExpressionSourceCode.h58 /// \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 DFuzzerCLI.cpp55 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 DDIAEnumInjectedSources.h1 //==- DIAEnumInjectedSources.h - DIA Injected Sources Enumerator -*- C++ -*-==//
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c280 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 Dvlapic_priv.h127 * 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 DNativeEnumInjectedSources.h1 //==- NativeEnumInjectedSources.cpp - Native Injected Source Enumerator --*-==//
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_parallel_admin.ksh40 # 2. Import the pool with an injected delay in the background
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelConsumer.cpp15 /// 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 Dremoval_resume_export.ksh96 # Attempt the export with errors injected.

12345678