summaryrefslogtreecommitdiff
path: root/usr/src/common/crypto/modes/ctr.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-2111966 CTR mode tries to be both a stream and block cipher and fails at bothJason King1-124/+173
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2017-11-305869 Need AES CMAC support in KCF+PKCS11Matt Barden1-17/+7
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2008-09-126693650 kernel implementation of AES lacks support for >64 bits long AES counterMark Powers1-26/+33
2008-08-286717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64 ↵Daniel Anderson1-3/+0
(fix lint)
2008-08-275007142 Add ntohll and htonll to sys/byteorder.hDaniel Anderson1-35/+11
6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64 PSARC 2008/474 Add 64-bit htonll() and ntohll() byte order conversion functions
2008-07-246559619 Enhance n2cp to support CCM modemcpowers1-0/+269
6637487 put algorithm mode code and other common code into kcf module 6648214 need CKM_AES_CTR for softtoken --HG-- rename : usr/src/common/crypto/aes/aes_cbc_crypt.c => deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c rename : usr/src/common/crypto/aes/aes_cbc_crypt.h => deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.h rename : usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c => deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.c rename : usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h => deleted_files/usr/src/common/crypto/blowfish/blowfish_cbc_crypt.h rename : usr/src/common/crypto/des/des_cbc_crypt.c => deleted_files/usr/src/common/crypto/des/des_cbc_crypt.c rename : usr/src/common/crypto/des/des_cbc_crypt.h => deleted_files/usr/src/common/crypto/des/des_cbc_crypt.h