We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff84de2 + 2243133 commit 080b46dCopy full SHA for 080b46d
1 file changed
wolfcrypt/src/aes.c
@@ -3032,9 +3032,8 @@ WC_ALL_ARGS_NOT_NULL static WARN_UNUSED_RESULT int AesEncrypt_preFetchOpt(
3032
#else
3033
#define AesEncrypt_preFetchOpt(aes, inBlock, outBlock, prefetch_ptr) \
3034
wc_AesEncrypt(aes, inBlock, outBlock)
3035
-static WARN_UNUSED_RESULT int wc_AesEncrypt(
+WC_ALL_ARGS_NOT_NULL static WARN_UNUSED_RESULT int wc_AesEncrypt(
3036
Aes* aes, const byte* inBlock, byte* outBlock)
3037
- WC_ALL_ARGS_NOT_NULL
3038
#endif
3039
{
3040
#if defined(MAX3266X_AES)
0 commit comments