cregit-Linux how code gets into the kernel

Release 4.14 arch/arm/crypto/sha1.h

Directory: arch/arm/crypto
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ASM_ARM_CRYPTO_SHA1_H

#define ASM_ARM_CRYPTO_SHA1_H

#include <linux/crypto.h>
#include <crypto/sha.h>

extern int sha1_update_arm(struct shash_desc *desc, const u8 *data,
			   unsigned int len);

extern int sha1_finup_arm(struct shash_desc *desc, const u8 *data,
			   unsigned int len, u8 *out);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jussi Kivilinna3357.89%133.33%
Ard Biesheuvel2340.35%133.33%
Greg Kroah-Hartman11.75%133.33%
Total57100.00%3100.00%
Directory: arch/arm/crypto
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.