repo.or.cz
/
delutions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added empty.is{z,o} files (empty iso9660 image) for testing.
[delutions.git]
/
tc
/
pbkdf2.h
blob
419bb0e507d311c25ae8da8b1890a96619a5f31c
1
2
3
int
PBKDF2
(
const
hash_t
*
hash
,
uint8_t
*
password
,
uint32_t
password_len
,
uint8_t
*
salt
,
uint32_t
salt_len
,
uint32_t
iterations
,
uint8_t
*
derived_key
,
uint32_t
derived_key_len
);
4
5