repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
arm
/
crypto
/
sha512.h
blob
a75d9a82988a9dd93c04cf6551881c86079f2325
1
2
int
sha512_arm_update
(
struct
shash_desc
*
desc
,
const
u8
*
data
,
3
unsigned int
len
);
4
5
int
sha512_arm_finup
(
struct
shash_desc
*
desc
,
const
u8
*
data
,
6
unsigned int
len
,
u8
*
out
);
7
8
extern
struct
shash_alg sha512_neon_algs
[
2
];