Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_crypt.c91 smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_encrypt() argument
98 bcopy(apwd, P14, min(14, strlen(apwd))); in smb_encrypt()
113 smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN) in smb_ntencrypt() argument
120 len = strlen(apwd); in smb_ntencrypt()
125 smb_strtouni(unipwd, apwd); in smb_ntencrypt()
H A Dsmb_subr.h123 int smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN);
124 int smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN);