repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git]
/
arch
/
arm64
/
crypto
/
aes-ce-setkey.h
blob
f08a6471d0341519ef3e52aa54b603cf82570411
1
2
int
ce_aes_setkey
(
struct
crypto_tfm
*
tfm
,
const
u8
*
in_key
,
3
unsigned int
key_len
);
4
int
ce_aes_expandkey
(
struct
crypto_aes_ctx
*
ctx
,
const
u8
*
in_key
,
5
unsigned int
key_len
);