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

/netbsd-6-1-5-RELEASE/lib/libcrypt/
H A Dcrypt.c303 permute(const unsigned char *cp, C_block *out, C_block *p, int chars_in) argument
314 } while (--chars_in > 0);
920 * (of size "chars_in" characters) into another array (of size "chars_out"
927 int chars_in, int chars_out)
926 init_perm(C_block perm[64/CHUNKBITS][1<<CHUNKBITS], const unsigned char p[64], int chars_in, int chars_out) argument

Completed in 103 milliseconds