Release 4.11 arch/arm/crypto/sha1.h
#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
Person | Tokens | Prop | Commits | CommitProp |
Jussi Kivilinna | 33 | 58.93% | 1 | 50.00% |
Ard Biesheuvel | 23 | 41.07% | 1 | 50.00% |
Total | 56 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.