Searched refs:DES3_BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3_test.c51 char plain[DES3_BLOCK_SIZE * 2];
52 char cipher[DES3_BLOCK_SIZE * 2];
113 unsigned char plain[DES3_BLOCK_SIZE];
114 unsigned char cipher[DES3_BLOCK_SIZE];
115 unsigned char work[DES3_BLOCK_SIZE];
136 getxdata(plain, td[i].plain, DES3_BLOCK_SIZE);
138 getxdata(cipher, td[i].cipher, DES3_BLOCK_SIZE);
140 bcopy(plain, work, DES3_BLOCK_SIZE);
143 if (bcmp(work, cipher, DES3_BLOCK_SIZE) != 0) {
146 putxdata(work, DES3_BLOCK_SIZE);
[all...]
H A Ddes3.h39 #define DES3_BLOCK_SIZE 8 macro
H A Dcbc_test.c50 #define CBC_MIN_BLOCK_SIZE DES3_BLOCK_SIZE
101 cbc_makehandle(&ch, eh, DES3_KEY_SIZE, DES3_BLOCK_SIZE,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c240 cbc_makehandle(&ch, eh, ka->ka_len, DES3_BLOCK_SIZE,
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1254 block_size = DES3_BLOCK_SIZE;

Completed in 134 milliseconds