Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c91 Block temp_feed;
99 Block str_output;
100 Block str_feed;
101 Block str_iv;
109 static void cfb64_stream_iv(Block, struct stinfo *);
110 static void cfb64_stream_key(Block, struct stinfo *);
113 ecb_encrypt(struct stinfo *stp, Block in, Block out) in ecb_encrypt()
216 for (x = 0; x < sizeof (Block); ++x) { in cfb64_start()
249 if (cnt != sizeof (Block)) { in cfb64_is()
336 (void) memset(fbp->temp_feed, 0, sizeof (Block)); in cfb64_reply()
[all …]
H A Dencrypt.h72 #define SAMEKEY(k1, k2) (!memcmp((void *)k1, (void *)k2, sizeof (Block))
130 void key_lookup(unsigned char *, Block);
131 void key_stream_init(Block, Block, int);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A DTHIRDPARTYLICENSE7 -------------------Begin Text Block------------------
24 Text Block. No other modification of this Text Block is permitted.
25 --------------------End Text Block-------------------
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h395 typedef unsigned char Block[DES_BLOCKSIZE]; typedef
397 typedef struct { Block _; } Schedule[16];
413 Block ivec;
414 Block krbdes_key;
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DMtftp4.h71 UINT16 Block; member
77 UINT16 Block[1]; member
82 UINT64 Block; member
88 UINT64 Block[1]; member
H A DMtftp6.h129 UINT16 Block; member
147 UINT16 Block[1]; member
161 UINT64 Block; member
179 UINT64 Block[1]; member
H A DHiiConfigRouting.h270 IN CONST UINT8 *Block,
345 IN OUT UINT8 *Block,
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-blkdev.p5m34 set name=pkg.summary value="Generic Block Driver"
35 set name=pkg.description value="Generic Block Driver"
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.bib14 title = "Status Block",
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dfirewall4 Step 1 - Block out "bad" IP packets.
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiPxe.h949 UINT64 Block; member
1004 UINT64 Block; member
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S90 cmp %o2, 320 ! if cnt < 256 + 64 - no Block ld/st
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c224 extern void mit_des_fixup_key_parity(Block);
1096 if (cnt < sizeof (Block)) { in encrypt_is()
1106 sizeof (Block)); in encrypt_is()
1236 kret = getrandom((char *)encr_data.encrypt.ivec, sizeof (Block)); in encrypt_send_encrypt_is()
1262 for (i = 0; i < sizeof (Block); i++) in encrypt_send_encrypt_is()
1878 (void) memset(encr_data.encrypt.ivec, 0, sizeof (Block)); in encrypt_reply()
2088 (void) memcpy(cinfo->krbdes_key, (void *)key->data, sizeof (Block)); in encrypt_session_key()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c269 enum { JustPoll, Block, Timer } m; in evGetNext() enumerator
282 m = Block; in evGetNext()
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.S38 ! Block !
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s56 # BIOS Parameter Block. Reserved space from 0xb to 0x3e, the FAT32 BPB
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties97 ssim_dump_urlsig = \n URL Auth Block List=``{0}''''
98 ssim_dump_attrsig = \n Attribute Auth Block List=``{0}''''
H A DClientLib_en.properties135 no_spi_string = No SPI string given in Auth Block.
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th103 0 sgetkey \ Block here, waiting for a key to be pressed
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist59 15 ENOTBLK Block device required
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2335 * Block list syntax:: How to specify block lists
381 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: File…
399 File: grub.info, Node: Block list syntax, Prev: File name syntax, Up: Filesystem
1219 Print the block list notation of the file FILE. *Note Block list
H A Dgrub.info-1267 Support Logical Block Address mode
273 several newer machines have the new interface, Logical Block
764 found in *Note Block list syntax::.
H A Dgrub.info268 Support Logical Block Address mode
274 several newer machines have the new interface, Logical Block
764 found in *Note Block list syntax::.
1640 * Block list syntax:: How to specify block lists
1686 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: File…
1704 File: grub.info, Node: Block list syntax, Prev: File name syntax, Up: Filesystem
2523 Print the block list notation of the file FILE. *Note Block list
4349 Node: Block list syntax66051
H A Dgrub.texi320 @item Support Logical Block Address mode
326 have the new interface, Logical Block Address (@dfn{LBA}) mode. GRUB
840 in @ref{Block list syntax}.
1829 * Block list syntax:: How to specify block lists
1896 @node Block list syntax
2709 Print the block list notation of the file @var{file}. @xref{Block list
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS456 * Block-list and FAT filesystems now work as documented (in
488 * Block-list filesystem partially works, as described in the file

12