Home
last modified time | relevance | path

Searched refs:putxdata (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Ddes3_test.c146 putxdata(work, DES3_BLOCK_SIZE); in des3test()
153 putxdata(work, DES3_BLOCK_SIZE); in des3test()
H A Dcmn_test.h37 extern void putxdata(unsigned char *, int);
H A Dcmn_test.c84 putxdata(unsigned char *cp, int len) in putxdata() function