LibHac/tests/LibHac.Tests
Alex Barney 506a4691bb Fix transforming data with .NET's AES crypto functions
Input data with sizes larger than 512 bytes that weren't powers of two would fail when copying to the output buffer because rented arrays come in powers of two. This limits the copy size to the number of bytes that were actually encrypted or decrypted.
2022-11-23 14:49:59 -07:00
..
Arp Update layout of Arp, Bcat, and some Fs structs 2021-12-29 15:47:20 -07:00
Bcat Update layout of Arp, Bcat, and some Fs structs 2021-12-29 15:47:20 -07:00
Boot Update layout of Boot and some Fs structs 2021-12-30 17:12:29 -07:00
Common Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
CryptoTests Fix transforming data with .NET's AES crypto functions 2022-11-23 14:49:59 -07:00
Fat Use fixed array structs instead of Data* structs 2021-12-29 10:06:02 -07:00
Fs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
FsSrv Rename Result rc variables to Result res 2022-11-09 21:33:27 -07:00
FsSystem Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
Gc Support reading the initial data/key area of xci files 2022-04-05 18:23:46 -07:00
Kernel Update struct layout of Ns structs 2022-01-02 16:52:57 -07:00
Kvdb Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
Loader Update layout of Loader and Kvdb structs 2022-01-02 22:58:11 -07:00
Lr Update struct layout of Ns structs 2022-01-02 16:52:57 -07:00
Ns Add U8Span properties for all nacp string fields 2022-02-20 22:58:01 -07:00
Spl Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
Util Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
AesCmac.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
AesXts.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
BufferStructTests.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
DebugAssertHandler.cs Move some files to LibHac.Common 2022-01-07 00:33:47 -07:00
FullCycleRandom.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
GlobalSuppressions.cs Add cache storage and an emulated SD card 2020-02-13 17:21:24 -07:00
HorizonFactory.cs Update DirectorySaveDataFileSystem to implement ISaveDataFileSystem 2022-04-23 12:38:10 -07:00
LibHac.Tests.csproj Get the project to compile after updating to .NET 7 2022-11-23 14:49:59 -07:00
LibHac.Tests.csproj.DotSettings Add common IFileSystem tests 2020-01-29 17:33:42 -07:00
LibHacTestFramework.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
PathToolsTests.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
Random.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
ResultAsserts.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
ResultNameResolver.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00
RomFsTests.cs Move RomFs 2022-01-07 00:33:47 -07:00
SpanEqualAsserts.cs Do code formatting in hactoolnet and test projects 2022-11-11 18:21:07 -07:00