OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [cryptohash.h] - Blame information for rev 82

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
#ifndef __CRYPTOHASH_H
2
#define __CRYPTOHASH_H
3
 
4
#define SHA_DIGEST_WORDS 5
5
#define SHA_WORKSPACE_WORDS 80
6
 
7
void sha_init(__u32 *buf);
8
void sha_transform(__u32 *digest, const char *data, __u32 *W);
9
 
10
__u32 half_md4_transform(__u32 buf[4], __u32 const in[8]);
11
 
12
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.