Home
last modified time | relevance | path

Searched refs:eay_hmac_init (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c116 static caddr_t eay_hmac_init(vchar_t *, const EVP_MD *);
1727 eay_hmac_init(key, md) in eay_hmac_init() function
1789 return eay_hmac_init(key, EVP_sha2_512());
1839 return eay_hmac_init(key, EVP_sha2_384());
1889 return eay_hmac_init(key, EVP_sha2_256());
1940 return eay_hmac_init(key, EVP_sha1());
1990 return eay_hmac_init(key, EVP_md5());