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

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c483 * (of size "chars_in" characters) into another array (of size "chars_out"
489 unsigned char p[64], int chars_in, int chars_out) {
492 for (k = 0; k < chars_out*8; k++) { /* each output bit position */
488 init_perm(C_block perm[64/CHUNKBITS][1<<CHUNKBITS], unsigned char p[64], int chars_in, int chars_out) argument

Completed in 53 milliseconds