On Tue, May 11, 2021 at 05:04:57PM +0200, Nicolas George wrote: > [email protected] (12021-05-11): > > I'm trying to test with AES-192 and AES-256 support. > > Then you will need to differentiate places that are a buffer and you > need to know the maximum size of the key, and places where the size you > have is the actual key size. Introducing these macros will not help > much. The current code assume it's 128bit and what I want to change is the maximum size of the fixed array and don't break any code first. The actual key size will get by method and will change later. Maybe I should change the macros to MAX_KEYSIZE?
> > Regards, > > -- > Nicolas George > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". -- Thanks, Limin Wang _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
