Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
2acd082bc97f0f6d0a8ca510d3945b4262922ed3
/
.
/
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