repositories
/
deb_shairplay.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update command line util documentation
[deb_shairplay.git]
/
src
/
lib
/
digest.h
1
#ifndef DIGEST_H
2
#define DIGEST_H
3
4
void
digest_generate_nonce
(
char
*
result
,
int
resultlen
);
5
int
digest_is_valid
(
const char
*
our_realm
,
const char
*
password
,
6
const char
*
our_nonce
,
const char
*
method
,
7
const char
*
our_uri
,
const char
*
authorization
);
8
9
#endif