Lines Matching refs:VFS

53 		cifs_dbg(VFS, "could not allocate crypto hmacsha256\n");  in smb2_crypto_shash_allocate()
88 cifs_dbg(VFS, "could not allocate crypto cmac-aes"); in smb3_crypto_shash_allocate()
102 cifs_dbg(VFS, "%s: Can't alloc cmacaes\n", __func__); in smb3_crypto_shash_allocate()
148 cifs_dbg(VFS, "%s: Could not find session\n", __func__); in smb2_calc_signature()
157 cifs_dbg(VFS, "%s: shah256 alloc failed\n", __func__); in smb2_calc_signature()
164 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in smb2_calc_signature()
170 cifs_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature()
178 cifs_dbg(VFS, "null iovec entry\n"); in smb2_calc_signature()
199 cifs_dbg(VFS, "%s: Could not update with payload\n", in smb2_calc_signature()
218 cifs_dbg(VFS, "%s: Could not generate sha256 hash\n", __func__); in smb2_calc_signature()
240 cifs_dbg(VFS, "%s: crypto alloc failed\n", __func__); in generate_smb3signingkey()
247 cifs_dbg(VFS, "%s: Could not set with session key\n", __func__); in generate_smb3signingkey()
253 cifs_dbg(VFS, "%s: Could not init sign hmac\n", __func__); in generate_smb3signingkey()
260 cifs_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_smb3signingkey()
267 cifs_dbg(VFS, "%s: Could not update with label\n", __func__); in generate_smb3signingkey()
274 cifs_dbg(VFS, "%s: Could not update with zero\n", __func__); in generate_smb3signingkey()
281 cifs_dbg(VFS, "%s: Could not update with context\n", __func__); in generate_smb3signingkey()
288 cifs_dbg(VFS, "%s: Could not update with L\n", __func__); in generate_smb3signingkey()
295 cifs_dbg(VFS, "%s: Could not generate sha256 hash\n", __func__); in generate_smb3signingkey()
319 cifs_dbg(VFS, "%s: Could not find session\n", __func__); in smb3_calc_signature()
330 cifs_dbg(VFS, "%s: Could not set key for cmac aes\n", __func__); in smb3_calc_signature()
341 cifs_dbg(VFS, "%s: Could not init cmac aes\n", __func__); in smb3_calc_signature()
349 cifs_dbg(VFS, "null iovec entry"); in smb3_calc_signature()
370 cifs_dbg(VFS, "%s: Couldn't update cmac aes with payload\n", in smb3_calc_signature()
389 cifs_dbg(VFS, "%s: Could not generate cmac aes\n", __func__); in smb3_calc_signature()
484 cifs_dbg(VFS, "Null TCP session in smb2_mid_entry_alloc\n"); in smb2_mid_entry_alloc()
565 cifs_dbg(VFS, "SMB signature verification returned error = %d\n", in smb2_check_receive()