Searched refs:Block (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | enc_des.c | 90 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) 215 for (x = 0; x < sizeof (Block); ++x) { 248 if (cnt != sizeof (Block)) { [all...] |
H A D | encrypt.h | 74 #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);
|
/illumos-gate/usr/src/head/arpa/ |
H A D | telnet.h | 396 typedef unsigned char Block[DES_BLOCKSIZE]; typedef 398 typedef struct { Block _; } Schedule[16]; 414 Block ivec; 415 Block krbdes_key;
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 90 cmp %o2, 320 ! if cnt < 256 + 64 - no Block ld/st 1071 ! in the Block Compare loop
|
H A D | memcpy.s | 198 cmp %o2, 384 ! if cnt < 256 + 128 - no Block ld/st
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | errlist | 54 15 Block device required
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.s | 38 ! Block !
|
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/ |
H A D | pmbr.s | 56 # BIOS Parameter Block. Reserved space from 0xb to 0x3e, the FAT32 BPB
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 273 enum { JustPoll, Block, Timer } m; enumerator in enum:__anon3867 286 m = Block;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 224 extern void mit_des_fixup_key_parity(Block); 1096 if (cnt < sizeof (Block)) { 1106 sizeof (Block)); 1236 kret = getrandom((char *)encr_data.encrypt.ivec, sizeof (Block)); 1262 for (i = 0; i < sizeof (Block); i++) 1878 (void) memset(encr_data.encrypt.ivec, 0, sizeof (Block)); 2088 (void) memcpy(cinfo->krbdes_key, (void *)key->data, sizeof (Block));
|
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/ |
H A D | boot0.S | 577 push $0x1 # Block count
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.s | 2109 ! Block (64 bytes) align the destination. 2692 * Block copy with possibly overlapped operands. 4732 ! Block (64 bytes) align the destination. 6911 ! Block (64 bytes) align the destination.
|
Completed in 107 milliseconds