aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/pkey_mac.c
Commit message (Expand)AuthorAgeFilesLines
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Add poly1305 MAC supportPaul Yang2018-11-051-0/+33
* EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-0/+33
* EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-0/+33
* EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-9/+2
* Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte2018-10-291-0/+368