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

/freebsd-13-stable/lib/libcrypt/
H A Dcrypt.h44 extern void _crypt_to64(char *s, u_long v, int n);
H A Dcrypt-md5.c132 _crypt_to64(buffer, l, 4); buffer += 4;
134 _crypt_to64(buffer, l, 4); buffer += 4;
136 _crypt_to64(buffer, l, 4); buffer += 4;
138 _crypt_to64(buffer, l, 4); buffer += 4;
140 _crypt_to64(buffer, l, 4); buffer += 4;
142 _crypt_to64(buffer, l, 2); buffer += 2;
H A Dmisc.c43 _crypt_to64(char *s, u_long v, int n) function

Completed in 178 milliseconds