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.
