lineage_kernel_xcoverpro/drivers/soc/samsung/exynos-hdcp/exynos-hdcp2-crypto.h

21 lines
582 B
C
Raw Normal View History

2023-06-18 22:53:49 +00:00
/*
* drivers/soc/samsung/exynos-hdcp/exynos-hdcp2-crypto.h
*
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef __EXYNOS_HDCP2_CRYPTO_H__
#define __EXYNOS_HDCP2_CRYPTO_H__
#define HDCP_SHA1_SIZE (160 / 8)
int hdcp_calc_sha1(u8 *digest, const u8 *buf, unsigned int buflen);
#endif