Home
last modified time | relevance | path

Searched refs:unipw (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/libcrypt/
HDcrypt-nthash.c57 u_int16_t unipw[128]; in crypt_nthash() local
63 bzero(unipw, sizeof(unipw)); in crypt_nthash()
66 for (s = pw; unipwLen < sizeof(unipw) / 2 && *s; s++) in crypt_nthash()
67 unipw[unipwLen++] = htons(*s << 8); in crypt_nthash()
71 MD4Update(&ctx, (u_char *)unipw, unipwLen*sizeof(u_int16_t)); in crypt_nthash()