]> andersk Git - openssh.git/blob - hmac.h
- OpenBSD CVS update:
[openssh.git] / hmac.h
1 #ifndef HMAC_H
2 #define HMAC_H
3
4 unsigned char *
5 hmac(
6     EVP_MD *evp_md,
7     unsigned int seqno,
8     unsigned char *data, int datalen,
9     unsigned char *key, int len);
10
11 #endif
This page took 0.157321 seconds and 5 git commands to generate.