mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add files for (upcoming) AES-NI support
This commit is contained in:
parent
fe40f484fb
commit
92ac76f9db
7 changed files with 147 additions and 1 deletions
|
|
@ -143,6 +143,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\include\polarssl\aes.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\aesni.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\arc4.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\asn1.h" />
|
||||
<ClInclude Include="..\..\include\polarssl\asn1write.h" />
|
||||
|
|
@ -201,6 +202,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\library\aes.c" />
|
||||
<ClCompile Include="..\..\library\aesni.c" />
|
||||
<ClCompile Include="..\..\library\arc4.c" />
|
||||
<ClCompile Include="..\..\library\asn1parse.c" />
|
||||
<ClCompile Include="..\..\library\asn1write.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue