Home
last modified time | relevance | path

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

/titanic_50/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]; in des3test()
114 unsigned char cipher[DES3_BLOCK_SIZE]; in des3test()
115 unsigned char work[DES3_BLOCK_SIZE]; in des3test()
136 getxdata(plain, td[i].plain, DES3_BLOCK_SIZE); in des3test()
138 getxdata(cipher, td[i].cipher, DES3_BLOCK_SIZE); in des3test()
140 bcopy(plain, work, DES3_BLOCK_SIZE); in des3test()
143 if (bcmp(work, cipher, DES3_BLOCK_SIZE) != 0) { in des3test()
146 putxdata(work, DES3_BLOCK_SIZE); in des3test()
[all …]
H A Dcbc_test.c50 #define CBC_MIN_BLOCK_SIZE DES3_BLOCK_SIZE
101 cbc_makehandle(&ch, eh, DES3_KEY_SIZE, DES3_BLOCK_SIZE, in cbctest()
H A Ddes3.h39 #define DES3_BLOCK_SIZE 8 macro
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c240 cbc_makehandle(&ch, eh, ka->ka_len, DES3_BLOCK_SIZE, in encr_gen_3des()
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1254 block_size = DES3_BLOCK_SIZE; in process_wanbootfs()