aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_ocb.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-15Update copyright yearMatt Caswell1-1/+1
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13144)
2020-09-29prov: prefix provider internal functions with ossl_Pauli1-1/+1
Also convert the names to lower case. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13014)
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte1-0/+1
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10662)
2019-10-10Providers: move all ciphersRichard Levitte1-0/+38
From providers/{common,default}/ to providers/implementations/ Except for common code, which remains in providers/common/ciphers/. However, we do move providers/common/include/internal/ciphers/*.h to providers/common/include/prov/, and adjust all source including any of those header files. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10088)