1 files changed, 96 insertions, 3 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 5b0fcbae4..9a51f5bd3 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3274,6 +3274,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\IMacDerivationFunction.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\IMacFactory.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4074,12 +4079,27 @@
BuildAction = "Compile"
/>
<File
- RelPath = "src\crypto\generators\KDF1BytesGenerator.cs"
+ RelPath = "src\crypto\generators\Kdf1BytesGenerator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\generators\Kdf2BytesGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
- RelPath = "src\crypto\generators\KDF2BytesGenerator.cs"
+ RelPath = "src\crypto\generators\KDFCounterBytesGenerator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\generators\KDFDoublePipelineIterationBytesGenerator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\generators\KDFFeedbackBytesGenerator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
@@ -4674,7 +4694,22 @@
BuildAction = "Compile"
/>
<File
- RelPath = "src\crypto\parameters\KDFParameters.cs"
+ RelPath = "src\crypto\parameters\KDFCounterParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\parameters\KDFDoublePipelineIterationParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\parameters\KDFFeedbackParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\parameters\KdfParameters.cs"
SubType = "Code"
BuildAction = "Compile"
/>
@@ -8108,6 +8143,34 @@
BuildAction = "EmbeddedResource"
/>
<File
+ RelPath = "test\data\crypto\cavp\original_KDFCTR_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\cavp\KDFCTR_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\cavp\KDFDblPipelineCounter_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\cavp\KDFDblPipelineNoCounter_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\cavp\KDFFeedbackCounter_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\cavp\KDFFeedbackNoCounter_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "test\data\crypto\cavp\KDFFeedbackNoIV_gen.rsp"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "test\data\hc256\hc128\ecrypt_HC-128.txt"
BuildAction = "EmbeddedResource"
/>
@@ -12650,6 +12713,26 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\test\cavp\CavpReader.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\crypto\test\cavp\KDFCounterTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\crypto\test\cavp\KDFDoublePipelineTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\crypto\test\cavp\KDFFeedbackCounterTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\ByteQueueStreamTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -12745,6 +12828,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\tls\test\PskTlsServerTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\TlsClientTest.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -13285,6 +13373,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\test\KdfCounterTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\test\MacTest.cs"
SubType = "Code"
BuildAction = "Compile"
|