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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsencrypt.c326 struct ntlmv2_resp *buf = (struct ntlmv2_resp *)resp_buf;
351 sizeof(struct ntlmv2_resp));
352 ses->server->mac_signing_key.len = 16 + sizeof(struct ntlmv2_resp);
364 sizeof(struct ntlmv2_resp) - 8, &context);
H A Dsess.c710 kmalloc(sizeof(struct ntlmv2_resp), GFP_KERNEL);
725 cpu_to_le16(sizeof(struct ntlmv2_resp));
730 sizeof(struct ntlmv2_resp));
731 bcc_ptr += sizeof(struct ntlmv2_resp);
H A Dcifsglob.h107 struct ntlmv2_resp resp;
H A Dcifspdu.h659 struct ntlmv2_resp { struct

Completed in 82 milliseconds