summaryrefslogtreecommitdiffstats
path: root/crypto/modes/siv128.c
AgeCommit message (Expand)Author
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell
2018-12-13Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short
2018-12-12Add RFC5297 AES-SIV supportTodd Short