mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 01:40:51 +02:00
931ac4e568
rename wc_AesXtsSetKey_NoInit() to wc_AesXtsSetKeyNoInit() for morphological consistency; refactor wc_AesXtsSetKey() to call wc_AesXtsSetKeyNoInit() and clean up on failure; readability tweak in wolfSSL_EVP_CipherFinal().