/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | f5 | 3 block 46 block 61 block 75 block 180 block 181 block 182 block 183 block 184 block 185 block [all …]
|
H A D | f6 | 3 block 46 block 61 block 75 block 180 block 181 block 182 block 183 block 184 block 185 block [all …]
|
H A D | f10 | 2 block 15 block 16 block 17 block 20 block 29 block 30 block 34 block 43 block 44 block [all …]
|
H A D | i19.dist | 1 block in log level user.debug quick proto icmp from any to any 2 block in log level mail.info quick proto icmp from any to any 3 block in log level daemon.notice quick proto icmp from any to any 4 block in log level auth.warn quick proto icmp from any to any 5 block in log level syslog.err quick proto icmp from any to any 6 block in log level lpr.crit quick proto icmp from any to any 7 block in log level news.alert quick proto icmp from any to any 8 block in log level uucp.emerg quick proto icmp from any to any 9 block in log level cron.debug quick proto icmp from any to any 10 block in log level ftp.info quick proto icmp from any to any [all …]
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 27 # | CTR block 4k+8 | AES block 4k+4 | GHASH block 4k+0 | 30 # | CTR block 4k+9 | AES block 4k+5 | GHASH block 4k+1 | 33 # | CTR block 4k+10| AES block 4k+6 | GHASH block 4k+2 | 36 # | CTR block 4k+11| AES block 4k+7 | GHASH block 4k+3 | 47 # CTR block: 55 # AES block: 56 # Do AES encryption/decryption on CTR block X and EOR it with input block X. Take 256 bytes key… 107 # GHASH block X: 108 # do 128b karatsuba polynomial multiplication on block 161 $input_ptr="x0"; #argument block [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | aes-gcm-armv8_64.S | 48 fmov d1, x10 //CTR block 1 55 rev w9, w12 //CTR block 1 56 add w12, w12, #1 //CTR block 1 57 fmov d3, x10 //CTR block 3 59 orr x9, x11, x9, lsl #32 //CTR block 1 60 … //special case vector load initial counter so we can start first AES block as quickly as poss… 62 fmov v1.d[1], x9 //CTR block 1 63 rev w9, w12 //CTR block 2 65 fmov d2, x10 //CTR block 2 66 orr x9, x11, x9, lsl #32 //CTR block 2 [all …]
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0004.ok | 1 block drop in all 2 block drop in proto tcp all 3 block drop in proto tcp all 4 block drop in proto udp all 5 block drop in all 6 block drop in inet from 10.0.0.0/8 to any 7 block drop in inet from ! 10.0.0.0/8 to any 8 block drop in inet from 10.0.0.0/8 to any 9 block drop in inet from 172.16.0.0/12 to any 10 block drop in proto tcp from any port = ssh to any [all …]
|
H A D | pf0010.in | 4 block in inet proto icmp all 5 block in inet6 proto icmp6 all 6 block return-rst in inet proto tcp all 7 block return-rst in inet6 proto tcp all 8 block return-rst(ttl 10) in inet proto tcp all 9 block return-rst(ttl 10) in inet6 proto tcp all 10 block return-icmp in inet proto icmp all 11 block return-icmp(0) in inet proto icmp all 12 block return-icmp(net-unr) in inet proto icmp all 13 block return-icmp(5) in inet proto icmp all [all …]
|
H A D | pf0010.ok | 3 block drop in inet proto icmp all 4 block drop in inet6 proto ipv6-icmp all 5 block return-rst in inet proto tcp all 6 block return-rst in inet6 proto tcp all 7 block return-rst(ttl 10) in inet proto tcp all 8 block return-rst(ttl 10) in inet6 proto tcp all 9 block return-icmp(port-unr) in inet proto icmp all 10 block return-icmp(net-unr) in inet proto icmp all 11 block return-icmp(net-unr) in inet proto icmp all 12 block return-icmp(srcfail) in inet proto icmp all [all …]
|
H A D | pf0031.in | 1 set block-policy drop 2 block return in on lo0 all 3 block return in on lo0 inet all 4 block return in on lo0 inet6 all 5 block drop in on lo0 all 6 block drop in on lo0 inet all 7 block drop in on lo0 inet6 all 8 block in on lo0 all 9 block in on lo0 inet all 10 block in on lo0 inet6 all [all …]
|
H A D | pf0031.ok | 1 set block-policy drop 2 block return in on lo0 all 3 block return in on lo0 inet all 4 block return in on lo0 inet6 all 5 block drop in on lo0 all 6 block drop in on lo0 inet all 7 block drop in on lo0 inet6 all 8 block drop in on lo0 all 9 block drop in on lo0 inet all 10 block drop in on lo0 inet6 all [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Block.h | 1 //===-- Block.h -------------------------------------------------*- C++ -*-===// 25 /// \class Block Block.h "lldb/Symbol/Block.h" 26 /// A class that describes a single lexical block. 29 /// Block objects. The BlockList object contains a section offset address 30 /// range, and Block objects contain one or more ranges which are offsets into 32 /// address range, and each block can contain child blocks each with their own 35 /// Each block has a variable list that represents local, argument, and static 36 /// variables that are scoped to the block. 39 /// pointer object to a block. Inlined functions are represented as named 41 class Block : public UserID, public SymbolContextScope { [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
H A D | TraceHTR.h | 21 /// Metadata associated with an HTR block 25 /// Constructor for a block's metadata. 28 /// The load address of the block's first instruction. 31 /// The total number of instructions in the block. 35 /// the block. 51 /// Get the number of instructions in the block. 54 /// The number of instructions in the block. 57 /// Get the name of the most frequently called function from the block. 60 /// The name of the function that is called the most from this block or 61 /// std::nullopt if no function is called from this block. [all …]
|
/freebsd/libexec/tftpd/ |
H A D | tftp-transfer.c | 51 uint16_t block; member 59 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts) in tftp_send() argument 70 *block = 1; in tftp_send() 77 tftp_log(LOG_DEBUG, "Sending block %d (window block %d)", in tftp_send() 78 *block, windowblock); in tftp_send() 81 window[windowblock].block = *block; in tftp_send() 92 n_data = send_data(peer, *block, sendbuffer, size); in tftp_send() 99 "giving up", *block); in tftp_send() 104 *block); in tftp_send() 107 /* Only check for ACK for last block in window. */ in tftp_send() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Block.cpp | 1 //===-- Block.cpp ---------------------------------------------------------===// 9 #include "lldb/Symbol/Block.h" 24 Block::Block(lldb::user_id_t uid) in Block() function in Block 29 Block::~Block() = default; 31 void Block::GetDescription(Stream *s, Function *function, in GetDescription() 59 void Block::Dump(Stream *s, addr_t base_addr, int32_t depth, in Dump() 62 Block *parent = GetParent(); in Dump() 71 *s << "Block" << static_cast<const UserID &>(*this); in Dump() 72 const Block *parent_block = GetParent(); in Dump() 112 Block *Block::FindBlockByID(user_id_t block_id) { in FindBlockByID() [all …]
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 3.t | 35 A file system is described by its super-block, 37 Because the super-block contains critical data, 40 since the super-block data does not change, 42 or other hard disk error causes the default super-block 49 the minimum size of a file system block is 4096 bytes. 52 The block size of a file system is recorded in the 53 file system's super-block 54 so it is possible for file systems with different block sizes 56 The block size must be decided at the time that 66 that includes a redundant copy of the super-block, [all …]
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_chacha20.c | 61 unsigned char block[CHACHA_BLK_SIZE]; in ossl_chacha20() local 91 crypto_cursor_copydata(&cc_in, CHACHA_BLK_SIZE, block); in ossl_chacha20() 92 in = block; in ossl_chacha20() 97 out = block; in ossl_chacha20() 124 if (out == block) { in ossl_chacha20() 125 crypto_cursor_copyback(&cc_out, CHACHA_BLK_SIZE, block); in ossl_chacha20() 132 if (in == block) { in ossl_chacha20() 143 memset(block, 0, sizeof(block)); in ossl_chacha20() 144 crypto_cursor_copydata(&cc_in, resid, block); in ossl_chacha20() 145 ChaCha20_ctr32(block, block, CHACHA_BLK_SIZE, key, counter); in ossl_chacha20() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | umodsi3.S | 48 // This depends on the fixed instruction size of block. 51 // block(shift) implements the test-and-update-quotient core. 95 // Last block, no need to update r2 or r3. 104 #define block(shift) \ macro 109 block(31) 110 block(30) 111 block(29) 112 block(28) 113 block(27) 114 block(26) [all …]
|
H A D | udivmodsi4.S | 49 // This depends on the fixed instruction size of block. 52 // block(shift) implements the test-and-update-quotient core. 100 // Last block, no need to update r3 or r4. 112 #define block(shift) \ macro 118 block(31) 119 block(30) 120 block(29) 121 block(28) 122 block(27) 123 block(26) [all …]
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i19 | 1 block in quick log level user.debug proto icmp all 2 block in quick log level mail.info proto icmp all 3 block in quick log level daemon.notice proto icmp all 4 block in quick log level auth.warn proto icmp all 5 block in quick log level syslog.err proto icmp all 6 block in quick log level lpr.crit proto icmp all 7 block in quick log level news.alert proto icmp all 8 block in quick log level uucp.emerg proto icmp all 9 block in quick log level cron.debug proto icmp all 10 block in quick log level ftp.info proto icmp all [all …]
|
H A D | f5 | 1 block in proto tcp from any port = 23 to any 2 block in proto udp from any port = 23 to any 3 block in proto tcp/udp from any port = 23 to any 7 block in proto tcp from any port >= 1024 to any 8 block in proto udp from any port >= 1024 to any 9 block in proto tcp/udp from any port >= 1024 to any 13 block in proto tcp from any port 0 >< 512 to any 14 block in proto udp from any port 0 >< 512 to any 15 block in proto tcp/udp from any port 0 >< 512 to any 19 block in proto tcp from any port 6000 <> 6009 to any [all …]
|
/freebsd/sbin/fsck_msdosfs/ |
H A D | boot.c | 48 u_char block[DOSBOOTBLOCKSIZE]; in readboot() local 52 if ((size_t)read(dosfs, block, sizeof block) != sizeof block) { in readboot() 53 perr("could not read boot block"); in readboot() 57 if (block[510] != 0x55 || block[511] != 0xaa) { in readboot() 58 pfatal("Invalid signature in boot block: %02x%02x", in readboot() 59 block[511], block[510]); in readboot() 66 /* Decode BIOS Parameter Block */ in readboot() 69 boot->bpbBytesPerSec = block[11] + (block[12] << 8); in readboot() 78 boot->bpbSecPerClust = block[13]; in readboot() 85 boot->bpbResSectors = block[14] + (block[15] << 8); in readboot() [all …]
|
/freebsd/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.c | 84 uint8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local 108 memcpy(block, cipher->IV, 16); in rijndael_blockEncrypt() 110 ((uint32_t*)block)[0] ^= ((uint32_t*)iv)[0]; in rijndael_blockEncrypt() 111 ((uint32_t*)block)[1] ^= ((uint32_t*)iv)[1]; in rijndael_blockEncrypt() 112 ((uint32_t*)block)[2] ^= ((uint32_t*)iv)[2]; in rijndael_blockEncrypt() 113 ((uint32_t*)block)[3] ^= ((uint32_t*)iv)[3]; in rijndael_blockEncrypt() 115 ((uint32_t*)block)[0] = ((uint32_t*)cipher->IV)[0] ^ ((uint32_t*)input)[0]; in rijndael_blockEncrypt() 116 ((uint32_t*)block)[1] = ((uint32_t*)cipher->IV)[1] ^ ((uint32_t*)input)[1]; in rijndael_blockEncrypt() 117 ((uint32_t*)block)[2] = ((uint32_t*)cipher->IV)[2] ^ ((uint32_t*)input)[2]; in rijndael_blockEncrypt() 118 ((uint32_t*)block)[3] = ((uint32_t*)cipher->IV)[3] ^ ((uint32_t*)input)[3]; in rijndael_blockEncrypt() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | gencode.h | 216 * A single statement, corresponding to an instruction in a block. 220 struct slist *jt; /* only for relative jump in block */ 221 struct slist *jf; /* only for relative jump in block */ 258 struct block *succ; /* successor vertex */ 259 struct block *pred; /* predecessor vertex */ 264 * A block is a vertex in the CFG. 268 struct block { struct 280 struct block *head; argument 281 struct block *link; /* link field used by optimizer */ argument 298 struct block *b; /* protocol checks */ argument [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
H A D | htr.rst | 7 **Block:** One or more contiguous units of the trace. At minimum, the unit of a trace is the load address of an instruction. 9 **Block Metadata:** Metadata associated with each *block*. For processor traces, some metadata examples are the number of instructions in the block or information on what functions are called in the block. 17 **Block Layer:** Composed of blocks - a block in *layer n* refers to a sequence of blocks in *layer n - 1*. A block in 18 *layer 1* refers to a sequence of instructions in *layer 0* (the instruction layer). Metadata is stored for each block in 19 a block laye [all...] |