Searched refs:permute (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dcrypt.c218 * To save space, however, we instead permute each code into the
309 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
311 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
313 static void permute(unsigned char *cp, C_block *out, register C_block *p, int chars_in) { function
/ast/src/cmd/pzip/
H A Dpin.c725 * permute state.map and dat according to a new order
729 permute(unsigned char* buf, unsigned char* dat, size_t* ord, size_t row, size_t tot) function
1100 * permute state.map and dat according to the new order
1103 permute(buf, dat, ord, row, tot);
1203 * permute state.map and dat according to the new order
1206 permute(buf, dat, self, row, tot);

Completed in 19 milliseconds