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

/freebsd-9.3-release/sys/netncp/
H A Dncp_subr.h112 void nw_keyhash(const u_char *key, const u_char *buf, int buflen, u_char *target);
H A Dncp_crypt.c85 nw_keyhash(const u_char *key, const u_char *buf, int buflen, u_char *target) { function
124 nw_keyhash(fra, buf, 16, k);
125 nw_keyhash(fra + 4, buf, 16, k + 16);
H A Dncp_lib.h167 void nw_keyhash(const u_char *, const u_char *, int, u_char *);
H A Dncp_ncp.c356 nw_keyhash((u_char*)&tmpID, passwd, strlen(passwd), buf);
/freebsd-9.3-release/lib/libncp/
H A Dncpl_crypt.c90 nw_keyhash(const u_char *key, const u_char *buf, int buflen, u_char *target) { function
129 nw_keyhash(fra, buf, 16, k);
130 nw_keyhash(fra + 4, buf, 16, k + 16);
H A Dncpl_bind.c141 nw_keyhash((u_char *)&id, oldpasswd, strlen(oldpasswd), oldpwd);
142 nw_keyhash((u_char *)&id, newpasswd, strlen(newpasswd), newpwd);
188 nw_keyhash((u_char *)&id, passwd, strlen(passwd), buf);

Completed in 102 milliseconds