Lines Matching refs:VFS

195 			cifs_dbg(VFS, "null iovec entry\n");  in __cifs_calc_signature()
202 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
214 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
240 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
247 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
543 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in calc_ntlmv2_hash()
553 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
559 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
582 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash()
602 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
622 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
631 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash()
649 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in CalcNTLMv2_response()
656 cifs_dbg(VFS, "%s: Could not set NTLMV2 Hash as a key\n", in CalcNTLMv2_response()
663 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in CalcNTLMv2_response()
676 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in CalcNTLMv2_response()
684 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response()
701 cifs_dbg(VFS, "%s called with nls_cp==NULL\n", __func__); in setup_ntlmv2_rsp()
710 cifs_dbg(VFS, "error %d finding domain name\n", in setup_ntlmv2_rsp()
721 cifs_dbg(VFS, "error %d building av pair blob\n", rc); in setup_ntlmv2_rsp()
765 cifs_dbg(VFS, "Could not get v2 hash rc %d\n", rc); in setup_ntlmv2_rsp()
772 cifs_dbg(VFS, "Could not calculate CR1 rc: %d\n", rc); in setup_ntlmv2_rsp()
780 cifs_dbg(VFS, "%s: Could not set NTLMV2 Hash as a key\n", in setup_ntlmv2_rsp()
787 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in setup_ntlmv2_rsp()
795 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in setup_ntlmv2_rsp()
802 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp()
825 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()