freebsd_amp_hwpstate/crypto/openssh/hmac.h

12 lines
177 B
C
Raw Normal View History

2000-05-15 04:37:24 +00:00
#ifndef HMAC_H
#define HMAC_H
unsigned char *
hmac(
EVP_MD *evp_md,
unsigned int seqno,
unsigned char *data, int datalen,
unsigned char *key, int len);
#endif