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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dntlmssp.h22 #define NTLMSSP_SIGNATURE "NTLMSSP" macro
67 __u8 Signature[sizeof (NTLMSSP_SIGNATURE)];
77 __u8 Signature[sizeof (NTLMSSP_SIGNATURE)];
87 __u8 Signature[sizeof (NTLMSSP_SIGNATURE)];
H A Dconnect.c2494 strncpy(SecurityBlob->Signature, NTLMSSP_SIGNATURE, 8);
2829 strncpy(SecurityBlob->Signature, NTLMSSP_SIGNATURE, 8);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_ntlm_msgs.c97 #define NTLMSSP_SIGNATURE "\x4e\x54\x4c\x4d\x53\x53\x50" macro
283 (memcmp(buffer, NTLMSSP_SIGNATURE, 8) != 0) ||
500 NTLMSSP_SIGNATURE "%c"
798 NTLMSSP_SIGNATURE "%c"

Completed in 159 milliseconds