cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/crypto/sha1.h

Directory: arch/arm/crypto
#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 Kivilinna3358.93%150.00%
Ard Biesheuvel2341.07%150.00%
Total56100.00%2100.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.