Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 25 of 51) sorted by relevance

123

/dragonfly/lib/libtelnet/
H A Denc_des.c62 Block krbdes_key;
64 Block temp_feed;
70 Block str_output;
71 Block str_feed;
72 Block str_iv;
73 Block str_ikey;
205 DES_ecb_encrypt((Block *)fbp->temp_feed, (Block *)fbp->temp_feed, in fb64_start()
543 Block b; in cfb64_encrypt()
576 Block b; in cfb64_decrypt()
616 Block b; in ofb64_encrypt()
[all …]
H A Dkey-proto.h59 void key_lookup(unsigned char *, Block);
60 void key_stream_init(Block, Block, int);
H A Dencrypt.h62 typedef unsigned char Block[8]; typedef
65 typedef struct { Block __; } Schedule[16];
73 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
H A Dkrb4encpwd.c103 static Block session_key = { 0 };
221 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
231 memmove((void *)challenge, (void *)data, sizeof(Block));
/dragonfly/sys/contrib/dev/acpica/source/tools/examples/
H A Dextables.c424 [0004] PM1A Event Block Address : 00000001
425 [0004] PM1B Event Block Address : 00000000
426 [0004] PM1A Control Block Address : 00000001
427 [0004] PM1B Control Block Address : 00000000
428 [0004] PM2 Control Block Address : 00000001
432 [0001] PM1 Event Block Length : 04
433 [0001] PM1 Control Block Length : 02
434 [0001] PM2 Control Block Length : 01
435 [0001] PM Timer Block Length : 04
436 [0001] GPE0 Block Length : 08
[all …]
/dragonfly/sbin/dump/
H A Dcache.c59 typedef struct Block { struct
60 struct Block *b_HNext; /* must be first field */ argument
63 } Block; typedef
69 static Block **BlockHash;
79 Block *base; in cinit()
89 base = calloc(sizeof(Block), NBlocks); in cinit()
90 BlockHash = calloc(sizeof(Block *), HSize); in cinit()
105 Block *blk; in cread()
106 Block **pblk; in cread()
107 Block **ppblk; in cread()
/dragonfly/contrib/tcsh-6/nls/german/
H A Dset197 5 free(%lx) falschen Block.
9 7 free(%lx) falscher Block-Index.
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c963 UINT32 Block = 0; in AcpiDbDisplayGpes() local
975 Block = 0; in AcpiDbDisplayGpes()
1003 Block, GpeBlock, GpeBlock->Node, Buffer, GpeType); in AcpiDbDisplayGpes()
1132 Block++; in AcpiDbDisplayGpes()
/dragonfly/share/misc/
H A Dscsi_modes78 {SBLP (Supported Block Lengths and Protection)} t1
200 {LBCSS (Logical Block Cache Segment Size)} t1
275 0x1c,0x02 "Logical Block Provisioning" {
301 {TB (Transfer Block)} t1
386 {Block Identifiers Support} t1
418 0x1b "Removable Block Access Capacities" {
H A Dusb_hid_usages900 0x251 AC Justify Block H
904 0x255 AC Justify Block V
1034 0x22 Effect Block Index
1059 0x59 Block Type
1107 0x89 PID Block Load Report
1108 0x8B Block Load Status
1109 0x8C Block Load Success
1110 0x8D Block Load Full
1111 0x8E Block Load Error
1112 0x8F Block Handle
[all …]
/dragonfly/sys/bus/smbus/
H A Dsmbus_if.m133 # Block Write command
144 # Block Read command
/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiPxe.h949 UINT64 Block; member
1004 UINT64 Block; member
/dragonfly/contrib/xz/
H A DNEWS402 Block if encoding an empty buffer. Such an empty Block with
562 Block if encoding an empty buffer. Such an empty Block with
667 - A subtle but important change was made to the Block handling
/dragonfly/contrib/file/magic/Magdir/
H A Dmap86 # Block size exponent, E1; appears to always be 0x09; minimum block size 512 bytes
88 # Block size exponent, E2 ; file blocksize=2**(E1+E2)
114 # Block sequence numbers like 0000 0100 0200 ... FFFF
H A Dasf34 >>>90 lelong x \b, Block Alignment %d
H A Damigaos128 0 string RDSK Rigid Disk Block
/dragonfly/lib/libc/nls/
H A DC.msg37 15 Block device required
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-tic54x.texi18 * TIC54X-Block:: Blocking
61 @node TIC54X-Block
560 this directive. See also @xref{TIC54X-Block}.
659 section on a page boundary (128 words) (@pxref{TIC54X-Block}).
H A Dc-tilepro.texi32 Block comments are delimited by @samp{/*} and @samp{*/}. End of line
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S483 pushw $1 # (pkt) Block count
/dragonfly/contrib/cryptsetup/po/
H A Dcryptsetup.pot339 msgid "Block mode XTS is available since kernel 2.6.24.\n"
347 msgid "Block mode LRW is available since kernel 2.6.20.\n"
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP131 Block Selection
133 Block selection is localized to be near the inode's (or nearby data)
/dragonfly/sys/dev/raid/vinum/
H A D.gdbinit.vinum291 printf "Block\tSequence\t size\t address\t line\t\tfile\n"
/dragonfly/tools/tools/locale/etc/
H A Dmanual-input.UTF-8597 * 0x2580 - 0x259F Block Elements
/dragonfly/usr.bin/compress/doc/
H A DREADME78 1. "Block" compression is performed. After the BITS run out, the

123