Lines Matching refs:VFS

48 		cifs_dbg(VFS, "could not allocate crypto md5\n");  in cifs_crypto_shash_md5_allocate()
89 cifs_dbg(VFS, "%s: Can't alloc md5 crypto\n", __func__); in cifs_calc_signature()
96 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
103 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
111 cifs_dbg(VFS, "null iovec entry\n"); in cifs_calc_signature()
128 cifs_dbg(VFS, "%s: Could not update with payload\n", in cifs_calc_signature()
146 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in cifs_calc_signature()
500 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in calc_ntlmv2_hash()
510 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
516 cifs_dbg(VFS, "%s: could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
539 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash()
559 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
579 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
588 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash()
606 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in CalcNTLMv2_response()
613 cifs_dbg(VFS, "%s: Could not set NTLMV2 Hash as a key\n", in CalcNTLMv2_response()
620 cifs_dbg(VFS, "%s: could not init hmacmd5\n", __func__); in CalcNTLMv2_response()
633 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in CalcNTLMv2_response()
641 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in CalcNTLMv2_response()
657 cifs_dbg(VFS, "could not allocate crypto hmacmd5\n"); in crypto_hmacmd5_alloc()
692 cifs_dbg(VFS, "error %d finding domain name\n", in setup_ntlmv2_rsp()
700 cifs_dbg(VFS, "error %d building av pair blob\n", rc); in setup_ntlmv2_rsp()
736 cifs_dbg(VFS, "could not crypto alloc hmacmd5 rc %d\n", rc); in setup_ntlmv2_rsp()
743 cifs_dbg(VFS, "could not get v2 hash rc %d\n", rc); in setup_ntlmv2_rsp()
750 cifs_dbg(VFS, "Could not calculate CR1 rc: %d\n", rc); in setup_ntlmv2_rsp()
758 cifs_dbg(VFS, "%s: Could not set NTLMV2 Hash as a key\n", in setup_ntlmv2_rsp()
765 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in setup_ntlmv2_rsp()
773 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in setup_ntlmv2_rsp()
780 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in setup_ntlmv2_rsp()
802 cifs_dbg(VFS, "could not allocate crypto API arc4\n"); in calc_seckey()
811 cifs_dbg(VFS, "%s: Could not set response as a key\n", in calc_seckey()
821 cifs_dbg(VFS, "could not encrypt session key rc: %d\n", rc); in calc_seckey()