summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes_cbc_hmac_sha256.c
AgeCommit message (Expand)Author
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov
2014-02-13evp/e_aes_cbc_hmac_sha*.c: improve cache locality.Andy Polyakov
2014-02-05e_aes_cbc_hmac_sha[1|256].c: fix compiler warning.Andy Polyakov
2014-02-05evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.Andy Polyakov
2014-01-03aesni-sha1-x86_64.pl: add stiched decrypt procedure,Andy Polyakov
2013-10-12evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.Andy Polyakov
2013-10-08evp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.Andy Polyakov
2013-10-03evp/e_aes_cbc_hmac_sha*.c: multi-block glue code.Andy Polyakov
2013-10-03evp/e_aes_cbc_hmac_sha256.c: enable is on all AES-NI platforms, not only on AVX.Andy Polyakov
2013-06-04Remove added ;.Ben Laurie
2013-05-13Add AES-SHA256 stitch.Andy Polyakov