Lines Matching refs:VFS

52 			cifs_dbg(VFS, "null iovec entry\n");  in __cifs_calc_signature()
59 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
76 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
87 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
114 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
121 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
417 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in calc_ntlmv2_hash()
427 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
433 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
456 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash()
476 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
496 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
505 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash()
523 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in CalcNTLMv2_response()
530 cifs_dbg(VFS, "%s: Could not set NTLMV2 Hash as a key\n", in CalcNTLMv2_response()
537 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in CalcNTLMv2_response()
550 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in CalcNTLMv2_response()
558 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response()
575 cifs_dbg(VFS, "%s called with nls_cp==NULL\n", __func__); in setup_ntlmv2_rsp()
584 cifs_dbg(VFS, "error %d finding domain name\n", in setup_ntlmv2_rsp()
595 cifs_dbg(VFS, "error %d building av pair blob\n", rc); in setup_ntlmv2_rsp()
641 cifs_dbg(VFS, "Could not get v2 hash rc %d\n", rc); in setup_ntlmv2_rsp()
648 cifs_dbg(VFS, "Could not calculate CR1 rc: %d\n", rc); in setup_ntlmv2_rsp()
656 cifs_dbg(VFS, "%s: Could not set NTLMV2 Hash as a key\n", in setup_ntlmv2_rsp()
663 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in setup_ntlmv2_rsp()
671 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in setup_ntlmv2_rsp()
678 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp()
701 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()