Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.c105 return (smb_auth_DES(lm_hash, SMBAUTH_HASH_SZ, lm_pwd, in smb_auth_lm_hash()
129 bzero(&S21[SMBAUTH_HASH_SZ], 5); in smb_auth_lm_response()
130 bcopy(hash, S21, SMBAUTH_HASH_SZ); in smb_auth_lm_response()
182 bcopy(hash, S21, SMBAUTH_HASH_SZ); in smb_auth_ntlm_response()
183 bzero(&S21[SMBAUTH_HASH_SZ], 5); in smb_auth_ntlm_response()
229 SMBAUTH_HASH_SZ, ntlmv2_hash); in smb_auth_ntlmv2_hash()
270 SMBAUTH_HASH_SZ, (unsigned char *)v2_rsp) != SMBAUTH_SUCCESS) in smb_auth_v2_response()
272 (void) memcpy(&v2_rsp[SMBAUTH_HASH_SZ], clnt_data, clen); in smb_auth_v2_response()
275 return (SMBAUTH_HASH_SZ + clen); in smb_auth_v2_response()
299 rc = smb_auth_md4(session_key, auth->hash, SMBAUTH_HASH_SZ); in smb_auth_gen_session_key()
[all …]
H A Dsmb_info.c55 uint8_t passwd[SMBAUTH_HASH_SZ];
320 if (buflen < SMBAUTH_HASH_SZ) in smb_get_machine_passwd()
346 rc = smb_get_machine_passwd(ipc_info.passwd, SMBAUTH_HASH_SZ); in smb_ipc_init()
363 (void) memcpy(ipc_info.passwd, passwd_hash, SMBAUTH_HASH_SZ); in smb_ipc_set()
378 (void) smb_get_machine_passwd(ipc_info.passwd, SMBAUTH_HASH_SZ); in smb_ipc_commit()
408 if (buflen < SMBAUTH_HASH_SZ) in smb_ipc_get_passwd()
412 (void) memcpy(buf, ipc_info.passwd, SMBAUTH_HASH_SZ); in smb_ipc_get_passwd()
H A Dlibsmb.h303 #define SMBAUTH_HASH_SZ 16 /* also LM/NTLM/NTLMv2 Hash size */ macro
307 #define SMBAUTH_SESSION_KEY_SZ SMBAUTH_HASH_SZ
308 #define SMBAUTH_HEXHASH_SZ (SMBAUTH_HASH_SZ * 2)
375 #define SMBAUTH_CS_MAXLEN (SMBAUTH_BLOB_MAXLEN + SMBAUTH_HASH_SZ)
399 unsigned char hash[SMBAUTH_HASH_SZ];
400 unsigned char hash_v2[SMBAUTH_HASH_SZ];
421 uint8_t pw_lmhash[SMBAUTH_HASH_SZ];
422 uint8_t pw_nthash[SMBAUTH_HASH_SZ];
H A Dsmb_pwdutil.c645 (char *)pw->pw_lmhash, SMBAUTH_HASH_SZ); in smb_pwd_fgetent()
655 (char *)pw->pw_nthash, SMBAUTH_HASH_SZ); in smb_pwd_fgetent()
729 (void) bintohex((char *)pw->pw_lmhash, SMBAUTH_HASH_SZ, in smb_pwd_fputent()
737 (void) bintohex((char *)pw->pw_nthash, SMBAUTH_HASH_SZ, in smb_pwd_fputent()
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c266 unsigned char ntlmhash[SMBAUTH_HASH_SZ]; in netr_gen_skey128()
275 bzero(ntlmhash, SMBAUTH_HASH_SZ); in netr_gen_skey128()
326 rc = smb_auth_hmac_md5(md5digest, diglen, ntlmhash, SMBAUTH_HASH_SZ, in netr_gen_skey128()
H A Dsamlib.c263 unsigned char ssn_key[SMBAUTH_HASH_SZ]; in netr_set_user_password()
266 if (ndr_rpc_get_ssnkey(user_handle, ssn_key, SMBAUTH_HASH_SZ)) in netr_set_user_password()
H A Dsmbrdr_glue.c110 uchar_t nthash[SMBAUTH_HASH_SZ]; in smbrdr_ctx_new()
H A Dmlsvc_util.c103 unsigned char passwd_hash[SMBAUTH_HASH_SZ]; in mlsvc_join()
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_join.c246 static unsigned char zero_hash[SMBAUTH_HASH_SZ]; in smbd_join_domain()