Lines Matching refs:VFS
81 cifs_dbg(VFS, "null iovec entry\n"); in __cifs_calc_signature()
88 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
100 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
126 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
133 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
369 cifs_dbg(VFS | ONCE, "%s: bad length(%u) for type %u\n", in find_av_name()
422 cifs_dbg(VFS, "%s: Could not set NT hash as a key, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
428 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
448 cifs_dbg(VFS, "%s: Could not update with user, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
465 cifs_dbg(VFS, "%s: Could not update with domain, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
480 cifs_dbg(VFS, "%s: Could not update with server, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
487 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
506 cifs_dbg(VFS, "%s: Could not set NTLMv2 hash as a key, rc=%d\n", __func__, rc); in CalcNTLMv2_response()
512 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in CalcNTLMv2_response()
523 cifs_dbg(VFS, "%s: Could not update with response, rc=%d\n", __func__, rc); in CalcNTLMv2_response()
530 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in CalcNTLMv2_response()
598 cifs_dbg(VFS, "%s called with nls_cp==NULL\n", __func__); in setup_ntlmv2_rsp()
631 cifs_dbg(VFS, "error %d building av pair blob\n", rc); in setup_ntlmv2_rsp()
662 cifs_dbg(VFS, "Could not allocate HMAC-MD5, rc=%d\n", rc); in setup_ntlmv2_rsp()
669 cifs_dbg(VFS, "Could not get NTLMv2 hash, rc=%d\n", rc); in setup_ntlmv2_rsp()
676 cifs_dbg(VFS, "Could not calculate CR1, rc=%d\n", rc); in setup_ntlmv2_rsp()
683 cifs_dbg(VFS, "%s: Could not set NTLMv2 hash as a key, rc=%d\n", __func__, rc); in setup_ntlmv2_rsp()
689 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in setup_ntlmv2_rsp()
695 cifs_dbg(VFS, "%s: Could not update with response, rc=%d\n", __func__, rc); in setup_ntlmv2_rsp()
701 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in setup_ntlmv2_rsp()
724 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()