Home
last modified time | relevance | path

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

/netbsd/src/lib/libcrypt/
Dcrypt-sha1.c125 const unsigned char *pwu = (const unsigned char *)pw; in __crypt_sha1() local
162 __hmac_sha1((unsigned char *)passwd, dl, pwu, pl, hmac_buf); in __crypt_sha1()
164 __hmac_sha1(hmac_buf, SHA1_SIZE, pwu, pl, hmac_buf); in __crypt_sha1()