Home
last modified time | relevance | path

Searched refs:UNICODE_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dglob.h47 #define UNICODE_LEN(x) ((x) * 2) macro
H A Dauth.c154 uniname = kzalloc(2 + UNICODE_LEN(len), GFP_KERNEL); in calc_ntlmv2_hash()
170 UNICODE_LEN(conv_len)); in calc_ntlmv2_hash()
178 domain = kzalloc(2 + UNICODE_LEN(len), GFP_KERNEL); in calc_ntlmv2_hash()
193 UNICODE_LEN(conv_len)); in calc_ntlmv2_hash()
452 name = kmalloc(2 + UNICODE_LEN(len), GFP_KERNEL); in ksmbd_build_ntlmssp_challenge_blob()
463 uni_len = UNICODE_LEN(conv_len); in ksmbd_build_ntlmssp_challenge_blob()

Completed in 3 milliseconds