Re: [PATCH 3/5] btrfs-progs: Add HMAC(SHA256) support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 28/04/2020 13:11, Johannes Thumshirn wrote:
> +int hash_hmac_sha256(struct btrfs_fs_info *fs_info, const u8 *buf,
> +		     size_t length, u8 *out)
> +{
> +	return crypto_auth_hmacsha256(out, buf, length, (u8 *)fs_info->auth_key);
> +}
> +

This is not compatible with the kernel and libgcrypt version. Investigating.




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux