Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
9448c002db7427058ecca76760f3a75e379bf0a1
/
.
/
hmac.h
blob: fb6802927392d731e9da6a8ada73e18b4699a1e2 [
file
] [
log
] [
blame
] [
raw
]
#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