aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/pkey_mac.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2018-11-05Add poly1305 MAC supportPaul Yang1-0/+33
2018-10-30EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte1-0/+33
2018-10-30EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte1-0/+33
2018-10-30EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte1-9/+2
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte1-0/+368