Searched refs:ntlmv2_resp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsencrypt.c366 struct ntlmv2_resp * buf = (struct ntlmv2_resp *)resp_buf;
393 sizeof(struct ntlmv2_resp) - 8, &context);
H A Dsess.c436 kmalloc(sizeof(struct ntlmv2_resp), GFP_KERNEL);
451 cpu_to_le16(sizeof(struct ntlmv2_resp));
462 memcpy(bcc_ptr, (char *)v2_sess_key, sizeof(struct ntlmv2_resp));
463 bcc_ptr += sizeof(struct ntlmv2_resp);
H A Dcifspdu.h601 struct ntlmv2_resp { struct

Completed in 113 milliseconds