summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_sm4_gcm.c
Commit message (Collapse)AuthorAgeFilesLines
* providers: Add SM4 GCM implementationTianjia Zhang2021-09-281-0/+40
The GCM mode of the SM4 algorithm is specifieded by RFC8998. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16491)