Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c90 Block temp_feed;
98 Block str_output;
99 Block str_feed;
100 Block str_iv;
108 static void cfb64_stream_iv(Block, struct stinfo *);
109 static void cfb64_stream_key(Block, struct stinfo *);
112 ecb_encrypt(struct stinfo *stp, Block in, Block out) in ecb_encrypt()
215 for (x = 0; x < sizeof (Block); ++x) { in cfb64_start()
248 if (cnt != sizeof (Block)) { in cfb64_is()
335 (void) memset(fbp->temp_feed, 0, sizeof (Block)); in cfb64_reply()
[all …]
H A Dencrypt.h74 #define SAMEKEY(k1, k2) (!memcmp((void *)k1, (void *)k2, sizeof (Block))
132 void key_lookup(unsigned char *, Block);
133 void key_stream_init(Block, Block, int);
/titanic_53/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-------------------
/titanic_53/usr/src/head/arpa/
H A Dtelnet.h396 typedef unsigned char Block[DES_BLOCKSIZE]; typedef
398 typedef struct { Block _; } Schedule[16];
414 Block ivec;
415 Block krbdes_key;
/titanic_53/usr/src/pkg/manifests/
H A Ddriver-storage-blkdev.mf34 set name=pkg.description value="Generic Block Driver"
35 set name=pkg.summary value="Generic Block Driver"
H A Ddriver-storage-sv.mf34 value="Raw/Block Device Interface to Storage Volumes (SV)"
85 legacy pkg=SUNWspsvr desc="Raw/Block Device Interface to Storage Volumes (SV)" \
87 legacy pkg=SUNWspsvu desc="Raw/Block Device Interface to Storage Volumes (SV)" \
/titanic_53/usr/src/cmd/ipf/examples/
H A Dfirewall4 Step 1 - Block out "bad" IP packets.
/titanic_53/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s90 cmp %o2, 320 ! if cnt < 256 + 64 - no Block ld/st
H A Dmemcpy.s198 cmp %o2, 384 ! if cnt < 256 + 128 - no Block ld/st
/titanic_53/usr/src/cmd/avs/errgen/
H A Derrgen.help.txt41 SDBC Storage Device Block Cache Module
/titanic_53/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()
/titanic_53/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s38 ! Block !
/titanic_53/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c273 enum { JustPoll, Block, Timer } m; in evGetNext() enumerator
286 m = Block; in evGetNext()
/titanic_53/usr/src/lib/libc/port/gen/
H A Derrlist54 15 Block device required
/titanic_53/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err37 NOTBLK = Block device required
/titanic_53/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s56 # BIOS Parameter Block. Reserved space from 0xb to 0x3e, the FAT32 BPB
/titanic_53/usr/src/boot/sys/boot/forth/
H A Dcheck-password.4th104 0 sgetkey \ Block here, waiting for a key to be pressed
/titanic_53/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.
/titanic_53/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S577 push $0x1 # Block count
/titanic_53/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
/titanic_53/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