]> git.ipfire.org Git - thirdparty/openssl.git/commit - providers/implementations/ciphers/cipher_cts.c
Refactor cipher aes_cts code so that it can be used by other 128bit ciphers
authorShane Lontis <shane.lontis@oracle.com>
Thu, 12 Aug 2021 08:20:48 +0000 (18:20 +1000)
committerPauli <pauli@openssl.org>
Tue, 17 Aug 2021 22:38:40 +0000 (08:38 +1000)
commit42281f26174dcc6ef4847894f17627f305bdfa2b
tree3762174170bf7009f04e5c503e7e2aec62573524
parent43cf27c9a4fe135013dd4127dd4bcf862d1cb503
Refactor cipher aes_cts code so that it can be used by other 128bit ciphers

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16286)
providers/implementations/ciphers/build.info
providers/implementations/ciphers/cipher_aes_cts.h [deleted file]
providers/implementations/ciphers/cipher_aes_cts.inc
providers/implementations/ciphers/cipher_cts.c [moved from providers/implementations/ciphers/cipher_aes_cts.c with 78% similarity]
providers/implementations/ciphers/cipher_cts.h [new file with mode: 0644]