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

/ast/src/lib/libast/uwin/
H A Dcrypt.c313 static void permute(unsigned char *cp, C_block *out, register C_block *p, int chars_in) { argument
323 } while (--chars_in > 0);
483 * (of size "chars_in" characters) into another array (of size "chars_out"
489 unsigned char p[64], int chars_in, int chars_out) {
488 init_perm(C_block perm[64/CHUNKBITS][1<<CHUNKBITS], unsigned char p[64], int chars_in, int chars_out) argument

Completed in 11 milliseconds