repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
8322 nl: misleading-indentation
[unleashed/tickless.git]
/
usr
/
src
/
lib
/
libldap5
/
include
/
ldap
/
sec.h
blob
de00db7560b0a7f26d36e14eb2f834b6c198663a
1
#pragma ident
"%Z%%M% %I% %E% SMI"
2
3
#ifndef _SEC_H_
4
#define _SEC_H_
5
6
#include <sys/types.h>
7
#include <md5.h>
8
9
void
hmac_md5
(
unsigned char
*
text
,
int
text_len
,
unsigned char
*
key
,
10
int
key_len
,
unsigned char
*
digest
);
11
12
char
*
hexa_print
(
unsigned char
*
aString
,
int
aLen
);
13
14
#endif
/* _SEC_H_ */