zclllyybb opened a new pull request, #40285: URL: https://github.com/apache/doris/pull/40285
## Proposed changes Issue Number: close #xxx 1. remove all `aes/sm4_{encrypt/decrypt}_v2` functions signatures. 2. before for 2 args, always use `XXX_128_ECB`, now fixed it. we will use `block_encryption_mode` when 2/3 args are given. 3. for `AES_ENCRYPT` with 2 args, we wrongly use `'AES_128_ECB'` as its default initial string. now fixed it. docs will soon be updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org