cregit-Linux how code gets into the kernel

Release 4.14 arch/arm/crypto/sha256_glue.h

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

#define _CRYPTO_SHA256_GLUE_H

#include <linux/crypto.h>

extern struct shash_alg sha256_neon_algs[2];

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

int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data,
			    unsigned int len, u8 *hash);

#endif /* _CRYPTO_SHA256_GLUE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sami Tolvanen5691.80%133.33%
Ard Biesheuvel46.56%133.33%
Greg Kroah-Hartman11.64%133.33%
Total61100.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.