Searched refs:DES3_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/crypt/ |
H A D | des3_test.c | 51 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 D | cbc_test.c | 50 #define CBC_MIN_BLOCK_SIZE DES3_BLOCK_SIZE 101 cbc_makehandle(&ch, eh, DES3_KEY_SIZE, DES3_BLOCK_SIZE, in cbctest()
|
H A D | des3.h | 39 #define DES3_BLOCK_SIZE 8 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/ |
H A D | encr.c | 240 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 D | wanboot.c | 1254 block_size = DES3_BLOCK_SIZE; in process_wanbootfs()
|