os/security/crypto/weakcryptospi/test/tpkcs5kdf/scripts/tpkcs12kdftests.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/crypto/weakcryptospi/test/tpkcs5kdf/scripts/tpkcs12kdftests.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,11714 @@
     1.4 +//
     1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +// All rights reserved.
     1.7 +// This component and the accompanying materials are made available
     1.8 +// under the terms of the License "Eclipse Public License v1.0"
     1.9 +// which accompanies this distribution, and is available
    1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +//
    1.12 +// Initial Contributors:
    1.13 +// Nokia Corporation - initial contribution.
    1.14 +//
    1.15 +// Contributors:
    1.16 +//
    1.17 +// Description: 
    1.18 +//
    1.19 +
    1.20 +START_TESTCASE                SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001
    1.21 +
    1.22 +//! @SYMTestCaseID            SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001
    1.23 +
    1.24 +//! @SYMTestCaseDesc          Copyright (c) Symbian Software Ltd 2006 - 2007. All rights reserved.
    1.25 +
    1.26 +//! @SYMTestActions           1) PKCS5 Key Derivation Test 1 -- vector from peter gutmann
    1.27 +
    1.28 +//!                           2) PKCS5 Key Derivation Test 2 -- 100 iterations vector from generated openssl
    1.29 +
    1.30 +//!                           3) PKCS5 Key Derivation Test 3 -- 1000 iterations 16 byte key, vector generated from openssl
    1.31 +
    1.32 +//!                           4) PKCS5 Key Derivation Test 4 -- 10000 iteration 64 byte key -- vector from generated openssl
    1.33 +
    1.34 +//!                           5) PKCS5 Key Derivation Test 5 -- 16 byte key, really long password vector generated from openssl
    1.35 +
    1.36 +//!                           6) PKCS5 Key Derivation Test 6 -- 16 byte key, medium size password vector generated from openssl
    1.37 +
    1.38 +//!                           7) PKCS5 Key Derivation Test 7 -- 32 byte key, long salt, short password vector generated from openssl
    1.39 +
    1.40 +//!                           8) PKCS5 Key Derivation Test 8 -- 32 byte key, long salt, long password vector generated from openssl
    1.41 +
    1.42 +//!                           9) PKCS5 Key Derivation Test 9 -- 16 byte key, really long password vector generated from openssl
    1.43 +
    1.44 +//!                           10) PKCS5 Key Derivation Test 10 -- 16 byte key, really long password vector generated from openssl
    1.45 +
    1.46 +//!                           11) PKCS5 Key Derivation Test 11 -- 16 byte key, really long password vector generated from openssl
    1.47 +
    1.48 +//!                           12) PKCS5 Key Derivation Test 12 -- 32 byte key, really long password vector generated from openssl
    1.49 +
    1.50 +//!                           13) PKCS5 Key Derivation Test 13 -- 32 byte key, long password vector generated from openssl
    1.51 +
    1.52 +//!                           14) PKCS5 Key Derivation Test 14 -- 32 byte key, long password vector generated from openssl
    1.53 +
    1.54 +//!                           15) PKCS5 Key Derivation Test 15 -- 32 byte key, medium length password vector generated from openssl
    1.55 +
    1.56 +//!                           16) PKCS5 Key Derivation Test 16 -- 32 byte key, long password vector generated from openssl
    1.57 +
    1.58 +//!                           17) PKCS5 Key Derivation Test 17 -- 32 byte key, long password vector generated from openssl
    1.59 +
    1.60 +//!                           18) PKCS5 Key Derivation Test 18 -- 32 byte key, long password vector generated from openssl
    1.61 +
    1.62 +//!                           19) PKCS5 Key Derivation Test 19 -- 32 byte key, 65 byte password to test the fixed bug in the CHMAC::Init code vector generated from openssl
    1.63 +
    1.64 +//!                           20) PKCS5 Key Derivation Test 20 -- 32 byte key, password with spaces vector generated from openssl
    1.65 +
    1.66 +//!                           21) PKCS5 Key Derivation Test 21 -- 1 byte key vector generated from openssl
    1.67 +
    1.68 +//!                           22) PKCS5 Key Derivation Test 22 -- 128 byte key vector generated from openssl
    1.69 +
    1.70 +//!                           23) PKCS5 Key Derivation Test 23 -- 160 (multiple of hash size) byte key vector generated from openssl
    1.71 +
    1.72 +//!                           24) PKCS5 Key Derivation Test 24 -- 8 byte key vector generated from openssl
    1.73 +
    1.74 +//!                           25) PKCS5 Key Derivation Test 25 -- 256 byte key vector generated from openssl
    1.75 +
    1.76 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-001
    1.77 +
    1.78 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-002
    1.79 +
    1.80 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-003
    1.81 +
    1.82 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-004
    1.83 +
    1.84 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-005
    1.85 +
    1.86 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-006
    1.87 +
    1.88 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-007
    1.89 +
    1.90 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-008
    1.91 +
    1.92 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-009
    1.93 +
    1.94 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-010
    1.95 +
    1.96 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-011
    1.97 +
    1.98 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-012
    1.99 +
   1.100 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-013
   1.101 +
   1.102 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-014
   1.103 +
   1.104 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-015
   1.105 +
   1.106 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-016
   1.107 +
   1.108 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-017
   1.109 +
   1.110 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-018
   1.111 +
   1.112 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-019
   1.113 +
   1.114 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-020
   1.115 +
   1.116 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-021
   1.117 +
   1.118 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-022
   1.119 +
   1.120 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-023
   1.121 +
   1.122 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-024
   1.123 +
   1.124 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001-025
   1.125 +
   1.126 +END_TESTCASE                  SEC-CRYPTOSPI-TPKCS12KDFTESTS-0001
   1.127 +
   1.128 +
   1.129 +
   1.130 +
   1.131 +
   1.132 +START_TESTCASE                SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002
   1.133 +
   1.134 +//! @SYMTestCaseID            SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002
   1.135 +
   1.136 +//! @SYMTestCaseDesc          Out of Memory tests follow
   1.137 +
   1.138 +//! @SYMTestActions           1) OOM Start
   1.139 +
   1.140 +//!                           2) PKCS5 Key Derivation Test 1 -- vector from peter gutmann
   1.141 +
   1.142 +//!                           3) PKCS5 Key Derivation Test 2 -- 100 iterations vector from generated openssl
   1.143 +
   1.144 +//!                           4) PKCS5 Key Derivation Test 3 -- 1000 iterations 16 byte key, vector generated from openssl
   1.145 +
   1.146 +//!                           5) PKCS5 Key Derivation Test 4 -- 10000 iteration 64 byte key -- vector from generated openssl
   1.147 +
   1.148 +//!                           6) PKCS5 Key Derivation Test 5 -- leave from performAction other than KErrNoMemory
   1.149 +
   1.150 +//!                           7) OOM End
   1.151 +
   1.152 +RUN_TEST_STEP                 -1    CTestHandler        startmemfailure     
   1.153 +
   1.154 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002-002
   1.155 +
   1.156 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002-003
   1.157 +
   1.158 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002-004
   1.159 +
   1.160 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002-005
   1.161 +
   1.162 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002-006
   1.163 +
   1.164 +RUN_TEST_STEP                 -1    CTestHandler        stopmemfailure      
   1.165 +
   1.166 +END_TESTCASE                  SEC-CRYPTOSPI-TPKCS12KDFTESTS-0002
   1.167 +
   1.168 +
   1.169 +
   1.170 +
   1.171 +
   1.172 +START_TESTCASE                SEC-CRYPTOSPI-TPKCS12KDFTESTS-0003
   1.173 +
   1.174 +//! @SYMTestCaseID            SEC-CRYPTOSPI-TPKCS12KDFTESTS-0003
   1.175 +
   1.176 +//! @SYMTestCaseDesc          End of out of memory tests
   1.177 +
   1.178 +//!                           
   1.179 +
   1.180 +//!                           =====================================================================
   1.181 +
   1.182 +//!                           PKCS#12 tests
   1.183 +
   1.184 +//! @SYMTestActions           1) OOM Start
   1.185 +
   1.186 +RUN_TEST_STEP                 -1    CTestHandler        startmemfailure     
   1.187 +
   1.188 +END_TESTCASE                  SEC-CRYPTOSPI-TPKCS12KDFTESTS-0003
   1.189 +
   1.190 +
   1.191 +
   1.192 +
   1.193 +
   1.194 +START_TESTCASE                SEC-CIT_PREQ1054_01-0001
   1.195 +
   1.196 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0001
   1.197 +
   1.198 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.199 +
   1.200 +//! @SYMREQ                   CIT_PREQ1054
   1.201 +
   1.202 +//! @SYMTestPriority          medium
   1.203 +
   1.204 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.205 +
   1.206 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.207 +
   1.208 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.209 +
   1.210 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0001
   1.211 +
   1.212 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0001
   1.213 +
   1.214 +
   1.215 +
   1.216 +
   1.217 +
   1.218 +START_TESTCASE                SEC-CIT_PREQ1054_01-0002
   1.219 +
   1.220 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0002
   1.221 +
   1.222 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.223 +
   1.224 +//! @SYMREQ                   CIT_PREQ1054
   1.225 +
   1.226 +//! @SYMTestPriority          medium
   1.227 +
   1.228 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.229 +
   1.230 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.231 +
   1.232 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.233 +
   1.234 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0002
   1.235 +
   1.236 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0002
   1.237 +
   1.238 +
   1.239 +
   1.240 +
   1.241 +
   1.242 +START_TESTCASE                SEC-CIT_PREQ1054_01-0003
   1.243 +
   1.244 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0003
   1.245 +
   1.246 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.247 +
   1.248 +//! @SYMREQ                   CIT_PREQ1054
   1.249 +
   1.250 +//! @SYMTestPriority          medium
   1.251 +
   1.252 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.253 +
   1.254 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.255 +
   1.256 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.257 +
   1.258 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0003
   1.259 +
   1.260 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0003
   1.261 +
   1.262 +
   1.263 +
   1.264 +
   1.265 +
   1.266 +START_TESTCASE                SEC-CIT_PREQ1054_01-0004
   1.267 +
   1.268 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0004
   1.269 +
   1.270 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.271 +
   1.272 +//! @SYMREQ                   CIT_PREQ1054
   1.273 +
   1.274 +//! @SYMTestPriority          medium
   1.275 +
   1.276 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.277 +
   1.278 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.279 +
   1.280 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.281 +
   1.282 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0004
   1.283 +
   1.284 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0004
   1.285 +
   1.286 +
   1.287 +
   1.288 +
   1.289 +
   1.290 +START_TESTCASE                SEC-CIT_PREQ1054_01-0005
   1.291 +
   1.292 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0005
   1.293 +
   1.294 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.295 +
   1.296 +//! @SYMREQ                   CIT_PREQ1054
   1.297 +
   1.298 +//! @SYMTestPriority          medium
   1.299 +
   1.300 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.301 +
   1.302 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.303 +
   1.304 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.305 +
   1.306 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0005
   1.307 +
   1.308 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0005
   1.309 +
   1.310 +
   1.311 +
   1.312 +
   1.313 +
   1.314 +START_TESTCASE                SEC-CIT_PREQ1054_01-0006
   1.315 +
   1.316 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0006
   1.317 +
   1.318 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.319 +
   1.320 +//! @SYMREQ                   CIT_PREQ1054
   1.321 +
   1.322 +//! @SYMTestPriority          medium
   1.323 +
   1.324 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.325 +
   1.326 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.327 +
   1.328 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.329 +
   1.330 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0006
   1.331 +
   1.332 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0006
   1.333 +
   1.334 +
   1.335 +
   1.336 +
   1.337 +
   1.338 +START_TESTCASE                SEC-CIT_PREQ1054_01-0007
   1.339 +
   1.340 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0007
   1.341 +
   1.342 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.343 +
   1.344 +//! @SYMREQ                   CIT_PREQ1054
   1.345 +
   1.346 +//! @SYMTestPriority          medium
   1.347 +
   1.348 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.349 +
   1.350 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.351 +
   1.352 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.353 +
   1.354 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0007
   1.355 +
   1.356 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0007
   1.357 +
   1.358 +
   1.359 +
   1.360 +
   1.361 +
   1.362 +START_TESTCASE                SEC-CIT_PREQ1054_01-0008
   1.363 +
   1.364 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0008
   1.365 +
   1.366 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.367 +
   1.368 +//! @SYMREQ                   CIT_PREQ1054
   1.369 +
   1.370 +//! @SYMTestPriority          medium
   1.371 +
   1.372 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.373 +
   1.374 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.375 +
   1.376 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.377 +
   1.378 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0008
   1.379 +
   1.380 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0008
   1.381 +
   1.382 +
   1.383 +
   1.384 +
   1.385 +
   1.386 +START_TESTCASE                SEC-CIT_PREQ1054_01-0009
   1.387 +
   1.388 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0009
   1.389 +
   1.390 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.391 +
   1.392 +//! @SYMREQ                   CIT_PREQ1054
   1.393 +
   1.394 +//! @SYMTestPriority          medium
   1.395 +
   1.396 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.397 +
   1.398 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.399 +
   1.400 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.401 +
   1.402 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0009
   1.403 +
   1.404 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0009
   1.405 +
   1.406 +
   1.407 +
   1.408 +
   1.409 +
   1.410 +START_TESTCASE                SEC-CIT_PREQ1054_01-0010
   1.411 +
   1.412 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0010
   1.413 +
   1.414 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.415 +
   1.416 +//! @SYMREQ                   CIT_PREQ1054
   1.417 +
   1.418 +//! @SYMTestPriority          medium
   1.419 +
   1.420 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.421 +
   1.422 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.423 +
   1.424 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.425 +
   1.426 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0010
   1.427 +
   1.428 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0010
   1.429 +
   1.430 +
   1.431 +
   1.432 +
   1.433 +
   1.434 +START_TESTCASE                SEC-CIT_PREQ1054_01-0011
   1.435 +
   1.436 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0011
   1.437 +
   1.438 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.439 +
   1.440 +//! @SYMREQ                   CIT_PREQ1054
   1.441 +
   1.442 +//! @SYMTestPriority          medium
   1.443 +
   1.444 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.445 +
   1.446 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.447 +
   1.448 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.449 +
   1.450 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0011
   1.451 +
   1.452 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0011
   1.453 +
   1.454 +
   1.455 +
   1.456 +
   1.457 +
   1.458 +START_TESTCASE                SEC-CIT_PREQ1054_01-0012
   1.459 +
   1.460 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0012
   1.461 +
   1.462 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.463 +
   1.464 +//! @SYMREQ                   CIT_PREQ1054
   1.465 +
   1.466 +//! @SYMTestPriority          medium
   1.467 +
   1.468 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.469 +
   1.470 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.471 +
   1.472 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.473 +
   1.474 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0012
   1.475 +
   1.476 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0012
   1.477 +
   1.478 +
   1.479 +
   1.480 +
   1.481 +
   1.482 +START_TESTCASE                CIT_PREQ1054_01_0013
   1.483 +
   1.484 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0013
   1.485 +
   1.486 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.487 +
   1.488 +//! @SYMREQ                   CIT_PREQ1054
   1.489 +
   1.490 +//! @SYMTestPriority          medium
   1.491 +
   1.492 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.493 +
   1.494 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.495 +
   1.496 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.497 +
   1.498 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0013
   1.499 +
   1.500 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0013
   1.501 +
   1.502 +
   1.503 +
   1.504 +
   1.505 +
   1.506 +START_TESTCASE                SEC-CIT_PREQ1054_01-0014
   1.507 +
   1.508 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0014
   1.509 +
   1.510 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.511 +
   1.512 +//! @SYMREQ                   CIT_PREQ1054
   1.513 +
   1.514 +//! @SYMTestPriority          medium
   1.515 +
   1.516 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.517 +
   1.518 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.519 +
   1.520 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.521 +
   1.522 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0014
   1.523 +
   1.524 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0014
   1.525 +
   1.526 +
   1.527 +
   1.528 +
   1.529 +
   1.530 +START_TESTCASE                SEC-CIT_PREQ1054_01-0015
   1.531 +
   1.532 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0015
   1.533 +
   1.534 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.535 +
   1.536 +//! @SYMREQ                   CIT_PREQ1054
   1.537 +
   1.538 +//! @SYMTestPriority          medium
   1.539 +
   1.540 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.541 +
   1.542 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.543 +
   1.544 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.545 +
   1.546 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0015
   1.547 +
   1.548 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0015
   1.549 +
   1.550 +
   1.551 +
   1.552 +
   1.553 +
   1.554 +START_TESTCASE                SEC-CIT_PREQ1054_01-0016
   1.555 +
   1.556 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0016
   1.557 +
   1.558 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.559 +
   1.560 +//! @SYMREQ                   CIT_PREQ1054
   1.561 +
   1.562 +//! @SYMTestPriority          medium
   1.563 +
   1.564 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.565 +
   1.566 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.567 +
   1.568 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.569 +
   1.570 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0016
   1.571 +
   1.572 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0016
   1.573 +
   1.574 +
   1.575 +
   1.576 +
   1.577 +
   1.578 +START_TESTCASE                SEC-CIT_PREQ1054_01-0017
   1.579 +
   1.580 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0017
   1.581 +
   1.582 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.583 +
   1.584 +//! @SYMREQ                   CIT_PREQ1054
   1.585 +
   1.586 +//! @SYMTestPriority          medium
   1.587 +
   1.588 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.589 +
   1.590 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.591 +
   1.592 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.593 +
   1.594 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0017
   1.595 +
   1.596 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0017
   1.597 +
   1.598 +
   1.599 +
   1.600 +
   1.601 +
   1.602 +START_TESTCASE                SEC-CIT_PREQ1054_01-0018
   1.603 +
   1.604 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0018
   1.605 +
   1.606 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.607 +
   1.608 +//! @SYMREQ                   CIT_PREQ1054
   1.609 +
   1.610 +//! @SYMTestPriority          medium
   1.611 +
   1.612 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.613 +
   1.614 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.615 +
   1.616 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.617 +
   1.618 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0018
   1.619 +
   1.620 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0018
   1.621 +
   1.622 +
   1.623 +
   1.624 +
   1.625 +
   1.626 +START_TESTCASE                SEC-CIT_PREQ1054_01-0019
   1.627 +
   1.628 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0019
   1.629 +
   1.630 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.631 +
   1.632 +//! @SYMREQ                   CIT_PREQ1054
   1.633 +
   1.634 +//! @SYMTestPriority          medium
   1.635 +
   1.636 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.637 +
   1.638 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.639 +
   1.640 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.641 +
   1.642 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0019
   1.643 +
   1.644 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0019
   1.645 +
   1.646 +
   1.647 +
   1.648 +
   1.649 +
   1.650 +START_TESTCASE                SEC-CIT_PREQ1054_01-0020
   1.651 +
   1.652 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0020
   1.653 +
   1.654 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.655 +
   1.656 +//! @SYMREQ                   CIT_PREQ1054
   1.657 +
   1.658 +//! @SYMTestPriority          medium
   1.659 +
   1.660 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.661 +
   1.662 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.663 +
   1.664 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.665 +
   1.666 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0020
   1.667 +
   1.668 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0020
   1.669 +
   1.670 +
   1.671 +
   1.672 +
   1.673 +
   1.674 +START_TESTCASE                SEC-CIT_PREQ1054_01-0021
   1.675 +
   1.676 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0021
   1.677 +
   1.678 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.679 +
   1.680 +//! @SYMREQ                   CIT_PREQ1054
   1.681 +
   1.682 +//! @SYMTestPriority          medium
   1.683 +
   1.684 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.685 +
   1.686 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.687 +
   1.688 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.689 +
   1.690 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0021
   1.691 +
   1.692 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0021
   1.693 +
   1.694 +
   1.695 +
   1.696 +
   1.697 +
   1.698 +START_TESTCASE                SEC-CIT_PREQ1054_01-0022
   1.699 +
   1.700 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0022
   1.701 +
   1.702 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.703 +
   1.704 +//! @SYMREQ                   CIT_PREQ1054
   1.705 +
   1.706 +//! @SYMTestPriority          medium
   1.707 +
   1.708 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.709 +
   1.710 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.711 +
   1.712 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.713 +
   1.714 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0022
   1.715 +
   1.716 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0022
   1.717 +
   1.718 +
   1.719 +
   1.720 +
   1.721 +
   1.722 +START_TESTCASE                SEC-CIT_PREQ1054_01-0023
   1.723 +
   1.724 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0023
   1.725 +
   1.726 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.727 +
   1.728 +//! @SYMREQ                   CIT_PREQ1054
   1.729 +
   1.730 +//! @SYMTestPriority          medium
   1.731 +
   1.732 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.733 +
   1.734 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.735 +
   1.736 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.737 +
   1.738 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0023
   1.739 +
   1.740 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0023
   1.741 +
   1.742 +
   1.743 +
   1.744 +
   1.745 +
   1.746 +START_TESTCASE                SEC-CIT_PREQ1054_01-0024
   1.747 +
   1.748 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0024
   1.749 +
   1.750 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.751 +
   1.752 +//! @SYMREQ                   CIT_PREQ1054
   1.753 +
   1.754 +//! @SYMTestPriority          medium
   1.755 +
   1.756 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.757 +
   1.758 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.759 +
   1.760 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.761 +
   1.762 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0024
   1.763 +
   1.764 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0024
   1.765 +
   1.766 +
   1.767 +
   1.768 +
   1.769 +
   1.770 +START_TESTCASE                SEC-CIT_PREQ1054_01-0025
   1.771 +
   1.772 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0025
   1.773 +
   1.774 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.775 +
   1.776 +//! @SYMREQ                   CIT_PREQ1054
   1.777 +
   1.778 +//! @SYMTestPriority          medium
   1.779 +
   1.780 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.781 +
   1.782 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.783 +
   1.784 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
   1.785 +
   1.786 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0025
   1.787 +
   1.788 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0025
   1.789 +
   1.790 +
   1.791 +
   1.792 +
   1.793 +
   1.794 +START_TESTCASE                SEC-CIT_PREQ1054_01-0026
   1.795 +
   1.796 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0026
   1.797 +
   1.798 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.799 +
   1.800 +//! @SYMREQ                   CIT_PREQ1054
   1.801 +
   1.802 +//! @SYMTestPriority          medium
   1.803 +
   1.804 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.805 +
   1.806 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.807 +
   1.808 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.809 +
   1.810 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0026
   1.811 +
   1.812 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0026
   1.813 +
   1.814 +
   1.815 +
   1.816 +
   1.817 +
   1.818 +START_TESTCASE                SEC-CIT_PREQ1054_01-0027
   1.819 +
   1.820 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0027
   1.821 +
   1.822 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.823 +
   1.824 +//! @SYMREQ                   CIT_PREQ1054
   1.825 +
   1.826 +//! @SYMTestPriority          medium
   1.827 +
   1.828 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.829 +
   1.830 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.831 +
   1.832 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.833 +
   1.834 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0027
   1.835 +
   1.836 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0027
   1.837 +
   1.838 +
   1.839 +
   1.840 +
   1.841 +
   1.842 +START_TESTCASE                SEC-CIT_PREQ1054_01-0028
   1.843 +
   1.844 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0028
   1.845 +
   1.846 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.847 +
   1.848 +//! @SYMREQ                   CIT_PREQ1054
   1.849 +
   1.850 +//! @SYMTestPriority          medium
   1.851 +
   1.852 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.853 +
   1.854 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.855 +
   1.856 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.857 +
   1.858 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0028
   1.859 +
   1.860 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0028
   1.861 +
   1.862 +
   1.863 +
   1.864 +
   1.865 +
   1.866 +START_TESTCASE                SEC-CIT_PREQ1054_01-0029
   1.867 +
   1.868 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0029
   1.869 +
   1.870 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.871 +
   1.872 +//! @SYMREQ                   CIT_PREQ1054
   1.873 +
   1.874 +//! @SYMTestPriority          medium
   1.875 +
   1.876 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.877 +
   1.878 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.879 +
   1.880 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.881 +
   1.882 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0029
   1.883 +
   1.884 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0029
   1.885 +
   1.886 +
   1.887 +
   1.888 +
   1.889 +
   1.890 +START_TESTCASE                SEC-CIT_PREQ1054_01-0030
   1.891 +
   1.892 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0030
   1.893 +
   1.894 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.895 +
   1.896 +//! @SYMREQ                   CIT_PREQ1054
   1.897 +
   1.898 +//! @SYMTestPriority          medium
   1.899 +
   1.900 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.901 +
   1.902 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.903 +
   1.904 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
   1.905 +
   1.906 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0030
   1.907 +
   1.908 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0030
   1.909 +
   1.910 +
   1.911 +
   1.912 +
   1.913 +
   1.914 +START_TESTCASE                SEC-CIT_PREQ1054_01-0031
   1.915 +
   1.916 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0031
   1.917 +
   1.918 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.919 +
   1.920 +//! @SYMREQ                   CIT_PREQ1054
   1.921 +
   1.922 +//! @SYMTestPriority          medium
   1.923 +
   1.924 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.925 +
   1.926 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.927 +
   1.928 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.929 +
   1.930 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0031
   1.931 +
   1.932 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0031
   1.933 +
   1.934 +
   1.935 +
   1.936 +
   1.937 +
   1.938 +START_TESTCASE                SEC-CIT_PREQ1054_01-0032
   1.939 +
   1.940 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0032
   1.941 +
   1.942 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.943 +
   1.944 +//! @SYMREQ                   CIT_PREQ1054
   1.945 +
   1.946 +//! @SYMTestPriority          medium
   1.947 +
   1.948 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.949 +
   1.950 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.951 +
   1.952 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.953 +
   1.954 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0032
   1.955 +
   1.956 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0032
   1.957 +
   1.958 +
   1.959 +
   1.960 +
   1.961 +
   1.962 +START_TESTCASE                SEC-CIT_PREQ1054_01-0033
   1.963 +
   1.964 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0033
   1.965 +
   1.966 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.967 +
   1.968 +//! @SYMREQ                   CIT_PREQ1054
   1.969 +
   1.970 +//! @SYMTestPriority          medium
   1.971 +
   1.972 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.973 +
   1.974 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.975 +
   1.976 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
   1.977 +
   1.978 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0033
   1.979 +
   1.980 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0033
   1.981 +
   1.982 +
   1.983 +
   1.984 +
   1.985 +
   1.986 +START_TESTCASE                SEC-CIT_PREQ1054_01-0034
   1.987 +
   1.988 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0034
   1.989 +
   1.990 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
   1.991 +
   1.992 +//! @SYMREQ                   CIT_PREQ1054
   1.993 +
   1.994 +//! @SYMTestPriority          medium
   1.995 +
   1.996 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
   1.997 +
   1.998 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
   1.999 +
  1.1000 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1001 +
  1.1002 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0034
  1.1003 +
  1.1004 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0034
  1.1005 +
  1.1006 +
  1.1007 +
  1.1008 +
  1.1009 +
  1.1010 +START_TESTCASE                SEC-CIT_PREQ1054_01-0035
  1.1011 +
  1.1012 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0035
  1.1013 +
  1.1014 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1015 +
  1.1016 +//! @SYMREQ                   CIT_PREQ1054
  1.1017 +
  1.1018 +//! @SYMTestPriority          medium
  1.1019 +
  1.1020 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1021 +
  1.1022 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1023 +
  1.1024 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1025 +
  1.1026 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0035
  1.1027 +
  1.1028 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0035
  1.1029 +
  1.1030 +
  1.1031 +
  1.1032 +
  1.1033 +
  1.1034 +START_TESTCASE                SEC-CIT_PREQ1054_01-0036
  1.1035 +
  1.1036 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0036
  1.1037 +
  1.1038 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1039 +
  1.1040 +//! @SYMREQ                   CIT_PREQ1054
  1.1041 +
  1.1042 +//! @SYMTestPriority          medium
  1.1043 +
  1.1044 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1045 +
  1.1046 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1047 +
  1.1048 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1049 +
  1.1050 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0036
  1.1051 +
  1.1052 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0036
  1.1053 +
  1.1054 +
  1.1055 +
  1.1056 +
  1.1057 +
  1.1058 +START_TESTCASE                SEC-CIT_PREQ1054_01-0037
  1.1059 +
  1.1060 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0037
  1.1061 +
  1.1062 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1063 +
  1.1064 +//! @SYMREQ                   CIT_PREQ1054
  1.1065 +
  1.1066 +//! @SYMTestPriority          medium
  1.1067 +
  1.1068 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1069 +
  1.1070 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1071 +
  1.1072 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1073 +
  1.1074 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0037
  1.1075 +
  1.1076 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0037
  1.1077 +
  1.1078 +
  1.1079 +
  1.1080 +
  1.1081 +
  1.1082 +START_TESTCASE                SEC-CIT_PREQ1054_01-0038
  1.1083 +
  1.1084 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0038
  1.1085 +
  1.1086 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1087 +
  1.1088 +//! @SYMREQ                   CIT_PREQ1054
  1.1089 +
  1.1090 +//! @SYMTestPriority          medium
  1.1091 +
  1.1092 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1093 +
  1.1094 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1095 +
  1.1096 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1097 +
  1.1098 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0038
  1.1099 +
  1.1100 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0038
  1.1101 +
  1.1102 +
  1.1103 +
  1.1104 +
  1.1105 +
  1.1106 +START_TESTCASE                SEC-CIT_PREQ1054_01-0039
  1.1107 +
  1.1108 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0039
  1.1109 +
  1.1110 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1111 +
  1.1112 +//! @SYMREQ                   CIT_PREQ1054
  1.1113 +
  1.1114 +//! @SYMTestPriority          medium
  1.1115 +
  1.1116 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1117 +
  1.1118 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1119 +
  1.1120 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1121 +
  1.1122 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0039
  1.1123 +
  1.1124 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0039
  1.1125 +
  1.1126 +
  1.1127 +
  1.1128 +
  1.1129 +
  1.1130 +START_TESTCASE                SEC-CIT_PREQ1054_01-0040
  1.1131 +
  1.1132 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0040
  1.1133 +
  1.1134 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1135 +
  1.1136 +//! @SYMREQ                   CIT_PREQ1054
  1.1137 +
  1.1138 +//! @SYMTestPriority          medium
  1.1139 +
  1.1140 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1141 +
  1.1142 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1143 +
  1.1144 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1145 +
  1.1146 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0040
  1.1147 +
  1.1148 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0040
  1.1149 +
  1.1150 +
  1.1151 +
  1.1152 +
  1.1153 +
  1.1154 +START_TESTCASE                SEC-CIT_PREQ1054_01-0041
  1.1155 +
  1.1156 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0041
  1.1157 +
  1.1158 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1159 +
  1.1160 +//! @SYMREQ                   CIT_PREQ1054
  1.1161 +
  1.1162 +//! @SYMTestPriority          medium
  1.1163 +
  1.1164 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1165 +
  1.1166 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1167 +
  1.1168 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1169 +
  1.1170 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0041
  1.1171 +
  1.1172 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0041
  1.1173 +
  1.1174 +
  1.1175 +
  1.1176 +
  1.1177 +
  1.1178 +START_TESTCASE                SEC-CIT_PREQ1054_01-0042
  1.1179 +
  1.1180 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0042
  1.1181 +
  1.1182 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1183 +
  1.1184 +//! @SYMREQ                   CIT_PREQ1054
  1.1185 +
  1.1186 +//! @SYMTestPriority          medium
  1.1187 +
  1.1188 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1189 +
  1.1190 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1191 +
  1.1192 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1193 +
  1.1194 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0042
  1.1195 +
  1.1196 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0042
  1.1197 +
  1.1198 +
  1.1199 +
  1.1200 +
  1.1201 +
  1.1202 +START_TESTCASE                SEC-CIT_PREQ1054_01-0043
  1.1203 +
  1.1204 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0043
  1.1205 +
  1.1206 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1207 +
  1.1208 +//! @SYMREQ                   CIT_PREQ1054
  1.1209 +
  1.1210 +//! @SYMTestPriority          medium
  1.1211 +
  1.1212 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1213 +
  1.1214 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1215 +
  1.1216 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1217 +
  1.1218 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0043
  1.1219 +
  1.1220 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0043
  1.1221 +
  1.1222 +
  1.1223 +
  1.1224 +
  1.1225 +
  1.1226 +START_TESTCASE                SEC-CIT_PREQ1054_01-0044
  1.1227 +
  1.1228 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0044
  1.1229 +
  1.1230 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1231 +
  1.1232 +//! @SYMREQ                   CIT_PREQ1054
  1.1233 +
  1.1234 +//! @SYMTestPriority          medium
  1.1235 +
  1.1236 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1237 +
  1.1238 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1239 +
  1.1240 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1241 +
  1.1242 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0044
  1.1243 +
  1.1244 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0044
  1.1245 +
  1.1246 +
  1.1247 +
  1.1248 +
  1.1249 +
  1.1250 +START_TESTCASE                SEC-CIT_PREQ1054_01-0045
  1.1251 +
  1.1252 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0045
  1.1253 +
  1.1254 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1255 +
  1.1256 +//! @SYMREQ                   CIT_PREQ1054
  1.1257 +
  1.1258 +//! @SYMTestPriority          medium
  1.1259 +
  1.1260 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1261 +
  1.1262 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1263 +
  1.1264 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1265 +
  1.1266 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0045
  1.1267 +
  1.1268 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0045
  1.1269 +
  1.1270 +
  1.1271 +
  1.1272 +
  1.1273 +
  1.1274 +START_TESTCASE                SEC-CIT_PREQ1054_01-0046
  1.1275 +
  1.1276 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0046
  1.1277 +
  1.1278 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1279 +
  1.1280 +//! @SYMREQ                   CIT_PREQ1054
  1.1281 +
  1.1282 +//! @SYMTestPriority          medium
  1.1283 +
  1.1284 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1285 +
  1.1286 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1287 +
  1.1288 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1289 +
  1.1290 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0046
  1.1291 +
  1.1292 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0046
  1.1293 +
  1.1294 +
  1.1295 +
  1.1296 +
  1.1297 +
  1.1298 +START_TESTCASE                SEC-CIT_PREQ1054_01-0047
  1.1299 +
  1.1300 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0047
  1.1301 +
  1.1302 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1303 +
  1.1304 +//! @SYMREQ                   CIT_PREQ1054
  1.1305 +
  1.1306 +//! @SYMTestPriority          medium
  1.1307 +
  1.1308 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1309 +
  1.1310 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1311 +
  1.1312 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1313 +
  1.1314 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0047
  1.1315 +
  1.1316 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0047
  1.1317 +
  1.1318 +
  1.1319 +
  1.1320 +
  1.1321 +
  1.1322 +START_TESTCASE                SEC-CIT_PREQ1054_01-0048
  1.1323 +
  1.1324 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0048
  1.1325 +
  1.1326 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1327 +
  1.1328 +//! @SYMREQ                   CIT_PREQ1054
  1.1329 +
  1.1330 +//! @SYMTestPriority          medium
  1.1331 +
  1.1332 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1333 +
  1.1334 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1335 +
  1.1336 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1337 +
  1.1338 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0048
  1.1339 +
  1.1340 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0048
  1.1341 +
  1.1342 +
  1.1343 +
  1.1344 +
  1.1345 +
  1.1346 +START_TESTCASE                SEC-CIT_PREQ1054_01-0049
  1.1347 +
  1.1348 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0049
  1.1349 +
  1.1350 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1351 +
  1.1352 +//! @SYMREQ                   CIT_PREQ1054
  1.1353 +
  1.1354 +//! @SYMTestPriority          medium
  1.1355 +
  1.1356 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1357 +
  1.1358 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1359 +
  1.1360 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1361 +
  1.1362 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0049
  1.1363 +
  1.1364 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0049
  1.1365 +
  1.1366 +
  1.1367 +
  1.1368 +
  1.1369 +
  1.1370 +START_TESTCASE                SEC-CIT_PREQ1054_01-0050
  1.1371 +
  1.1372 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0050
  1.1373 +
  1.1374 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1375 +
  1.1376 +//! @SYMREQ                   CIT_PREQ1054
  1.1377 +
  1.1378 +//! @SYMTestPriority          medium
  1.1379 +
  1.1380 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1381 +
  1.1382 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1383 +
  1.1384 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1385 +
  1.1386 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0050
  1.1387 +
  1.1388 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0050
  1.1389 +
  1.1390 +
  1.1391 +
  1.1392 +
  1.1393 +
  1.1394 +START_TESTCASE                SEC-CIT_PREQ1054_01-0051
  1.1395 +
  1.1396 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0051
  1.1397 +
  1.1398 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1399 +
  1.1400 +//! @SYMREQ                   CIT_PREQ1054
  1.1401 +
  1.1402 +//! @SYMTestPriority          medium
  1.1403 +
  1.1404 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1405 +
  1.1406 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1407 +
  1.1408 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1409 +
  1.1410 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0051
  1.1411 +
  1.1412 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0051
  1.1413 +
  1.1414 +
  1.1415 +
  1.1416 +
  1.1417 +
  1.1418 +START_TESTCASE                SEC-CIT_PREQ1054_01-0052
  1.1419 +
  1.1420 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0052
  1.1421 +
  1.1422 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1423 +
  1.1424 +//! @SYMREQ                   CIT_PREQ1054
  1.1425 +
  1.1426 +//! @SYMTestPriority          medium
  1.1427 +
  1.1428 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1429 +
  1.1430 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1431 +
  1.1432 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1433 +
  1.1434 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0052
  1.1435 +
  1.1436 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0052
  1.1437 +
  1.1438 +
  1.1439 +
  1.1440 +
  1.1441 +
  1.1442 +START_TESTCASE                SEC-CIT_PREQ1054_01-0053
  1.1443 +
  1.1444 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0053
  1.1445 +
  1.1446 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1447 +
  1.1448 +//! @SYMREQ                   CIT_PREQ1054
  1.1449 +
  1.1450 +//! @SYMTestPriority          medium
  1.1451 +
  1.1452 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1453 +
  1.1454 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1455 +
  1.1456 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1457 +
  1.1458 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0053
  1.1459 +
  1.1460 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0053
  1.1461 +
  1.1462 +
  1.1463 +
  1.1464 +
  1.1465 +
  1.1466 +START_TESTCASE                SEC-CIT_PREQ1054_01-0054
  1.1467 +
  1.1468 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0054
  1.1469 +
  1.1470 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1471 +
  1.1472 +//! @SYMREQ                   CIT_PREQ1054
  1.1473 +
  1.1474 +//! @SYMTestPriority          medium
  1.1475 +
  1.1476 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1477 +
  1.1478 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1479 +
  1.1480 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1481 +
  1.1482 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0054
  1.1483 +
  1.1484 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0054
  1.1485 +
  1.1486 +
  1.1487 +
  1.1488 +
  1.1489 +
  1.1490 +START_TESTCASE                SEC-CIT_PREQ1054_01-0055
  1.1491 +
  1.1492 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0055
  1.1493 +
  1.1494 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1495 +
  1.1496 +//! @SYMREQ                   CIT_PREQ1054
  1.1497 +
  1.1498 +//! @SYMTestPriority          medium
  1.1499 +
  1.1500 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1501 +
  1.1502 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1503 +
  1.1504 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1505 +
  1.1506 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0055
  1.1507 +
  1.1508 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0055
  1.1509 +
  1.1510 +
  1.1511 +
  1.1512 +
  1.1513 +
  1.1514 +START_TESTCASE                SEC-CIT_PREQ1054_01-0056
  1.1515 +
  1.1516 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0056
  1.1517 +
  1.1518 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1519 +
  1.1520 +//! @SYMREQ                   CIT_PREQ1054
  1.1521 +
  1.1522 +//! @SYMTestPriority          medium
  1.1523 +
  1.1524 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1525 +
  1.1526 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1527 +
  1.1528 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1529 +
  1.1530 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0056
  1.1531 +
  1.1532 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0056
  1.1533 +
  1.1534 +
  1.1535 +
  1.1536 +
  1.1537 +
  1.1538 +START_TESTCASE                SEC-CIT_PREQ1054_01-0057
  1.1539 +
  1.1540 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0057
  1.1541 +
  1.1542 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1543 +
  1.1544 +//! @SYMREQ                   CIT_PREQ1054
  1.1545 +
  1.1546 +//! @SYMTestPriority          medium
  1.1547 +
  1.1548 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1549 +
  1.1550 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1551 +
  1.1552 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1553 +
  1.1554 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0057
  1.1555 +
  1.1556 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0057
  1.1557 +
  1.1558 +
  1.1559 +
  1.1560 +
  1.1561 +
  1.1562 +START_TESTCASE                SEC-CIT_PREQ1054_01-0058	
  1.1563 +
  1.1564 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0058
  1.1565 +
  1.1566 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1567 +
  1.1568 +//! @SYMREQ                   CIT_PREQ1054
  1.1569 +
  1.1570 +//! @SYMTestPriority          medium
  1.1571 +
  1.1572 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1573 +
  1.1574 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1575 +
  1.1576 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1577 +
  1.1578 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0058
  1.1579 +
  1.1580 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0058
  1.1581 +
  1.1582 +
  1.1583 +
  1.1584 +
  1.1585 +
  1.1586 +START_TESTCASE                SEC-CIT_PREQ1054_01-0059
  1.1587 +
  1.1588 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0059
  1.1589 +
  1.1590 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1591 +
  1.1592 +//! @SYMREQ                   CIT_PREQ1054
  1.1593 +
  1.1594 +//! @SYMTestPriority          medium
  1.1595 +
  1.1596 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1597 +
  1.1598 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1599 +
  1.1600 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1601 +
  1.1602 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0059
  1.1603 +
  1.1604 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0059
  1.1605 +
  1.1606 +
  1.1607 +
  1.1608 +
  1.1609 +
  1.1610 +START_TESTCASE                SEC-CIT_PREQ1054_01-0060
  1.1611 +
  1.1612 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0060
  1.1613 +
  1.1614 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1615 +
  1.1616 +//! @SYMREQ                   CIT_PREQ1054
  1.1617 +
  1.1618 +//! @SYMTestPriority          medium
  1.1619 +
  1.1620 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1621 +
  1.1622 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1623 +
  1.1624 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1625 +
  1.1626 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0060
  1.1627 +
  1.1628 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0060
  1.1629 +
  1.1630 +
  1.1631 +
  1.1632 +
  1.1633 +
  1.1634 +START_TESTCASE                SEC-CIT_PREQ1054_01-0061
  1.1635 +
  1.1636 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0061
  1.1637 +
  1.1638 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1639 +
  1.1640 +//! @SYMREQ                   CIT_PREQ1054
  1.1641 +
  1.1642 +//! @SYMTestPriority          medium
  1.1643 +
  1.1644 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1645 +
  1.1646 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1647 +
  1.1648 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1649 +
  1.1650 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0061
  1.1651 +
  1.1652 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0061
  1.1653 +
  1.1654 +
  1.1655 +
  1.1656 +
  1.1657 +
  1.1658 +START_TESTCASE                SEC-CIT_PREQ1054_01-0062
  1.1659 +
  1.1660 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0062
  1.1661 +
  1.1662 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1663 +
  1.1664 +//! @SYMREQ                   CIT_PREQ1054
  1.1665 +
  1.1666 +//! @SYMTestPriority          medium
  1.1667 +
  1.1668 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1669 +
  1.1670 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1671 +
  1.1672 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1673 +
  1.1674 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0062
  1.1675 +
  1.1676 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0062
  1.1677 +
  1.1678 +
  1.1679 +
  1.1680 +
  1.1681 +
  1.1682 +START_TESTCASE                SEC-CIT_PREQ1054_01-0063
  1.1683 +
  1.1684 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0063
  1.1685 +
  1.1686 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1687 +
  1.1688 +//! @SYMREQ                   CIT_PREQ1054
  1.1689 +
  1.1690 +//! @SYMTestPriority          medium
  1.1691 +
  1.1692 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1693 +
  1.1694 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1695 +
  1.1696 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1697 +
  1.1698 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0063
  1.1699 +
  1.1700 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0063
  1.1701 +
  1.1702 +
  1.1703 +
  1.1704 +
  1.1705 +
  1.1706 +START_TESTCASE                SEC-CIT_PREQ1054_01-0064
  1.1707 +
  1.1708 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0064
  1.1709 +
  1.1710 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1711 +
  1.1712 +//! @SYMREQ                   CIT_PREQ1054
  1.1713 +
  1.1714 +//! @SYMTestPriority          medium
  1.1715 +
  1.1716 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1717 +
  1.1718 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1719 +
  1.1720 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1721 +
  1.1722 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0064
  1.1723 +
  1.1724 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0064
  1.1725 +
  1.1726 +
  1.1727 +
  1.1728 +
  1.1729 +
  1.1730 +START_TESTCASE                SEC-CIT_PREQ1054_01-0065
  1.1731 +
  1.1732 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0065
  1.1733 +
  1.1734 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1735 +
  1.1736 +//! @SYMREQ                   CIT_PREQ1054
  1.1737 +
  1.1738 +//! @SYMTestPriority          medium
  1.1739 +
  1.1740 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1741 +
  1.1742 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1743 +
  1.1744 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.1745 +
  1.1746 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0065
  1.1747 +
  1.1748 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0065
  1.1749 +
  1.1750 +
  1.1751 +
  1.1752 +
  1.1753 +
  1.1754 +START_TESTCASE                SEC-CIT_PREQ1054_01-0066
  1.1755 +
  1.1756 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0066
  1.1757 +
  1.1758 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1759 +
  1.1760 +//! @SYMREQ                   CIT_PREQ1054
  1.1761 +
  1.1762 +//! @SYMTestPriority          medium
  1.1763 +
  1.1764 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1765 +
  1.1766 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1767 +
  1.1768 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1769 +
  1.1770 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0066
  1.1771 +
  1.1772 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0066
  1.1773 +
  1.1774 +
  1.1775 +
  1.1776 +
  1.1777 +
  1.1778 +START_TESTCASE                SEC-CIT_PREQ1054_01-0067
  1.1779 +
  1.1780 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0067
  1.1781 +
  1.1782 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1783 +
  1.1784 +//! @SYMREQ                   CIT_PREQ1054
  1.1785 +
  1.1786 +//! @SYMTestPriority          medium
  1.1787 +
  1.1788 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1789 +
  1.1790 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1791 +
  1.1792 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1793 +
  1.1794 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0067
  1.1795 +
  1.1796 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0067
  1.1797 +
  1.1798 +
  1.1799 +
  1.1800 +
  1.1801 +
  1.1802 +START_TESTCASE                SEC-CIT_PREQ1054_01-0068
  1.1803 +
  1.1804 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0068
  1.1805 +
  1.1806 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1807 +
  1.1808 +//! @SYMREQ                   CIT_PREQ1054
  1.1809 +
  1.1810 +//! @SYMTestPriority          medium
  1.1811 +
  1.1812 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1813 +
  1.1814 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1815 +
  1.1816 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1817 +
  1.1818 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0068
  1.1819 +
  1.1820 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0068
  1.1821 +
  1.1822 +
  1.1823 +
  1.1824 +
  1.1825 +
  1.1826 +START_TESTCASE                SEC-CIT_PREQ1054_01-0069
  1.1827 +
  1.1828 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0069
  1.1829 +
  1.1830 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1831 +
  1.1832 +//! @SYMREQ                   CIT_PREQ1054
  1.1833 +
  1.1834 +//! @SYMTestPriority          medium
  1.1835 +
  1.1836 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1837 +
  1.1838 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1839 +
  1.1840 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1841 +
  1.1842 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0069
  1.1843 +
  1.1844 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0069
  1.1845 +
  1.1846 +
  1.1847 +
  1.1848 +
  1.1849 +
  1.1850 +START_TESTCASE                SEC-CIT_PREQ1054_01-0070
  1.1851 +
  1.1852 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0070
  1.1853 +
  1.1854 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1855 +
  1.1856 +//! @SYMREQ                   CIT_PREQ1054
  1.1857 +
  1.1858 +//! @SYMTestPriority          medium
  1.1859 +
  1.1860 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1861 +
  1.1862 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1863 +
  1.1864 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.1865 +
  1.1866 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0070
  1.1867 +
  1.1868 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0070
  1.1869 +
  1.1870 +
  1.1871 +
  1.1872 +
  1.1873 +
  1.1874 +START_TESTCASE                SEC-CIT_PREQ1054_01-0071
  1.1875 +
  1.1876 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0071
  1.1877 +
  1.1878 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1879 +
  1.1880 +//! @SYMREQ                   CIT_PREQ1054
  1.1881 +
  1.1882 +//! @SYMTestPriority          medium
  1.1883 +
  1.1884 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1885 +
  1.1886 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1887 +
  1.1888 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1889 +
  1.1890 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0071
  1.1891 +
  1.1892 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0071
  1.1893 +
  1.1894 +
  1.1895 +
  1.1896 +
  1.1897 +
  1.1898 +START_TESTCASE                SEC-CIT_PREQ1054_01-0072
  1.1899 +
  1.1900 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0072
  1.1901 +
  1.1902 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1903 +
  1.1904 +//! @SYMREQ                   CIT_PREQ1054
  1.1905 +
  1.1906 +//! @SYMTestPriority          medium
  1.1907 +
  1.1908 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1909 +
  1.1910 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1911 +
  1.1912 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1913 +
  1.1914 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0072
  1.1915 +
  1.1916 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0072
  1.1917 +
  1.1918 +
  1.1919 +
  1.1920 +
  1.1921 +
  1.1922 +START_TESTCASE                SEC-CIT_PREQ1054_01-0073
  1.1923 +
  1.1924 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0073
  1.1925 +
  1.1926 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1927 +
  1.1928 +//! @SYMREQ                   CIT_PREQ1054
  1.1929 +
  1.1930 +//! @SYMTestPriority          medium
  1.1931 +
  1.1932 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1933 +
  1.1934 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1935 +
  1.1936 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1937 +
  1.1938 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0073
  1.1939 +
  1.1940 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0073
  1.1941 +
  1.1942 +
  1.1943 +
  1.1944 +
  1.1945 +
  1.1946 +START_TESTCASE                SEC-CIT_PREQ1054_01-0074
  1.1947 +
  1.1948 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0074
  1.1949 +
  1.1950 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1951 +
  1.1952 +//! @SYMREQ                   CIT_PREQ1054
  1.1953 +
  1.1954 +//! @SYMTestPriority          medium
  1.1955 +
  1.1956 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1957 +
  1.1958 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1959 +
  1.1960 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1961 +
  1.1962 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0074
  1.1963 +
  1.1964 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0074
  1.1965 +
  1.1966 +
  1.1967 +
  1.1968 +
  1.1969 +
  1.1970 +START_TESTCASE                SEC-CIT_PREQ1054_01-0075
  1.1971 +
  1.1972 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0075
  1.1973 +
  1.1974 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1975 +
  1.1976 +//! @SYMREQ                   CIT_PREQ1054
  1.1977 +
  1.1978 +//! @SYMTestPriority          medium
  1.1979 +
  1.1980 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.1981 +
  1.1982 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.1983 +
  1.1984 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.1985 +
  1.1986 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0075
  1.1987 +
  1.1988 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0075
  1.1989 +
  1.1990 +
  1.1991 +
  1.1992 +
  1.1993 +
  1.1994 +START_TESTCASE                SEC-CIT_PREQ1054_01-0076
  1.1995 +
  1.1996 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0076
  1.1997 +
  1.1998 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.1999 +
  1.2000 +//! @SYMREQ                   CIT_PREQ1054
  1.2001 +
  1.2002 +//! @SYMTestPriority          medium
  1.2003 +
  1.2004 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2005 +
  1.2006 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2007 +
  1.2008 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2009 +
  1.2010 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0076
  1.2011 +
  1.2012 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0076
  1.2013 +
  1.2014 +
  1.2015 +
  1.2016 +
  1.2017 +
  1.2018 +START_TESTCASE                SEC-CIT_PREQ1054_01-0077
  1.2019 +
  1.2020 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0077
  1.2021 +
  1.2022 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2023 +
  1.2024 +//! @SYMREQ                   CIT_PREQ1054
  1.2025 +
  1.2026 +//! @SYMTestPriority          medium
  1.2027 +
  1.2028 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2029 +
  1.2030 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2031 +
  1.2032 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2033 +
  1.2034 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0077
  1.2035 +
  1.2036 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0077
  1.2037 +
  1.2038 +
  1.2039 +
  1.2040 +
  1.2041 +
  1.2042 +START_TESTCASE                SEC-CIT_PREQ1054_01-0078
  1.2043 +
  1.2044 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0078
  1.2045 +
  1.2046 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2047 +
  1.2048 +//! @SYMREQ                   CIT_PREQ1054
  1.2049 +
  1.2050 +//! @SYMTestPriority          medium
  1.2051 +
  1.2052 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2053 +
  1.2054 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2055 +
  1.2056 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2057 +
  1.2058 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0078
  1.2059 +
  1.2060 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0078
  1.2061 +
  1.2062 +
  1.2063 +
  1.2064 +
  1.2065 +
  1.2066 +START_TESTCASE                SEC-CIT_PREQ1054_01-0079
  1.2067 +
  1.2068 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0079
  1.2069 +
  1.2070 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2071 +
  1.2072 +//! @SYMREQ                   CIT_PREQ1054
  1.2073 +
  1.2074 +//! @SYMTestPriority          medium
  1.2075 +
  1.2076 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2077 +
  1.2078 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2079 +
  1.2080 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2081 +
  1.2082 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0079
  1.2083 +
  1.2084 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0079
  1.2085 +
  1.2086 +
  1.2087 +
  1.2088 +
  1.2089 +
  1.2090 +START_TESTCASE                SEC-CIT_PREQ1054_01-0080
  1.2091 +
  1.2092 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0080
  1.2093 +
  1.2094 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2095 +
  1.2096 +//! @SYMREQ                   CIT_PREQ1054
  1.2097 +
  1.2098 +//! @SYMTestPriority          medium
  1.2099 +
  1.2100 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2101 +
  1.2102 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2103 +
  1.2104 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2105 +
  1.2106 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0080
  1.2107 +
  1.2108 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0080
  1.2109 +
  1.2110 +
  1.2111 +
  1.2112 +
  1.2113 +
  1.2114 +START_TESTCASE                SEC-CIT_PREQ1054_01-0081
  1.2115 +
  1.2116 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0081
  1.2117 +
  1.2118 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2119 +
  1.2120 +//! @SYMREQ                   CIT_PREQ1054
  1.2121 +
  1.2122 +//! @SYMTestPriority          medium
  1.2123 +
  1.2124 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2125 +
  1.2126 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2127 +
  1.2128 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2129 +
  1.2130 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0081
  1.2131 +
  1.2132 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0081
  1.2133 +
  1.2134 +
  1.2135 +
  1.2136 +
  1.2137 +
  1.2138 +START_TESTCASE                SEC-CIT_PREQ1054_01-0082
  1.2139 +
  1.2140 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0082
  1.2141 +
  1.2142 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2143 +
  1.2144 +//! @SYMREQ                   CIT_PREQ1054
  1.2145 +
  1.2146 +//! @SYMTestPriority          medium
  1.2147 +
  1.2148 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2149 +
  1.2150 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2151 +
  1.2152 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2153 +
  1.2154 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0082
  1.2155 +
  1.2156 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0082
  1.2157 +
  1.2158 +
  1.2159 +
  1.2160 +
  1.2161 +
  1.2162 +START_TESTCASE                SEC-CIT_PREQ1054_01-0083
  1.2163 +
  1.2164 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0083
  1.2165 +
  1.2166 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2167 +
  1.2168 +//! @SYMREQ                   CIT_PREQ1054
  1.2169 +
  1.2170 +//! @SYMTestPriority          medium
  1.2171 +
  1.2172 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2173 +
  1.2174 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2175 +
  1.2176 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2177 +
  1.2178 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0083
  1.2179 +
  1.2180 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0083
  1.2181 +
  1.2182 +
  1.2183 +
  1.2184 +
  1.2185 +
  1.2186 +START_TESTCASE                SEC-CIT_PREQ1054_01-0084
  1.2187 +
  1.2188 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0084
  1.2189 +
  1.2190 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2191 +
  1.2192 +//! @SYMREQ                   CIT_PREQ1054
  1.2193 +
  1.2194 +//! @SYMTestPriority          medium
  1.2195 +
  1.2196 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2197 +
  1.2198 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2199 +
  1.2200 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2201 +
  1.2202 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0084
  1.2203 +
  1.2204 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0084
  1.2205 +
  1.2206 +
  1.2207 +
  1.2208 +
  1.2209 +
  1.2210 +START_TESTCASE                SEC-CIT_PREQ1054_01-0085
  1.2211 +
  1.2212 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0085
  1.2213 +
  1.2214 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2215 +
  1.2216 +//! @SYMREQ                   CIT_PREQ1054
  1.2217 +
  1.2218 +//! @SYMTestPriority          medium
  1.2219 +
  1.2220 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2221 +
  1.2222 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2223 +
  1.2224 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2225 +
  1.2226 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0085
  1.2227 +
  1.2228 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0085
  1.2229 +
  1.2230 +
  1.2231 +
  1.2232 +
  1.2233 +
  1.2234 +START_TESTCASE                SEC-CIT_PREQ1054_01-0086
  1.2235 +
  1.2236 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0086
  1.2237 +
  1.2238 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2239 +
  1.2240 +//! @SYMREQ                   CIT_PREQ1054
  1.2241 +
  1.2242 +//! @SYMTestPriority          medium
  1.2243 +
  1.2244 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2245 +
  1.2246 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2247 +
  1.2248 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2249 +
  1.2250 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0086
  1.2251 +
  1.2252 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0086
  1.2253 +
  1.2254 +
  1.2255 +
  1.2256 +
  1.2257 +
  1.2258 +START_TESTCASE                SEC-CIT_PREQ1054_01-0087
  1.2259 +
  1.2260 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0087
  1.2261 +
  1.2262 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2263 +
  1.2264 +//! @SYMREQ                   CIT_PREQ1054
  1.2265 +
  1.2266 +//! @SYMTestPriority          medium
  1.2267 +
  1.2268 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2269 +
  1.2270 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2271 +
  1.2272 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2273 +
  1.2274 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0087
  1.2275 +
  1.2276 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0087
  1.2277 +
  1.2278 +
  1.2279 +
  1.2280 +
  1.2281 +
  1.2282 +START_TESTCASE                SEC-CIT_PREQ1054_01-0088
  1.2283 +
  1.2284 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0088
  1.2285 +
  1.2286 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2287 +
  1.2288 +//! @SYMREQ                   CIT_PREQ1054
  1.2289 +
  1.2290 +//! @SYMTestPriority          medium
  1.2291 +
  1.2292 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2293 +
  1.2294 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2295 +
  1.2296 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2297 +
  1.2298 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0088
  1.2299 +
  1.2300 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0088
  1.2301 +
  1.2302 +
  1.2303 +
  1.2304 +
  1.2305 +
  1.2306 +START_TESTCASE                SEC-CIT_PREQ1054_01-0089
  1.2307 +
  1.2308 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0089
  1.2309 +
  1.2310 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2311 +
  1.2312 +//! @SYMREQ                   CIT_PREQ1054
  1.2313 +
  1.2314 +//! @SYMTestPriority          medium
  1.2315 +
  1.2316 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2317 +
  1.2318 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2319 +
  1.2320 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2321 +
  1.2322 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0089
  1.2323 +
  1.2324 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0089
  1.2325 +
  1.2326 +
  1.2327 +
  1.2328 +
  1.2329 +
  1.2330 +START_TESTCASE                SEC-CIT_PREQ1054_01-0090
  1.2331 +
  1.2332 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0090
  1.2333 +
  1.2334 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2335 +
  1.2336 +//! @SYMREQ                   CIT_PREQ1054
  1.2337 +
  1.2338 +//! @SYMTestPriority          medium
  1.2339 +
  1.2340 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2341 +
  1.2342 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2343 +
  1.2344 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2345 +
  1.2346 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0090
  1.2347 +
  1.2348 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0090
  1.2349 +
  1.2350 +
  1.2351 +
  1.2352 +
  1.2353 +
  1.2354 +START_TESTCASE                SEC-CIT_PREQ1054_01-0091
  1.2355 +
  1.2356 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0091
  1.2357 +
  1.2358 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2359 +
  1.2360 +//! @SYMREQ                   CIT_PREQ1054
  1.2361 +
  1.2362 +//! @SYMTestPriority          medium
  1.2363 +
  1.2364 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2365 +
  1.2366 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2367 +
  1.2368 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2369 +
  1.2370 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0091
  1.2371 +
  1.2372 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0091
  1.2373 +
  1.2374 +
  1.2375 +
  1.2376 +
  1.2377 +
  1.2378 +START_TESTCASE                SEC-CIT_PREQ1054_01-0092
  1.2379 +
  1.2380 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0092
  1.2381 +
  1.2382 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2383 +
  1.2384 +//! @SYMREQ                   CIT_PREQ1054
  1.2385 +
  1.2386 +//! @SYMTestPriority          medium
  1.2387 +
  1.2388 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2389 +
  1.2390 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2391 +
  1.2392 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2393 +
  1.2394 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0092
  1.2395 +
  1.2396 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0092
  1.2397 +
  1.2398 +
  1.2399 +
  1.2400 +
  1.2401 +
  1.2402 +START_TESTCASE                SEC-CIT_PREQ1054_01-0093
  1.2403 +
  1.2404 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0093
  1.2405 +
  1.2406 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2407 +
  1.2408 +//! @SYMREQ                   CIT_PREQ1054
  1.2409 +
  1.2410 +//! @SYMTestPriority          medium
  1.2411 +
  1.2412 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2413 +
  1.2414 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2415 +
  1.2416 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2417 +
  1.2418 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0093
  1.2419 +
  1.2420 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0093
  1.2421 +
  1.2422 +
  1.2423 +
  1.2424 +
  1.2425 +
  1.2426 +START_TESTCASE                SEC-CIT_PREQ1054_01-0094
  1.2427 +
  1.2428 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0094
  1.2429 +
  1.2430 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2431 +
  1.2432 +//! @SYMREQ                   CIT_PREQ1054
  1.2433 +
  1.2434 +//! @SYMTestPriority          medium
  1.2435 +
  1.2436 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2437 +
  1.2438 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2439 +
  1.2440 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2441 +
  1.2442 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0094
  1.2443 +
  1.2444 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0094
  1.2445 +
  1.2446 +
  1.2447 +
  1.2448 +
  1.2449 +
  1.2450 +START_TESTCASE                SEC-CIT_PREQ1054_01-0095
  1.2451 +
  1.2452 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0095
  1.2453 +
  1.2454 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2455 +
  1.2456 +//! @SYMREQ                   CIT_PREQ1054
  1.2457 +
  1.2458 +//! @SYMTestPriority          medium
  1.2459 +
  1.2460 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2461 +
  1.2462 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2463 +
  1.2464 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2465 +
  1.2466 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0095
  1.2467 +
  1.2468 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0095
  1.2469 +
  1.2470 +
  1.2471 +
  1.2472 +
  1.2473 +
  1.2474 +START_TESTCASE                SEC-CIT_PREQ1054_01-0096
  1.2475 +
  1.2476 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0096
  1.2477 +
  1.2478 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2479 +
  1.2480 +//! @SYMREQ                   CIT_PREQ1054
  1.2481 +
  1.2482 +//! @SYMTestPriority          medium
  1.2483 +
  1.2484 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2485 +
  1.2486 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2487 +
  1.2488 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2489 +
  1.2490 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0096
  1.2491 +
  1.2492 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0096
  1.2493 +
  1.2494 +
  1.2495 +
  1.2496 +
  1.2497 +
  1.2498 +START_TESTCASE                SEC-CIT_PREQ1054_01-0097
  1.2499 +
  1.2500 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0097
  1.2501 +
  1.2502 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2503 +
  1.2504 +//! @SYMREQ                   CIT_PREQ1054
  1.2505 +
  1.2506 +//! @SYMTestPriority          medium
  1.2507 +
  1.2508 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2509 +
  1.2510 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2511 +
  1.2512 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2513 +
  1.2514 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0097
  1.2515 +
  1.2516 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0097
  1.2517 +
  1.2518 +
  1.2519 +
  1.2520 +
  1.2521 +
  1.2522 +START_TESTCASE                SEC-CIT_PREQ1054_01-0098
  1.2523 +
  1.2524 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0098
  1.2525 +
  1.2526 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2527 +
  1.2528 +//! @SYMREQ                   CIT_PREQ1054
  1.2529 +
  1.2530 +//! @SYMTestPriority          medium
  1.2531 +
  1.2532 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2533 +
  1.2534 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2535 +
  1.2536 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2537 +
  1.2538 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0098
  1.2539 +
  1.2540 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0098
  1.2541 +
  1.2542 +
  1.2543 +
  1.2544 +
  1.2545 +
  1.2546 +START_TESTCASE                SEC-CIT_PREQ1054_01-0099
  1.2547 +
  1.2548 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0099
  1.2549 +
  1.2550 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2551 +
  1.2552 +//! @SYMREQ                   CIT_PREQ1054
  1.2553 +
  1.2554 +//! @SYMTestPriority          medium
  1.2555 +
  1.2556 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2557 +
  1.2558 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2559 +
  1.2560 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2561 +
  1.2562 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0099
  1.2563 +
  1.2564 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0099
  1.2565 +
  1.2566 +
  1.2567 +
  1.2568 +
  1.2569 +
  1.2570 +START_TESTCASE                SEC-CIT_PREQ1054_01-0100
  1.2571 +
  1.2572 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0100
  1.2573 +
  1.2574 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2575 +
  1.2576 +//! @SYMREQ                   CIT_PREQ1054
  1.2577 +
  1.2578 +//! @SYMTestPriority          medium
  1.2579 +
  1.2580 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2581 +
  1.2582 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2583 +
  1.2584 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2585 +
  1.2586 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0100
  1.2587 +
  1.2588 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0100
  1.2589 +
  1.2590 +
  1.2591 +
  1.2592 +
  1.2593 +
  1.2594 +START_TESTCASE                SEC-CIT_PREQ1054_01-0101
  1.2595 +
  1.2596 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0101
  1.2597 +
  1.2598 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2599 +
  1.2600 +//! @SYMREQ                   CIT_PREQ1054
  1.2601 +
  1.2602 +//! @SYMTestPriority          medium
  1.2603 +
  1.2604 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2605 +
  1.2606 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2607 +
  1.2608 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2609 +
  1.2610 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0101
  1.2611 +
  1.2612 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0101
  1.2613 +
  1.2614 +
  1.2615 +
  1.2616 +
  1.2617 +
  1.2618 +START_TESTCASE                SEC-CIT_PREQ1054_01-0102
  1.2619 +
  1.2620 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0102
  1.2621 +
  1.2622 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2623 +
  1.2624 +//! @SYMREQ                   CIT_PREQ1054
  1.2625 +
  1.2626 +//! @SYMTestPriority          medium
  1.2627 +
  1.2628 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2629 +
  1.2630 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2631 +
  1.2632 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2633 +
  1.2634 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0102
  1.2635 +
  1.2636 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0102
  1.2637 +
  1.2638 +
  1.2639 +
  1.2640 +
  1.2641 +
  1.2642 +START_TESTCASE                SEC-CIT_PREQ1054_01-0103
  1.2643 +
  1.2644 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0103
  1.2645 +
  1.2646 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2647 +
  1.2648 +//! @SYMREQ                   CIT_PREQ1054
  1.2649 +
  1.2650 +//! @SYMTestPriority          medium
  1.2651 +
  1.2652 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2653 +
  1.2654 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2655 +
  1.2656 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2657 +
  1.2658 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0103
  1.2659 +
  1.2660 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0103
  1.2661 +
  1.2662 +
  1.2663 +
  1.2664 +
  1.2665 +
  1.2666 +START_TESTCASE                SEC-CIT_PREQ1054_01-0104
  1.2667 +
  1.2668 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0104
  1.2669 +
  1.2670 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2671 +
  1.2672 +//! @SYMREQ                   CIT_PREQ1054
  1.2673 +
  1.2674 +//! @SYMTestPriority          medium
  1.2675 +
  1.2676 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2677 +
  1.2678 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2679 +
  1.2680 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2681 +
  1.2682 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0104
  1.2683 +
  1.2684 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0104
  1.2685 +
  1.2686 +
  1.2687 +
  1.2688 +
  1.2689 +
  1.2690 +START_TESTCASE                SEC-CIT_PREQ1054_01-0105
  1.2691 +
  1.2692 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0105
  1.2693 +
  1.2694 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2695 +
  1.2696 +//! @SYMREQ                   CIT_PREQ1054
  1.2697 +
  1.2698 +//! @SYMTestPriority          medium
  1.2699 +
  1.2700 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2701 +
  1.2702 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2703 +
  1.2704 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2705 +
  1.2706 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0105
  1.2707 +
  1.2708 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0105
  1.2709 +
  1.2710 +
  1.2711 +
  1.2712 +
  1.2713 +
  1.2714 +START_TESTCASE                SEC-CIT_PREQ1054_01-0106
  1.2715 +
  1.2716 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0106
  1.2717 +
  1.2718 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2719 +
  1.2720 +//! @SYMREQ                   CIT_PREQ1054
  1.2721 +
  1.2722 +//! @SYMTestPriority          medium
  1.2723 +
  1.2724 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2725 +
  1.2726 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2727 +
  1.2728 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2729 +
  1.2730 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0106
  1.2731 +
  1.2732 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0106
  1.2733 +
  1.2734 +
  1.2735 +
  1.2736 +
  1.2737 +
  1.2738 +START_TESTCASE                SEC-CIT_PREQ1054_01-0107
  1.2739 +
  1.2740 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0107
  1.2741 +
  1.2742 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2743 +
  1.2744 +//! @SYMREQ                   CIT_PREQ1054
  1.2745 +
  1.2746 +//! @SYMTestPriority          medium
  1.2747 +
  1.2748 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2749 +
  1.2750 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2751 +
  1.2752 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2753 +
  1.2754 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0107
  1.2755 +
  1.2756 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0107
  1.2757 +
  1.2758 +
  1.2759 +
  1.2760 +
  1.2761 +
  1.2762 +START_TESTCASE                SEC-CIT_PREQ1054_01-0108
  1.2763 +
  1.2764 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0108
  1.2765 +
  1.2766 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2767 +
  1.2768 +//! @SYMREQ                   CIT_PREQ1054
  1.2769 +
  1.2770 +//! @SYMTestPriority          medium
  1.2771 +
  1.2772 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2773 +
  1.2774 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2775 +
  1.2776 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2777 +
  1.2778 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0108
  1.2779 +
  1.2780 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0108
  1.2781 +
  1.2782 +
  1.2783 +
  1.2784 +
  1.2785 +
  1.2786 +START_TESTCASE                SEC-CIT_PREQ1054_01-0109
  1.2787 +
  1.2788 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0109
  1.2789 +
  1.2790 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2791 +
  1.2792 +//! @SYMREQ                   CIT_PREQ1054
  1.2793 +
  1.2794 +//! @SYMTestPriority          medium
  1.2795 +
  1.2796 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2797 +
  1.2798 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2799 +
  1.2800 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2801 +
  1.2802 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0109
  1.2803 +
  1.2804 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0109
  1.2805 +
  1.2806 +
  1.2807 +
  1.2808 +
  1.2809 +
  1.2810 +START_TESTCASE                SEC-CIT_PREQ1054_01-0110
  1.2811 +
  1.2812 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0110
  1.2813 +
  1.2814 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2815 +
  1.2816 +//! @SYMREQ                   CIT_PREQ1054
  1.2817 +
  1.2818 +//! @SYMTestPriority          medium
  1.2819 +
  1.2820 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2821 +
  1.2822 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2823 +
  1.2824 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 4
  1.2825 +
  1.2826 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0110
  1.2827 +
  1.2828 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0110
  1.2829 +
  1.2830 +
  1.2831 +
  1.2832 +
  1.2833 +
  1.2834 +START_TESTCASE                SEC-CIT_PREQ1054_01-0111
  1.2835 +
  1.2836 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0111
  1.2837 +
  1.2838 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2839 +
  1.2840 +//! @SYMREQ                   CIT_PREQ1054
  1.2841 +
  1.2842 +//! @SYMTestPriority          medium
  1.2843 +
  1.2844 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2845 +
  1.2846 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2847 +
  1.2848 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2849 +
  1.2850 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0111
  1.2851 +
  1.2852 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0111
  1.2853 +
  1.2854 +
  1.2855 +
  1.2856 +
  1.2857 +
  1.2858 +START_TESTCASE                SEC-CIT_PREQ1054_01-0112
  1.2859 +
  1.2860 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0112
  1.2861 +
  1.2862 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2863 +
  1.2864 +//! @SYMREQ                   CIT_PREQ1054
  1.2865 +
  1.2866 +//! @SYMTestPriority          medium
  1.2867 +
  1.2868 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2869 +
  1.2870 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2871 +
  1.2872 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2873 +
  1.2874 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0112
  1.2875 +
  1.2876 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0112
  1.2877 +
  1.2878 +
  1.2879 +
  1.2880 +
  1.2881 +
  1.2882 +START_TESTCASE                SEC-CIT_PREQ1054_01-0113
  1.2883 +
  1.2884 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0113
  1.2885 +
  1.2886 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2887 +
  1.2888 +//! @SYMREQ                   CIT_PREQ1054
  1.2889 +
  1.2890 +//! @SYMTestPriority          medium
  1.2891 +
  1.2892 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2893 +
  1.2894 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2895 +
  1.2896 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2897 +
  1.2898 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0113
  1.2899 +
  1.2900 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0113
  1.2901 +
  1.2902 +
  1.2903 +
  1.2904 +
  1.2905 +
  1.2906 +START_TESTCASE                SEC-CIT_PREQ1054_01-0114
  1.2907 +
  1.2908 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0114
  1.2909 +
  1.2910 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2911 +
  1.2912 +//! @SYMREQ                   CIT_PREQ1054
  1.2913 +
  1.2914 +//! @SYMTestPriority          medium
  1.2915 +
  1.2916 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2917 +
  1.2918 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2919 +
  1.2920 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2921 +
  1.2922 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0114
  1.2923 +
  1.2924 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0114
  1.2925 +
  1.2926 +
  1.2927 +
  1.2928 +
  1.2929 +
  1.2930 +START_TESTCASE                SEC-CIT_PREQ1054_01-0115
  1.2931 +
  1.2932 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0115
  1.2933 +
  1.2934 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2935 +
  1.2936 +//! @SYMREQ                   CIT_PREQ1054
  1.2937 +
  1.2938 +//! @SYMTestPriority          medium
  1.2939 +
  1.2940 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2941 +
  1.2942 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2943 +
  1.2944 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 20
  1.2945 +
  1.2946 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0115
  1.2947 +
  1.2948 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0115
  1.2949 +
  1.2950 +
  1.2951 +
  1.2952 +
  1.2953 +
  1.2954 +START_TESTCASE                SEC-CIT_PREQ1054_01-0116
  1.2955 +
  1.2956 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0116
  1.2957 +
  1.2958 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2959 +
  1.2960 +//! @SYMREQ                   CIT_PREQ1054
  1.2961 +
  1.2962 +//! @SYMTestPriority          medium
  1.2963 +
  1.2964 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2965 +
  1.2966 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2967 +
  1.2968 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2969 +
  1.2970 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0116
  1.2971 +
  1.2972 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0116
  1.2973 +
  1.2974 +
  1.2975 +
  1.2976 +
  1.2977 +
  1.2978 +START_TESTCASE                SEC-CIT_PREQ1054_01-0117
  1.2979 +
  1.2980 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0117
  1.2981 +
  1.2982 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.2983 +
  1.2984 +//! @SYMREQ                   CIT_PREQ1054
  1.2985 +
  1.2986 +//! @SYMTestPriority          medium
  1.2987 +
  1.2988 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.2989 +
  1.2990 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.2991 +
  1.2992 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.2993 +
  1.2994 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0117
  1.2995 +
  1.2996 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0117
  1.2997 +
  1.2998 +
  1.2999 +
  1.3000 +
  1.3001 +
  1.3002 +START_TESTCASE                SEC-CIT_PREQ1054_01-0118
  1.3003 +
  1.3004 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0118
  1.3005 +
  1.3006 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3007 +
  1.3008 +//! @SYMREQ                   CIT_PREQ1054
  1.3009 +
  1.3010 +//! @SYMTestPriority          medium
  1.3011 +
  1.3012 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3013 +
  1.3014 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3015 +
  1.3016 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.3017 +
  1.3018 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0118
  1.3019 +
  1.3020 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0118
  1.3021 +
  1.3022 +
  1.3023 +
  1.3024 +
  1.3025 +
  1.3026 +START_TESTCASE                SEC-CIT_PREQ1054_01-0119
  1.3027 +
  1.3028 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0119
  1.3029 +
  1.3030 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3031 +
  1.3032 +//! @SYMREQ                   CIT_PREQ1054
  1.3033 +
  1.3034 +//! @SYMTestPriority          medium
  1.3035 +
  1.3036 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3037 +
  1.3038 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3039 +
  1.3040 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.3041 +
  1.3042 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0119
  1.3043 +
  1.3044 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0119
  1.3045 +
  1.3046 +
  1.3047 +
  1.3048 +
  1.3049 +
  1.3050 +START_TESTCASE                SEC-CIT_PREQ1054_01-0120
  1.3051 +
  1.3052 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0120
  1.3053 +
  1.3054 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3055 +
  1.3056 +//! @SYMREQ                   CIT_PREQ1054
  1.3057 +
  1.3058 +//! @SYMTestPriority          medium
  1.3059 +
  1.3060 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3061 +
  1.3062 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3063 +
  1.3064 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 40, salt len = 25
  1.3065 +
  1.3066 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0120
  1.3067 +
  1.3068 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0120
  1.3069 +
  1.3070 +
  1.3071 +
  1.3072 +
  1.3073 +
  1.3074 +START_TESTCASE                SEC-CIT_PREQ1054_01-0121
  1.3075 +
  1.3076 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0121
  1.3077 +
  1.3078 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3079 +
  1.3080 +//! @SYMREQ                   CIT_PREQ1054
  1.3081 +
  1.3082 +//! @SYMTestPriority          medium
  1.3083 +
  1.3084 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3085 +
  1.3086 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3087 +
  1.3088 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3089 +
  1.3090 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0121
  1.3091 +
  1.3092 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0121
  1.3093 +
  1.3094 +
  1.3095 +
  1.3096 +
  1.3097 +
  1.3098 +START_TESTCASE                SEC-CIT_PREQ1054_01-0122
  1.3099 +
  1.3100 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0122
  1.3101 +
  1.3102 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3103 +
  1.3104 +//! @SYMREQ                   CIT_PREQ1054
  1.3105 +
  1.3106 +//! @SYMTestPriority          medium
  1.3107 +
  1.3108 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3109 +
  1.3110 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3111 +
  1.3112 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3113 +
  1.3114 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0122
  1.3115 +
  1.3116 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0122
  1.3117 +
  1.3118 +
  1.3119 +
  1.3120 +
  1.3121 +
  1.3122 +START_TESTCASE                SEC-CIT_PREQ1054_01-0123
  1.3123 +
  1.3124 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0123
  1.3125 +
  1.3126 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3127 +
  1.3128 +//! @SYMREQ                   CIT_PREQ1054
  1.3129 +
  1.3130 +//! @SYMTestPriority          medium
  1.3131 +
  1.3132 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3133 +
  1.3134 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3135 +
  1.3136 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3137 +
  1.3138 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0123
  1.3139 +
  1.3140 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0123
  1.3141 +
  1.3142 +
  1.3143 +
  1.3144 +
  1.3145 +
  1.3146 +START_TESTCASE                SEC-CIT_PREQ1054_01-0124
  1.3147 +
  1.3148 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0124
  1.3149 +
  1.3150 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3151 +
  1.3152 +//! @SYMREQ                   CIT_PREQ1054
  1.3153 +
  1.3154 +//! @SYMTestPriority          medium
  1.3155 +
  1.3156 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3157 +
  1.3158 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3159 +
  1.3160 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3161 +
  1.3162 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0124
  1.3163 +
  1.3164 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0124
  1.3165 +
  1.3166 +
  1.3167 +
  1.3168 +
  1.3169 +
  1.3170 +START_TESTCASE                SEC-CIT_PREQ1054_01-0125
  1.3171 +
  1.3172 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0125
  1.3173 +
  1.3174 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3175 +
  1.3176 +//! @SYMREQ                   CIT_PREQ1054
  1.3177 +
  1.3178 +//! @SYMTestPriority          medium
  1.3179 +
  1.3180 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3181 +
  1.3182 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3183 +
  1.3184 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3185 +
  1.3186 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0125
  1.3187 +
  1.3188 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0125
  1.3189 +
  1.3190 +
  1.3191 +
  1.3192 +
  1.3193 +
  1.3194 +START_TESTCASE                SEC-CIT_PREQ1054_01-0126
  1.3195 +
  1.3196 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0126
  1.3197 +
  1.3198 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3199 +
  1.3200 +//! @SYMREQ                   CIT_PREQ1054
  1.3201 +
  1.3202 +//! @SYMTestPriority          medium
  1.3203 +
  1.3204 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3205 +
  1.3206 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3207 +
  1.3208 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3209 +
  1.3210 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0126
  1.3211 +
  1.3212 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0126
  1.3213 +
  1.3214 +
  1.3215 +
  1.3216 +
  1.3217 +
  1.3218 +START_TESTCASE                SEC-CIT_PREQ1054_01-0127
  1.3219 +
  1.3220 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0127
  1.3221 +
  1.3222 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3223 +
  1.3224 +//! @SYMREQ                   CIT_PREQ1054
  1.3225 +
  1.3226 +//! @SYMTestPriority          medium
  1.3227 +
  1.3228 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3229 +
  1.3230 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3231 +
  1.3232 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3233 +
  1.3234 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0127
  1.3235 +
  1.3236 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0127
  1.3237 +
  1.3238 +
  1.3239 +
  1.3240 +
  1.3241 +
  1.3242 +START_TESTCASE                SEC-CIT_PREQ1054_01-0128
  1.3243 +
  1.3244 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0128
  1.3245 +
  1.3246 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3247 +
  1.3248 +//! @SYMREQ                   CIT_PREQ1054
  1.3249 +
  1.3250 +//! @SYMTestPriority          medium
  1.3251 +
  1.3252 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3253 +
  1.3254 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3255 +
  1.3256 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3257 +
  1.3258 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0128
  1.3259 +
  1.3260 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0128
  1.3261 +
  1.3262 +
  1.3263 +
  1.3264 +
  1.3265 +
  1.3266 +START_TESTCASE                SEC-CIT_PREQ1054_01-0129
  1.3267 +
  1.3268 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0129
  1.3269 +
  1.3270 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3271 +
  1.3272 +//! @SYMREQ                   CIT_PREQ1054
  1.3273 +
  1.3274 +//! @SYMTestPriority          medium
  1.3275 +
  1.3276 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3277 +
  1.3278 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3279 +
  1.3280 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3281 +
  1.3282 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0129
  1.3283 +
  1.3284 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0129
  1.3285 +
  1.3286 +
  1.3287 +
  1.3288 +
  1.3289 +
  1.3290 +START_TESTCASE                SEC-CIT_PREQ1054_01-0130
  1.3291 +
  1.3292 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0130
  1.3293 +
  1.3294 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3295 +
  1.3296 +//! @SYMREQ                   CIT_PREQ1054
  1.3297 +
  1.3298 +//! @SYMTestPriority          medium
  1.3299 +
  1.3300 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3301 +
  1.3302 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3303 +
  1.3304 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3305 +
  1.3306 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0130
  1.3307 +
  1.3308 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0130
  1.3309 +
  1.3310 +
  1.3311 +
  1.3312 +
  1.3313 +
  1.3314 +START_TESTCASE                SEC-CIT_PREQ1054_01-0131
  1.3315 +
  1.3316 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0131
  1.3317 +
  1.3318 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3319 +
  1.3320 +//! @SYMREQ                   CIT_PREQ1054
  1.3321 +
  1.3322 +//! @SYMTestPriority          medium
  1.3323 +
  1.3324 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3325 +
  1.3326 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3327 +
  1.3328 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3329 +
  1.3330 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0131
  1.3331 +
  1.3332 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0131
  1.3333 +
  1.3334 +
  1.3335 +
  1.3336 +
  1.3337 +
  1.3338 +START_TESTCASE                SEC-CIT_PREQ1054_01-0132
  1.3339 +
  1.3340 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0132
  1.3341 +
  1.3342 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3343 +
  1.3344 +//! @SYMREQ                   CIT_PREQ1054
  1.3345 +
  1.3346 +//! @SYMTestPriority          medium
  1.3347 +
  1.3348 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3349 +
  1.3350 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3351 +
  1.3352 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3353 +
  1.3354 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0132
  1.3355 +
  1.3356 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0132
  1.3357 +
  1.3358 +
  1.3359 +
  1.3360 +
  1.3361 +
  1.3362 +START_TESTCASE                SEC-CIT_PREQ1054_01-0133
  1.3363 +
  1.3364 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0133
  1.3365 +
  1.3366 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3367 +
  1.3368 +//! @SYMREQ                   CIT_PREQ1054
  1.3369 +
  1.3370 +//! @SYMTestPriority          medium
  1.3371 +
  1.3372 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3373 +
  1.3374 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3375 +
  1.3376 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3377 +
  1.3378 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0133
  1.3379 +
  1.3380 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0133
  1.3381 +
  1.3382 +
  1.3383 +
  1.3384 +
  1.3385 +
  1.3386 +START_TESTCASE                SEC-CIT_PREQ1054_01-0134
  1.3387 +
  1.3388 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0134
  1.3389 +
  1.3390 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3391 +
  1.3392 +//! @SYMREQ                   CIT_PREQ1054
  1.3393 +
  1.3394 +//! @SYMTestPriority          medium
  1.3395 +
  1.3396 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3397 +
  1.3398 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3399 +
  1.3400 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3401 +
  1.3402 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0134
  1.3403 +
  1.3404 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0134
  1.3405 +
  1.3406 +
  1.3407 +
  1.3408 +
  1.3409 +
  1.3410 +START_TESTCASE                SEC-CIT_PREQ1054_01-0135
  1.3411 +
  1.3412 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0135
  1.3413 +
  1.3414 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3415 +
  1.3416 +//! @SYMREQ                   CIT_PREQ1054
  1.3417 +
  1.3418 +//! @SYMTestPriority          medium
  1.3419 +
  1.3420 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3421 +
  1.3422 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3423 +
  1.3424 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3425 +
  1.3426 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0135
  1.3427 +
  1.3428 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0135
  1.3429 +
  1.3430 +
  1.3431 +
  1.3432 +
  1.3433 +
  1.3434 +START_TESTCASE                SEC-CIT_PREQ1054_01-0136
  1.3435 +
  1.3436 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0136
  1.3437 +
  1.3438 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3439 +
  1.3440 +//! @SYMREQ                   CIT_PREQ1054
  1.3441 +
  1.3442 +//! @SYMTestPriority          medium
  1.3443 +
  1.3444 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3445 +
  1.3446 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3447 +
  1.3448 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3449 +
  1.3450 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0136
  1.3451 +
  1.3452 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0136
  1.3453 +
  1.3454 +
  1.3455 +
  1.3456 +
  1.3457 +
  1.3458 +START_TESTCASE                SEC-CIT_PREQ1054_01-0137
  1.3459 +
  1.3460 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0137
  1.3461 +
  1.3462 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3463 +
  1.3464 +//! @SYMREQ                   CIT_PREQ1054
  1.3465 +
  1.3466 +//! @SYMTestPriority          medium
  1.3467 +
  1.3468 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3469 +
  1.3470 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3471 +
  1.3472 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3473 +
  1.3474 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0137
  1.3475 +
  1.3476 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0137
  1.3477 +
  1.3478 +
  1.3479 +
  1.3480 +
  1.3481 +
  1.3482 +START_TESTCASE                SEC-CIT_PREQ1054_01-0138
  1.3483 +
  1.3484 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0138
  1.3485 +
  1.3486 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3487 +
  1.3488 +//! @SYMREQ                   CIT_PREQ1054
  1.3489 +
  1.3490 +//! @SYMTestPriority          medium
  1.3491 +
  1.3492 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3493 +
  1.3494 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3495 +
  1.3496 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3497 +
  1.3498 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0138
  1.3499 +
  1.3500 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0138
  1.3501 +
  1.3502 +
  1.3503 +
  1.3504 +
  1.3505 +
  1.3506 +START_TESTCASE                SEC-CIT_PREQ1054_01-0139
  1.3507 +
  1.3508 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0139
  1.3509 +
  1.3510 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3511 +
  1.3512 +//! @SYMREQ                   CIT_PREQ1054
  1.3513 +
  1.3514 +//! @SYMTestPriority          medium
  1.3515 +
  1.3516 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3517 +
  1.3518 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3519 +
  1.3520 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3521 +
  1.3522 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0139
  1.3523 +
  1.3524 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0139
  1.3525 +
  1.3526 +
  1.3527 +
  1.3528 +
  1.3529 +
  1.3530 +START_TESTCASE                SEC-CIT_PREQ1054_01-0140
  1.3531 +
  1.3532 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0140
  1.3533 +
  1.3534 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3535 +
  1.3536 +//! @SYMREQ                   CIT_PREQ1054
  1.3537 +
  1.3538 +//! @SYMTestPriority          medium
  1.3539 +
  1.3540 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3541 +
  1.3542 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3543 +
  1.3544 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3545 +
  1.3546 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0140
  1.3547 +
  1.3548 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0140
  1.3549 +
  1.3550 +
  1.3551 +
  1.3552 +
  1.3553 +
  1.3554 +START_TESTCASE                SEC-CIT_PREQ1054_01-0141
  1.3555 +
  1.3556 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0141
  1.3557 +
  1.3558 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3559 +
  1.3560 +//! @SYMREQ                   CIT_PREQ1054
  1.3561 +
  1.3562 +//! @SYMTestPriority          medium
  1.3563 +
  1.3564 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3565 +
  1.3566 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3567 +
  1.3568 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3569 +
  1.3570 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0141
  1.3571 +
  1.3572 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0141
  1.3573 +
  1.3574 +
  1.3575 +
  1.3576 +
  1.3577 +
  1.3578 +START_TESTCASE                SEC-CIT_PREQ1054_01-0142
  1.3579 +
  1.3580 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0142
  1.3581 +
  1.3582 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3583 +
  1.3584 +//! @SYMREQ                   CIT_PREQ1054
  1.3585 +
  1.3586 +//! @SYMTestPriority          medium
  1.3587 +
  1.3588 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3589 +
  1.3590 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3591 +
  1.3592 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3593 +
  1.3594 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0142
  1.3595 +
  1.3596 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0142
  1.3597 +
  1.3598 +
  1.3599 +
  1.3600 +
  1.3601 +
  1.3602 +START_TESTCASE                SEC-CIT_PREQ1054_01-0143
  1.3603 +
  1.3604 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0143
  1.3605 +
  1.3606 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3607 +
  1.3608 +//! @SYMREQ                   CIT_PREQ1054
  1.3609 +
  1.3610 +//! @SYMTestPriority          medium
  1.3611 +
  1.3612 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3613 +
  1.3614 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3615 +
  1.3616 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3617 +
  1.3618 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0143
  1.3619 +
  1.3620 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0143
  1.3621 +
  1.3622 +
  1.3623 +
  1.3624 +
  1.3625 +
  1.3626 +START_TESTCASE                SEC-CIT_PREQ1054_01-0144
  1.3627 +
  1.3628 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0144
  1.3629 +
  1.3630 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3631 +
  1.3632 +//! @SYMREQ                   CIT_PREQ1054
  1.3633 +
  1.3634 +//! @SYMTestPriority          medium
  1.3635 +
  1.3636 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3637 +
  1.3638 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3639 +
  1.3640 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3641 +
  1.3642 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0144
  1.3643 +
  1.3644 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0144
  1.3645 +
  1.3646 +
  1.3647 +
  1.3648 +
  1.3649 +
  1.3650 +START_TESTCASE                SEC-CIT_PREQ1054_01-0145
  1.3651 +
  1.3652 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0145
  1.3653 +
  1.3654 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3655 +
  1.3656 +//! @SYMREQ                   CIT_PREQ1054
  1.3657 +
  1.3658 +//! @SYMTestPriority          medium
  1.3659 +
  1.3660 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3661 +
  1.3662 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3663 +
  1.3664 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3665 +
  1.3666 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0145
  1.3667 +
  1.3668 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0145
  1.3669 +
  1.3670 +
  1.3671 +
  1.3672 +
  1.3673 +
  1.3674 +START_TESTCASE                SEC-CIT_PREQ1054_01-0146
  1.3675 +
  1.3676 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0146
  1.3677 +
  1.3678 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3679 +
  1.3680 +//! @SYMREQ                   CIT_PREQ1054
  1.3681 +
  1.3682 +//! @SYMTestPriority          medium
  1.3683 +
  1.3684 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3685 +
  1.3686 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3687 +
  1.3688 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3689 +
  1.3690 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0146
  1.3691 +
  1.3692 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0146
  1.3693 +
  1.3694 +
  1.3695 +
  1.3696 +
  1.3697 +
  1.3698 +START_TESTCASE                SEC-CIT_PREQ1054_01-0147
  1.3699 +
  1.3700 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0147
  1.3701 +
  1.3702 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3703 +
  1.3704 +//! @SYMREQ                   CIT_PREQ1054
  1.3705 +
  1.3706 +//! @SYMTestPriority          medium
  1.3707 +
  1.3708 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3709 +
  1.3710 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3711 +
  1.3712 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3713 +
  1.3714 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0147
  1.3715 +
  1.3716 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0147
  1.3717 +
  1.3718 +
  1.3719 +
  1.3720 +
  1.3721 +
  1.3722 +START_TESTCASE                SEC-CIT_PREQ1054_01-0148
  1.3723 +
  1.3724 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0148
  1.3725 +
  1.3726 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3727 +
  1.3728 +//! @SYMREQ                   CIT_PREQ1054
  1.3729 +
  1.3730 +//! @SYMTestPriority          medium
  1.3731 +
  1.3732 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3733 +
  1.3734 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3735 +
  1.3736 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3737 +
  1.3738 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0148
  1.3739 +
  1.3740 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0148
  1.3741 +
  1.3742 +
  1.3743 +
  1.3744 +
  1.3745 +
  1.3746 +START_TESTCASE                SEC-CIT_PREQ1054_01-0149
  1.3747 +
  1.3748 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0149
  1.3749 +
  1.3750 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3751 +
  1.3752 +//! @SYMREQ                   CIT_PREQ1054
  1.3753 +
  1.3754 +//! @SYMTestPriority          medium
  1.3755 +
  1.3756 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3757 +
  1.3758 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3759 +
  1.3760 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3761 +
  1.3762 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0149
  1.3763 +
  1.3764 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0149
  1.3765 +
  1.3766 +
  1.3767 +
  1.3768 +
  1.3769 +
  1.3770 +START_TESTCASE                SEC-CIT_PREQ1054_01-0150
  1.3771 +
  1.3772 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0150
  1.3773 +
  1.3774 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3775 +
  1.3776 +//! @SYMREQ                   CIT_PREQ1054
  1.3777 +
  1.3778 +//! @SYMTestPriority          medium
  1.3779 +
  1.3780 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3781 +
  1.3782 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3783 +
  1.3784 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.3785 +
  1.3786 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0150
  1.3787 +
  1.3788 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0150
  1.3789 +
  1.3790 +
  1.3791 +
  1.3792 +
  1.3793 +
  1.3794 +START_TESTCASE                SEC-CIT_PREQ1054_01-0151
  1.3795 +
  1.3796 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0151
  1.3797 +
  1.3798 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3799 +
  1.3800 +//! @SYMREQ                   CIT_PREQ1054
  1.3801 +
  1.3802 +//! @SYMTestPriority          medium
  1.3803 +
  1.3804 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3805 +
  1.3806 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3807 +
  1.3808 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3809 +
  1.3810 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0151
  1.3811 +
  1.3812 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0151
  1.3813 +
  1.3814 +
  1.3815 +
  1.3816 +
  1.3817 +
  1.3818 +START_TESTCASE                SEC-CIT_PREQ1054_01-0152
  1.3819 +
  1.3820 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0152
  1.3821 +
  1.3822 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3823 +
  1.3824 +//! @SYMREQ                   CIT_PREQ1054
  1.3825 +
  1.3826 +//! @SYMTestPriority          medium
  1.3827 +
  1.3828 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3829 +
  1.3830 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3831 +
  1.3832 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3833 +
  1.3834 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0152
  1.3835 +
  1.3836 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0152
  1.3837 +
  1.3838 +
  1.3839 +
  1.3840 +
  1.3841 +
  1.3842 +START_TESTCASE                SEC-CIT_PREQ1054_01-0153
  1.3843 +
  1.3844 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0153
  1.3845 +
  1.3846 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3847 +
  1.3848 +//! @SYMREQ                   CIT_PREQ1054
  1.3849 +
  1.3850 +//! @SYMTestPriority          medium
  1.3851 +
  1.3852 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3853 +
  1.3854 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3855 +
  1.3856 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3857 +
  1.3858 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0153
  1.3859 +
  1.3860 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0153
  1.3861 +
  1.3862 +
  1.3863 +
  1.3864 +
  1.3865 +
  1.3866 +START_TESTCASE                SEC-CIT_PREQ1054_01-0154
  1.3867 +
  1.3868 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0154
  1.3869 +
  1.3870 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3871 +
  1.3872 +//! @SYMREQ                   CIT_PREQ1054
  1.3873 +
  1.3874 +//! @SYMTestPriority          medium
  1.3875 +
  1.3876 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3877 +
  1.3878 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3879 +
  1.3880 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3881 +
  1.3882 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0154
  1.3883 +
  1.3884 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0154
  1.3885 +
  1.3886 +
  1.3887 +
  1.3888 +
  1.3889 +
  1.3890 +START_TESTCASE                SEC-CIT_PREQ1054_01-0155
  1.3891 +
  1.3892 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0155
  1.3893 +
  1.3894 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3895 +
  1.3896 +//! @SYMREQ                   CIT_PREQ1054
  1.3897 +
  1.3898 +//! @SYMTestPriority          medium
  1.3899 +
  1.3900 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3901 +
  1.3902 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3903 +
  1.3904 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.3905 +
  1.3906 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0155
  1.3907 +
  1.3908 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0155
  1.3909 +
  1.3910 +
  1.3911 +
  1.3912 +
  1.3913 +
  1.3914 +START_TESTCASE                SEC-CIT_PREQ1054_01-0156
  1.3915 +
  1.3916 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0156
  1.3917 +
  1.3918 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3919 +
  1.3920 +//! @SYMREQ                   CIT_PREQ1054
  1.3921 +
  1.3922 +//! @SYMTestPriority          medium
  1.3923 +
  1.3924 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3925 +
  1.3926 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3927 +
  1.3928 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3929 +
  1.3930 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0156
  1.3931 +
  1.3932 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0156
  1.3933 +
  1.3934 +
  1.3935 +
  1.3936 +
  1.3937 +
  1.3938 +START_TESTCASE                SEC-CIT_PREQ1054_01-0157
  1.3939 +
  1.3940 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0157
  1.3941 +
  1.3942 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3943 +
  1.3944 +//! @SYMREQ                   CIT_PREQ1054
  1.3945 +
  1.3946 +//! @SYMTestPriority          medium
  1.3947 +
  1.3948 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3949 +
  1.3950 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3951 +
  1.3952 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3953 +
  1.3954 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0157
  1.3955 +
  1.3956 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0157
  1.3957 +
  1.3958 +
  1.3959 +
  1.3960 +
  1.3961 +
  1.3962 +START_TESTCASE                SEC-CIT_PREQ1054_01-0158
  1.3963 +
  1.3964 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0158
  1.3965 +
  1.3966 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3967 +
  1.3968 +//! @SYMREQ                   CIT_PREQ1054
  1.3969 +
  1.3970 +//! @SYMTestPriority          medium
  1.3971 +
  1.3972 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3973 +
  1.3974 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3975 +
  1.3976 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.3977 +
  1.3978 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0158
  1.3979 +
  1.3980 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0158
  1.3981 +
  1.3982 +
  1.3983 +
  1.3984 +
  1.3985 +
  1.3986 +START_TESTCASE                SEC-CIT_PREQ1054_01-0159
  1.3987 +
  1.3988 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0159
  1.3989 +
  1.3990 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.3991 +
  1.3992 +//! @SYMREQ                   CIT_PREQ1054
  1.3993 +
  1.3994 +//! @SYMTestPriority          medium
  1.3995 +
  1.3996 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.3997 +
  1.3998 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.3999 +
  1.4000 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4001 +
  1.4002 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0159
  1.4003 +
  1.4004 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0159
  1.4005 +
  1.4006 +
  1.4007 +
  1.4008 +
  1.4009 +
  1.4010 +START_TESTCASE                SEC-CIT_PREQ1054_01-0160
  1.4011 +
  1.4012 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0160
  1.4013 +
  1.4014 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4015 +
  1.4016 +//! @SYMREQ                   CIT_PREQ1054
  1.4017 +
  1.4018 +//! @SYMTestPriority          medium
  1.4019 +
  1.4020 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4021 +
  1.4022 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4023 +
  1.4024 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4025 +
  1.4026 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0160
  1.4027 +
  1.4028 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0160
  1.4029 +
  1.4030 +
  1.4031 +
  1.4032 +
  1.4033 +
  1.4034 +START_TESTCASE                SEC-CIT_PREQ1054_01-0161
  1.4035 +
  1.4036 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0161
  1.4037 +
  1.4038 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4039 +
  1.4040 +//! @SYMREQ                   CIT_PREQ1054
  1.4041 +
  1.4042 +//! @SYMTestPriority          medium
  1.4043 +
  1.4044 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4045 +
  1.4046 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4047 +
  1.4048 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4049 +
  1.4050 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0161
  1.4051 +
  1.4052 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0161
  1.4053 +
  1.4054 +
  1.4055 +
  1.4056 +
  1.4057 +
  1.4058 +START_TESTCASE                SEC-CIT_PREQ1054_01-0162
  1.4059 +
  1.4060 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0162
  1.4061 +
  1.4062 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4063 +
  1.4064 +//! @SYMREQ                   CIT_PREQ1054
  1.4065 +
  1.4066 +//! @SYMTestPriority          medium
  1.4067 +
  1.4068 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4069 +
  1.4070 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4071 +
  1.4072 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4073 +
  1.4074 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0162
  1.4075 +
  1.4076 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0162
  1.4077 +
  1.4078 +
  1.4079 +
  1.4080 +
  1.4081 +
  1.4082 +START_TESTCASE                SEC-CIT_PREQ1054_01-0163
  1.4083 +
  1.4084 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0163
  1.4085 +
  1.4086 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4087 +
  1.4088 +//! @SYMREQ                   CIT_PREQ1054
  1.4089 +
  1.4090 +//! @SYMTestPriority          medium
  1.4091 +
  1.4092 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4093 +
  1.4094 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4095 +
  1.4096 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4097 +
  1.4098 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0163
  1.4099 +
  1.4100 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0163
  1.4101 +
  1.4102 +
  1.4103 +
  1.4104 +
  1.4105 +
  1.4106 +START_TESTCASE                SEC-CIT_PREQ1054_01-0164
  1.4107 +
  1.4108 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0164
  1.4109 +
  1.4110 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4111 +
  1.4112 +//! @SYMREQ                   CIT_PREQ1054
  1.4113 +
  1.4114 +//! @SYMTestPriority          medium
  1.4115 +
  1.4116 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4117 +
  1.4118 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4119 +
  1.4120 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4121 +
  1.4122 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0164
  1.4123 +
  1.4124 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0164
  1.4125 +
  1.4126 +
  1.4127 +
  1.4128 +
  1.4129 +
  1.4130 +START_TESTCASE                SEC-CIT_PREQ1054_01-0165
  1.4131 +
  1.4132 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0165
  1.4133 +
  1.4134 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4135 +
  1.4136 +//! @SYMREQ                   CIT_PREQ1054
  1.4137 +
  1.4138 +//! @SYMTestPriority          medium
  1.4139 +
  1.4140 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4141 +
  1.4142 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4143 +
  1.4144 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4145 +
  1.4146 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0165
  1.4147 +
  1.4148 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0165
  1.4149 +
  1.4150 +
  1.4151 +
  1.4152 +
  1.4153 +
  1.4154 +START_TESTCASE                SEC-CIT_PREQ1054_01-0166
  1.4155 +
  1.4156 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0166
  1.4157 +
  1.4158 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4159 +
  1.4160 +//! @SYMREQ                   CIT_PREQ1054
  1.4161 +
  1.4162 +//! @SYMTestPriority          medium
  1.4163 +
  1.4164 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4165 +
  1.4166 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4167 +
  1.4168 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4169 +
  1.4170 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0166
  1.4171 +
  1.4172 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0166
  1.4173 +
  1.4174 +
  1.4175 +
  1.4176 +
  1.4177 +
  1.4178 +START_TESTCASE                SEC-CIT_PREQ1054_01-0167
  1.4179 +
  1.4180 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0167
  1.4181 +
  1.4182 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4183 +
  1.4184 +//! @SYMREQ                   CIT_PREQ1054
  1.4185 +
  1.4186 +//! @SYMTestPriority          medium
  1.4187 +
  1.4188 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4189 +
  1.4190 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4191 +
  1.4192 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4193 +
  1.4194 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0167
  1.4195 +
  1.4196 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0167
  1.4197 +
  1.4198 +
  1.4199 +
  1.4200 +
  1.4201 +
  1.4202 +START_TESTCASE                SEC-CIT_PREQ1054_01-0168
  1.4203 +
  1.4204 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0168
  1.4205 +
  1.4206 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4207 +
  1.4208 +//! @SYMREQ                   CIT_PREQ1054
  1.4209 +
  1.4210 +//! @SYMTestPriority          medium
  1.4211 +
  1.4212 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4213 +
  1.4214 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4215 +
  1.4216 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4217 +
  1.4218 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0168
  1.4219 +
  1.4220 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0168
  1.4221 +
  1.4222 +
  1.4223 +
  1.4224 +
  1.4225 +
  1.4226 +START_TESTCASE                SEC-CIT_PREQ1054_01-0169
  1.4227 +
  1.4228 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0169
  1.4229 +
  1.4230 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4231 +
  1.4232 +//! @SYMREQ                   CIT_PREQ1054
  1.4233 +
  1.4234 +//! @SYMTestPriority          medium
  1.4235 +
  1.4236 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4237 +
  1.4238 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4239 +
  1.4240 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4241 +
  1.4242 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0169
  1.4243 +
  1.4244 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0169
  1.4245 +
  1.4246 +
  1.4247 +
  1.4248 +
  1.4249 +
  1.4250 +START_TESTCASE                SEC-CIT_PREQ1054_01-0170
  1.4251 +
  1.4252 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0170
  1.4253 +
  1.4254 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4255 +
  1.4256 +//! @SYMREQ                   CIT_PREQ1054
  1.4257 +
  1.4258 +//! @SYMTestPriority          medium
  1.4259 +
  1.4260 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4261 +
  1.4262 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4263 +
  1.4264 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4265 +
  1.4266 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0170
  1.4267 +
  1.4268 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0170
  1.4269 +
  1.4270 +
  1.4271 +
  1.4272 +
  1.4273 +
  1.4274 +START_TESTCASE                SEC-CIT_PREQ1054_01-0171
  1.4275 +
  1.4276 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0171
  1.4277 +
  1.4278 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4279 +
  1.4280 +//! @SYMREQ                   CIT_PREQ1054
  1.4281 +
  1.4282 +//! @SYMTestPriority          medium
  1.4283 +
  1.4284 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4285 +
  1.4286 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4287 +
  1.4288 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4289 +
  1.4290 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0171
  1.4291 +
  1.4292 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0171
  1.4293 +
  1.4294 +
  1.4295 +
  1.4296 +
  1.4297 +
  1.4298 +START_TESTCASE                SEC-CIT_PREQ1054_01-0172
  1.4299 +
  1.4300 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0172
  1.4301 +
  1.4302 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4303 +
  1.4304 +//! @SYMREQ                   CIT_PREQ1054
  1.4305 +
  1.4306 +//! @SYMTestPriority          medium
  1.4307 +
  1.4308 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4309 +
  1.4310 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4311 +
  1.4312 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4313 +
  1.4314 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0172
  1.4315 +
  1.4316 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0172
  1.4317 +
  1.4318 +
  1.4319 +
  1.4320 +
  1.4321 +
  1.4322 +START_TESTCASE                SEC-CIT_PREQ1054_01-0173
  1.4323 +
  1.4324 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0173
  1.4325 +
  1.4326 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4327 +
  1.4328 +//! @SYMREQ                   CIT_PREQ1054
  1.4329 +
  1.4330 +//! @SYMTestPriority          medium
  1.4331 +
  1.4332 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4333 +
  1.4334 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4335 +
  1.4336 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4337 +
  1.4338 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0173
  1.4339 +
  1.4340 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0173
  1.4341 +
  1.4342 +
  1.4343 +
  1.4344 +
  1.4345 +
  1.4346 +START_TESTCASE                SEC-CIT_PREQ1054_01-0174
  1.4347 +
  1.4348 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0174
  1.4349 +
  1.4350 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4351 +
  1.4352 +//! @SYMREQ                   CIT_PREQ1054
  1.4353 +
  1.4354 +//! @SYMTestPriority          medium
  1.4355 +
  1.4356 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4357 +
  1.4358 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4359 +
  1.4360 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4361 +
  1.4362 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0174
  1.4363 +
  1.4364 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0174
  1.4365 +
  1.4366 +
  1.4367 +
  1.4368 +
  1.4369 +
  1.4370 +START_TESTCASE                SEC-CIT_PREQ1054_01-0175
  1.4371 +
  1.4372 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0175
  1.4373 +
  1.4374 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4375 +
  1.4376 +//! @SYMREQ                   CIT_PREQ1054
  1.4377 +
  1.4378 +//! @SYMTestPriority          medium
  1.4379 +
  1.4380 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4381 +
  1.4382 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4383 +
  1.4384 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4385 +
  1.4386 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0175
  1.4387 +
  1.4388 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0175
  1.4389 +
  1.4390 +
  1.4391 +
  1.4392 +
  1.4393 +
  1.4394 +START_TESTCASE                SEC-CIT_PREQ1054_01-0176
  1.4395 +
  1.4396 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0176
  1.4397 +
  1.4398 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4399 +
  1.4400 +//! @SYMREQ                   CIT_PREQ1054
  1.4401 +
  1.4402 +//! @SYMTestPriority          medium
  1.4403 +
  1.4404 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4405 +
  1.4406 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4407 +
  1.4408 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4409 +
  1.4410 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0176
  1.4411 +
  1.4412 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0176
  1.4413 +
  1.4414 +
  1.4415 +
  1.4416 +
  1.4417 +
  1.4418 +START_TESTCASE                SEC-CIT_PREQ1054_01-0177
  1.4419 +
  1.4420 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0177
  1.4421 +
  1.4422 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4423 +
  1.4424 +//! @SYMREQ                   CIT_PREQ1054
  1.4425 +
  1.4426 +//! @SYMTestPriority          medium
  1.4427 +
  1.4428 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4429 +
  1.4430 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4431 +
  1.4432 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4433 +
  1.4434 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0177
  1.4435 +
  1.4436 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0177
  1.4437 +
  1.4438 +
  1.4439 +
  1.4440 +
  1.4441 +
  1.4442 +START_TESTCASE                SEC-CIT_PREQ1054_01-0178
  1.4443 +
  1.4444 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0178
  1.4445 +
  1.4446 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4447 +
  1.4448 +//! @SYMREQ                   CIT_PREQ1054
  1.4449 +
  1.4450 +//! @SYMTestPriority          medium
  1.4451 +
  1.4452 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4453 +
  1.4454 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4455 +
  1.4456 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4457 +
  1.4458 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0178
  1.4459 +
  1.4460 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0178
  1.4461 +
  1.4462 +
  1.4463 +
  1.4464 +
  1.4465 +
  1.4466 +START_TESTCASE                SEC-CIT_PREQ1054_01-0179
  1.4467 +
  1.4468 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0179
  1.4469 +
  1.4470 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4471 +
  1.4472 +//! @SYMREQ                   CIT_PREQ1054
  1.4473 +
  1.4474 +//! @SYMTestPriority          medium
  1.4475 +
  1.4476 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4477 +
  1.4478 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4479 +
  1.4480 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4481 +
  1.4482 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0179
  1.4483 +
  1.4484 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0179
  1.4485 +
  1.4486 +
  1.4487 +
  1.4488 +
  1.4489 +
  1.4490 +START_TESTCASE                SEC-CIT_PREQ1054_01-0180
  1.4491 +
  1.4492 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0180
  1.4493 +
  1.4494 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4495 +
  1.4496 +//! @SYMREQ                   CIT_PREQ1054
  1.4497 +
  1.4498 +//! @SYMTestPriority          medium
  1.4499 +
  1.4500 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4501 +
  1.4502 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4503 +
  1.4504 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4505 +
  1.4506 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0180
  1.4507 +
  1.4508 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0180
  1.4509 +
  1.4510 +
  1.4511 +
  1.4512 +
  1.4513 +
  1.4514 +START_TESTCASE                SEC-CIT_PREQ1054_01-0181
  1.4515 +
  1.4516 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0181
  1.4517 +
  1.4518 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4519 +
  1.4520 +//! @SYMREQ                   CIT_PREQ1054
  1.4521 +
  1.4522 +//! @SYMTestPriority          medium
  1.4523 +
  1.4524 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4525 +
  1.4526 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4527 +
  1.4528 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4529 +
  1.4530 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0181
  1.4531 +
  1.4532 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0181
  1.4533 +
  1.4534 +
  1.4535 +
  1.4536 +
  1.4537 +
  1.4538 +START_TESTCASE                SEC-CIT_PREQ1054_01-0182
  1.4539 +
  1.4540 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0182
  1.4541 +
  1.4542 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4543 +
  1.4544 +//! @SYMREQ                   CIT_PREQ1054
  1.4545 +
  1.4546 +//! @SYMTestPriority          medium
  1.4547 +
  1.4548 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4549 +
  1.4550 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4551 +
  1.4552 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4553 +
  1.4554 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0182
  1.4555 +
  1.4556 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0182
  1.4557 +
  1.4558 +
  1.4559 +
  1.4560 +
  1.4561 +
  1.4562 +START_TESTCASE                SEC-CIT_PREQ1054_01-0183
  1.4563 +
  1.4564 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0183
  1.4565 +
  1.4566 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4567 +
  1.4568 +//! @SYMREQ                   CIT_PREQ1054
  1.4569 +
  1.4570 +//! @SYMTestPriority          medium
  1.4571 +
  1.4572 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4573 +
  1.4574 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4575 +
  1.4576 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4577 +
  1.4578 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0183
  1.4579 +
  1.4580 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0183
  1.4581 +
  1.4582 +
  1.4583 +
  1.4584 +
  1.4585 +
  1.4586 +START_TESTCASE                SEC-CIT_PREQ1054_01-0184
  1.4587 +
  1.4588 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0184
  1.4589 +
  1.4590 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4591 +
  1.4592 +//! @SYMREQ                   CIT_PREQ1054
  1.4593 +
  1.4594 +//! @SYMTestPriority          medium
  1.4595 +
  1.4596 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4597 +
  1.4598 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4599 +
  1.4600 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4601 +
  1.4602 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0184
  1.4603 +
  1.4604 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0184
  1.4605 +
  1.4606 +
  1.4607 +
  1.4608 +
  1.4609 +
  1.4610 +START_TESTCASE                SEC-CIT_PREQ1054_01-0185
  1.4611 +
  1.4612 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0185
  1.4613 +
  1.4614 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4615 +
  1.4616 +//! @SYMREQ                   CIT_PREQ1054
  1.4617 +
  1.4618 +//! @SYMTestPriority          medium
  1.4619 +
  1.4620 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4621 +
  1.4622 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4623 +
  1.4624 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4625 +
  1.4626 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0185
  1.4627 +
  1.4628 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0185
  1.4629 +
  1.4630 +
  1.4631 +
  1.4632 +
  1.4633 +
  1.4634 +START_TESTCASE                SEC-CIT_PREQ1054_01-0186
  1.4635 +
  1.4636 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0186
  1.4637 +
  1.4638 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4639 +
  1.4640 +//! @SYMREQ                   CIT_PREQ1054
  1.4641 +
  1.4642 +//! @SYMTestPriority          medium
  1.4643 +
  1.4644 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4645 +
  1.4646 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4647 +
  1.4648 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4649 +
  1.4650 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0186
  1.4651 +
  1.4652 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0186
  1.4653 +
  1.4654 +
  1.4655 +
  1.4656 +
  1.4657 +
  1.4658 +START_TESTCASE                SEC-CIT_PREQ1054_01-0187
  1.4659 +
  1.4660 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0187
  1.4661 +
  1.4662 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4663 +
  1.4664 +//! @SYMREQ                   CIT_PREQ1054
  1.4665 +
  1.4666 +//! @SYMTestPriority          medium
  1.4667 +
  1.4668 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4669 +
  1.4670 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4671 +
  1.4672 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4673 +
  1.4674 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0187
  1.4675 +
  1.4676 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0187
  1.4677 +
  1.4678 +
  1.4679 +
  1.4680 +
  1.4681 +
  1.4682 +START_TESTCASE                SEC-CIT_PREQ1054_01-0188
  1.4683 +
  1.4684 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0188
  1.4685 +
  1.4686 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4687 +
  1.4688 +//! @SYMREQ                   CIT_PREQ1054
  1.4689 +
  1.4690 +//! @SYMTestPriority          medium
  1.4691 +
  1.4692 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4693 +
  1.4694 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4695 +
  1.4696 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4697 +
  1.4698 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0188
  1.4699 +
  1.4700 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0188
  1.4701 +
  1.4702 +
  1.4703 +
  1.4704 +
  1.4705 +
  1.4706 +START_TESTCASE                SEC-CIT_PREQ1054_01-0189
  1.4707 +
  1.4708 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0189
  1.4709 +
  1.4710 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4711 +
  1.4712 +//! @SYMREQ                   CIT_PREQ1054
  1.4713 +
  1.4714 +//! @SYMTestPriority          medium
  1.4715 +
  1.4716 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4717 +
  1.4718 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4719 +
  1.4720 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4721 +
  1.4722 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0189
  1.4723 +
  1.4724 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0189
  1.4725 +
  1.4726 +
  1.4727 +
  1.4728 +
  1.4729 +
  1.4730 +START_TESTCASE                SEC-CIT_PREQ1054_01-0190
  1.4731 +
  1.4732 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0190
  1.4733 +
  1.4734 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4735 +
  1.4736 +//! @SYMREQ                   CIT_PREQ1054
  1.4737 +
  1.4738 +//! @SYMTestPriority          medium
  1.4739 +
  1.4740 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4741 +
  1.4742 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4743 +
  1.4744 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.4745 +
  1.4746 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0190
  1.4747 +
  1.4748 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0190
  1.4749 +
  1.4750 +
  1.4751 +
  1.4752 +
  1.4753 +
  1.4754 +START_TESTCASE                SEC-CIT_PREQ1054_01-0191
  1.4755 +
  1.4756 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0191
  1.4757 +
  1.4758 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4759 +
  1.4760 +//! @SYMREQ                   CIT_PREQ1054
  1.4761 +
  1.4762 +//! @SYMTestPriority          medium
  1.4763 +
  1.4764 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4765 +
  1.4766 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4767 +
  1.4768 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4769 +
  1.4770 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0191
  1.4771 +
  1.4772 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0191
  1.4773 +
  1.4774 +
  1.4775 +
  1.4776 +
  1.4777 +
  1.4778 +START_TESTCASE                SEC-CIT_PREQ1054_01-0192
  1.4779 +
  1.4780 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0192
  1.4781 +
  1.4782 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4783 +
  1.4784 +//! @SYMREQ                   CIT_PREQ1054
  1.4785 +
  1.4786 +//! @SYMTestPriority          medium
  1.4787 +
  1.4788 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4789 +
  1.4790 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4791 +
  1.4792 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4793 +
  1.4794 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0192
  1.4795 +
  1.4796 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0192
  1.4797 +
  1.4798 +
  1.4799 +
  1.4800 +
  1.4801 +
  1.4802 +START_TESTCASE                SEC-CIT_PREQ1054_01-0193
  1.4803 +
  1.4804 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0193
  1.4805 +
  1.4806 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4807 +
  1.4808 +//! @SYMREQ                   CIT_PREQ1054
  1.4809 +
  1.4810 +//! @SYMTestPriority          medium
  1.4811 +
  1.4812 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4813 +
  1.4814 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4815 +
  1.4816 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4817 +
  1.4818 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0193
  1.4819 +
  1.4820 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0193
  1.4821 +
  1.4822 +
  1.4823 +
  1.4824 +
  1.4825 +
  1.4826 +START_TESTCASE                SEC-CIT_PREQ1054_01-0194
  1.4827 +
  1.4828 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0194
  1.4829 +
  1.4830 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4831 +
  1.4832 +//! @SYMREQ                   CIT_PREQ1054
  1.4833 +
  1.4834 +//! @SYMTestPriority          medium
  1.4835 +
  1.4836 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4837 +
  1.4838 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4839 +
  1.4840 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4841 +
  1.4842 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0194
  1.4843 +
  1.4844 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0194
  1.4845 +
  1.4846 +
  1.4847 +
  1.4848 +
  1.4849 +
  1.4850 +START_TESTCASE                SEC-CIT_PREQ1054_01-0195
  1.4851 +
  1.4852 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0195
  1.4853 +
  1.4854 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4855 +
  1.4856 +//! @SYMREQ                   CIT_PREQ1054
  1.4857 +
  1.4858 +//! @SYMTestPriority          medium
  1.4859 +
  1.4860 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4861 +
  1.4862 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4863 +
  1.4864 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.4865 +
  1.4866 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0195
  1.4867 +
  1.4868 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0195
  1.4869 +
  1.4870 +
  1.4871 +
  1.4872 +
  1.4873 +
  1.4874 +START_TESTCASE                SEC-CIT_PREQ1054_01-0196
  1.4875 +
  1.4876 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0196
  1.4877 +
  1.4878 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4879 +
  1.4880 +//! @SYMREQ                   CIT_PREQ1054
  1.4881 +
  1.4882 +//! @SYMTestPriority          medium
  1.4883 +
  1.4884 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4885 +
  1.4886 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4887 +
  1.4888 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4889 +
  1.4890 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0196
  1.4891 +
  1.4892 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0196
  1.4893 +
  1.4894 +
  1.4895 +
  1.4896 +
  1.4897 +
  1.4898 +START_TESTCASE                SEC-CIT_PREQ1054_01-0197
  1.4899 +
  1.4900 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0197
  1.4901 +
  1.4902 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4903 +
  1.4904 +//! @SYMREQ                   CIT_PREQ1054
  1.4905 +
  1.4906 +//! @SYMTestPriority          medium
  1.4907 +
  1.4908 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4909 +
  1.4910 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4911 +
  1.4912 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4913 +
  1.4914 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0197
  1.4915 +
  1.4916 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0197
  1.4917 +
  1.4918 +
  1.4919 +
  1.4920 +
  1.4921 +
  1.4922 +START_TESTCASE                SEC-CIT_PREQ1054_01-0198
  1.4923 +
  1.4924 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0198
  1.4925 +
  1.4926 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4927 +
  1.4928 +//! @SYMREQ                   CIT_PREQ1054
  1.4929 +
  1.4930 +//! @SYMTestPriority          medium
  1.4931 +
  1.4932 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4933 +
  1.4934 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4935 +
  1.4936 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4937 +
  1.4938 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0198
  1.4939 +
  1.4940 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0198
  1.4941 +
  1.4942 +
  1.4943 +
  1.4944 +
  1.4945 +
  1.4946 +START_TESTCASE                SEC-CIT_PREQ1054_01-0199
  1.4947 +
  1.4948 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0199
  1.4949 +
  1.4950 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4951 +
  1.4952 +//! @SYMREQ                   CIT_PREQ1054
  1.4953 +
  1.4954 +//! @SYMTestPriority          medium
  1.4955 +
  1.4956 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4957 +
  1.4958 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4959 +
  1.4960 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4961 +
  1.4962 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0199
  1.4963 +
  1.4964 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0199
  1.4965 +
  1.4966 +
  1.4967 +
  1.4968 +
  1.4969 +
  1.4970 +START_TESTCASE                SEC-CIT_PREQ1054_01-0200
  1.4971 +
  1.4972 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0200
  1.4973 +
  1.4974 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4975 +
  1.4976 +//! @SYMREQ                   CIT_PREQ1054
  1.4977 +
  1.4978 +//! @SYMTestPriority          medium
  1.4979 +
  1.4980 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.4981 +
  1.4982 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.4983 +
  1.4984 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.4985 +
  1.4986 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0200
  1.4987 +
  1.4988 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0200
  1.4989 +
  1.4990 +
  1.4991 +
  1.4992 +
  1.4993 +
  1.4994 +START_TESTCASE                SEC-CIT_PREQ1054_01-0201
  1.4995 +
  1.4996 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0201
  1.4997 +
  1.4998 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.4999 +
  1.5000 +//! @SYMREQ                   CIT_PREQ1054
  1.5001 +
  1.5002 +//! @SYMTestPriority          medium
  1.5003 +
  1.5004 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5005 +
  1.5006 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5007 +
  1.5008 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5009 +
  1.5010 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0201
  1.5011 +
  1.5012 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0201
  1.5013 +
  1.5014 +
  1.5015 +
  1.5016 +
  1.5017 +
  1.5018 +START_TESTCASE                SEC-CIT_PREQ1054_01-0202
  1.5019 +
  1.5020 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0202
  1.5021 +
  1.5022 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5023 +
  1.5024 +//! @SYMREQ                   CIT_PREQ1054
  1.5025 +
  1.5026 +//! @SYMTestPriority          medium
  1.5027 +
  1.5028 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5029 +
  1.5030 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5031 +
  1.5032 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5033 +
  1.5034 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0202
  1.5035 +
  1.5036 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0202
  1.5037 +
  1.5038 +
  1.5039 +
  1.5040 +
  1.5041 +
  1.5042 +START_TESTCASE                SEC-CIT_PREQ1054_01-0203
  1.5043 +
  1.5044 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0203
  1.5045 +
  1.5046 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5047 +
  1.5048 +//! @SYMREQ                   CIT_PREQ1054
  1.5049 +
  1.5050 +//! @SYMTestPriority          medium
  1.5051 +
  1.5052 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5053 +
  1.5054 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5055 +
  1.5056 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5057 +
  1.5058 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0203
  1.5059 +
  1.5060 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0203
  1.5061 +
  1.5062 +
  1.5063 +
  1.5064 +
  1.5065 +
  1.5066 +START_TESTCASE                SEC-CIT_PREQ1054_01-0204
  1.5067 +
  1.5068 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0204
  1.5069 +
  1.5070 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5071 +
  1.5072 +//! @SYMREQ                   CIT_PREQ1054
  1.5073 +
  1.5074 +//! @SYMTestPriority          medium
  1.5075 +
  1.5076 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5077 +
  1.5078 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5079 +
  1.5080 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5081 +
  1.5082 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0204
  1.5083 +
  1.5084 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0204
  1.5085 +
  1.5086 +
  1.5087 +
  1.5088 +
  1.5089 +
  1.5090 +START_TESTCASE                SEC-CIT_PREQ1054_01-0205
  1.5091 +
  1.5092 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0205
  1.5093 +
  1.5094 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5095 +
  1.5096 +//! @SYMREQ                   CIT_PREQ1054
  1.5097 +
  1.5098 +//! @SYMTestPriority          medium
  1.5099 +
  1.5100 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5101 +
  1.5102 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5103 +
  1.5104 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5105 +
  1.5106 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0205
  1.5107 +
  1.5108 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0205
  1.5109 +
  1.5110 +
  1.5111 +
  1.5112 +
  1.5113 +
  1.5114 +START_TESTCASE                SEC-CIT_PREQ1054_01-0206
  1.5115 +
  1.5116 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0206
  1.5117 +
  1.5118 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5119 +
  1.5120 +//! @SYMREQ                   CIT_PREQ1054
  1.5121 +
  1.5122 +//! @SYMTestPriority          medium
  1.5123 +
  1.5124 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5125 +
  1.5126 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5127 +
  1.5128 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5129 +
  1.5130 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0206
  1.5131 +
  1.5132 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0206
  1.5133 +
  1.5134 +
  1.5135 +
  1.5136 +
  1.5137 +
  1.5138 +START_TESTCASE                SEC-CIT_PREQ1054_01-0207
  1.5139 +
  1.5140 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0207
  1.5141 +
  1.5142 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5143 +
  1.5144 +//! @SYMREQ                   CIT_PREQ1054
  1.5145 +
  1.5146 +//! @SYMTestPriority          medium
  1.5147 +
  1.5148 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5149 +
  1.5150 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5151 +
  1.5152 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5153 +
  1.5154 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0207
  1.5155 +
  1.5156 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0207
  1.5157 +
  1.5158 +
  1.5159 +
  1.5160 +
  1.5161 +
  1.5162 +START_TESTCASE                SEC-CIT_PREQ1054_01-0208
  1.5163 +
  1.5164 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0208
  1.5165 +
  1.5166 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5167 +
  1.5168 +//! @SYMREQ                   CIT_PREQ1054
  1.5169 +
  1.5170 +//! @SYMTestPriority          medium
  1.5171 +
  1.5172 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5173 +
  1.5174 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5175 +
  1.5176 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5177 +
  1.5178 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0208
  1.5179 +
  1.5180 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0208
  1.5181 +
  1.5182 +
  1.5183 +
  1.5184 +
  1.5185 +
  1.5186 +START_TESTCASE                SEC-CIT_PREQ1054_01-0209
  1.5187 +
  1.5188 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0209
  1.5189 +
  1.5190 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5191 +
  1.5192 +//! @SYMREQ                   CIT_PREQ1054
  1.5193 +
  1.5194 +//! @SYMTestPriority          medium
  1.5195 +
  1.5196 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5197 +
  1.5198 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5199 +
  1.5200 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5201 +
  1.5202 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0209
  1.5203 +
  1.5204 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0209
  1.5205 +
  1.5206 +
  1.5207 +
  1.5208 +
  1.5209 +
  1.5210 +START_TESTCASE                SEC-CIT_PREQ1054_01-0210
  1.5211 +
  1.5212 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0210
  1.5213 +
  1.5214 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5215 +
  1.5216 +//! @SYMREQ                   CIT_PREQ1054
  1.5217 +
  1.5218 +//! @SYMTestPriority          medium
  1.5219 +
  1.5220 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5221 +
  1.5222 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5223 +
  1.5224 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5225 +
  1.5226 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0210
  1.5227 +
  1.5228 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0210
  1.5229 +
  1.5230 +
  1.5231 +
  1.5232 +
  1.5233 +
  1.5234 +START_TESTCASE                SEC-CIT_PREQ1054_01-0211
  1.5235 +
  1.5236 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0211
  1.5237 +
  1.5238 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5239 +
  1.5240 +//! @SYMREQ                   CIT_PREQ1054
  1.5241 +
  1.5242 +//! @SYMTestPriority          medium
  1.5243 +
  1.5244 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5245 +
  1.5246 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5247 +
  1.5248 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5249 +
  1.5250 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0211
  1.5251 +
  1.5252 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0211
  1.5253 +
  1.5254 +
  1.5255 +
  1.5256 +
  1.5257 +
  1.5258 +START_TESTCASE                SEC-CIT_PREQ1054_01-0212
  1.5259 +
  1.5260 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0212
  1.5261 +
  1.5262 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5263 +
  1.5264 +//! @SYMREQ                   CIT_PREQ1054
  1.5265 +
  1.5266 +//! @SYMTestPriority          medium
  1.5267 +
  1.5268 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5269 +
  1.5270 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5271 +
  1.5272 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5273 +
  1.5274 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0212
  1.5275 +
  1.5276 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0212
  1.5277 +
  1.5278 +
  1.5279 +
  1.5280 +
  1.5281 +
  1.5282 +START_TESTCASE                SEC-CIT_PREQ1054_01-0213
  1.5283 +
  1.5284 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0213
  1.5285 +
  1.5286 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5287 +
  1.5288 +//! @SYMREQ                   CIT_PREQ1054
  1.5289 +
  1.5290 +//! @SYMTestPriority          medium
  1.5291 +
  1.5292 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5293 +
  1.5294 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5295 +
  1.5296 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5297 +
  1.5298 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0213
  1.5299 +
  1.5300 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0213
  1.5301 +
  1.5302 +
  1.5303 +
  1.5304 +
  1.5305 +
  1.5306 +START_TESTCASE                SEC-CIT_PREQ1054_01-0214
  1.5307 +
  1.5308 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0214
  1.5309 +
  1.5310 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5311 +
  1.5312 +//! @SYMREQ                   CIT_PREQ1054
  1.5313 +
  1.5314 +//! @SYMTestPriority          medium
  1.5315 +
  1.5316 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5317 +
  1.5318 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5319 +
  1.5320 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5321 +
  1.5322 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0214
  1.5323 +
  1.5324 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0214
  1.5325 +
  1.5326 +
  1.5327 +
  1.5328 +
  1.5329 +
  1.5330 +START_TESTCASE                SEC-CIT_PREQ1054_01-0215
  1.5331 +
  1.5332 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0215
  1.5333 +
  1.5334 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5335 +
  1.5336 +//! @SYMREQ                   CIT_PREQ1054
  1.5337 +
  1.5338 +//! @SYMTestPriority          medium
  1.5339 +
  1.5340 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5341 +
  1.5342 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5343 +
  1.5344 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5345 +
  1.5346 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0215
  1.5347 +
  1.5348 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0215
  1.5349 +
  1.5350 +
  1.5351 +
  1.5352 +
  1.5353 +
  1.5354 +START_TESTCASE                SEC-CIT_PREQ1054_01-0216
  1.5355 +
  1.5356 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0216
  1.5357 +
  1.5358 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5359 +
  1.5360 +//! @SYMREQ                   CIT_PREQ1054
  1.5361 +
  1.5362 +//! @SYMTestPriority          medium
  1.5363 +
  1.5364 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5365 +
  1.5366 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5367 +
  1.5368 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5369 +
  1.5370 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0216
  1.5371 +
  1.5372 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0216
  1.5373 +
  1.5374 +
  1.5375 +
  1.5376 +
  1.5377 +
  1.5378 +START_TESTCASE                SEC-CIT_PREQ1054_01-0217
  1.5379 +
  1.5380 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0217
  1.5381 +
  1.5382 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5383 +
  1.5384 +//! @SYMREQ                   CIT_PREQ1054
  1.5385 +
  1.5386 +//! @SYMTestPriority          medium
  1.5387 +
  1.5388 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5389 +
  1.5390 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5391 +
  1.5392 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5393 +
  1.5394 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0217
  1.5395 +
  1.5396 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0217
  1.5397 +
  1.5398 +
  1.5399 +
  1.5400 +
  1.5401 +
  1.5402 +START_TESTCASE                SEC-CIT_PREQ1054_01-0218
  1.5403 +
  1.5404 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0218
  1.5405 +
  1.5406 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5407 +
  1.5408 +//! @SYMREQ                   CIT_PREQ1054
  1.5409 +
  1.5410 +//! @SYMTestPriority          medium
  1.5411 +
  1.5412 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5413 +
  1.5414 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5415 +
  1.5416 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5417 +
  1.5418 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0218
  1.5419 +
  1.5420 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0218
  1.5421 +
  1.5422 +
  1.5423 +
  1.5424 +
  1.5425 +
  1.5426 +START_TESTCASE                SEC-CIT_PREQ1054_01-0219
  1.5427 +
  1.5428 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0219
  1.5429 +
  1.5430 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5431 +
  1.5432 +//! @SYMREQ                   CIT_PREQ1054
  1.5433 +
  1.5434 +//! @SYMTestPriority          medium
  1.5435 +
  1.5436 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5437 +
  1.5438 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5439 +
  1.5440 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5441 +
  1.5442 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0219
  1.5443 +
  1.5444 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0219
  1.5445 +
  1.5446 +
  1.5447 +
  1.5448 +
  1.5449 +
  1.5450 +START_TESTCASE                SEC-CIT_PREQ1054_01-0220
  1.5451 +
  1.5452 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0220
  1.5453 +
  1.5454 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5455 +
  1.5456 +//! @SYMREQ                   CIT_PREQ1054
  1.5457 +
  1.5458 +//! @SYMTestPriority          medium
  1.5459 +
  1.5460 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5461 +
  1.5462 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5463 +
  1.5464 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5465 +
  1.5466 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0220
  1.5467 +
  1.5468 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0220
  1.5469 +
  1.5470 +
  1.5471 +
  1.5472 +
  1.5473 +
  1.5474 +START_TESTCASE                SEC-CIT_PREQ1054_01-0221
  1.5475 +
  1.5476 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0221
  1.5477 +
  1.5478 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5479 +
  1.5480 +//! @SYMREQ                   CIT_PREQ1054
  1.5481 +
  1.5482 +//! @SYMTestPriority          medium
  1.5483 +
  1.5484 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5485 +
  1.5486 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5487 +
  1.5488 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5489 +
  1.5490 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0221
  1.5491 +
  1.5492 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0221
  1.5493 +
  1.5494 +
  1.5495 +
  1.5496 +
  1.5497 +
  1.5498 +START_TESTCASE                SEC-CIT_PREQ1054_01-0222
  1.5499 +
  1.5500 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0222
  1.5501 +
  1.5502 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5503 +
  1.5504 +//! @SYMREQ                   CIT_PREQ1054
  1.5505 +
  1.5506 +//! @SYMTestPriority          medium
  1.5507 +
  1.5508 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5509 +
  1.5510 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5511 +
  1.5512 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5513 +
  1.5514 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0222
  1.5515 +
  1.5516 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0222
  1.5517 +
  1.5518 +
  1.5519 +
  1.5520 +
  1.5521 +
  1.5522 +START_TESTCASE                SEC-CIT_PREQ1054_01-0223
  1.5523 +
  1.5524 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0223
  1.5525 +
  1.5526 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5527 +
  1.5528 +//! @SYMREQ                   CIT_PREQ1054
  1.5529 +
  1.5530 +//! @SYMTestPriority          medium
  1.5531 +
  1.5532 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5533 +
  1.5534 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5535 +
  1.5536 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5537 +
  1.5538 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0223
  1.5539 +
  1.5540 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0223
  1.5541 +
  1.5542 +
  1.5543 +
  1.5544 +
  1.5545 +
  1.5546 +START_TESTCASE                SEC-CIT_PREQ1054_01-0224
  1.5547 +
  1.5548 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0224
  1.5549 +
  1.5550 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5551 +
  1.5552 +//! @SYMREQ                   CIT_PREQ1054
  1.5553 +
  1.5554 +//! @SYMTestPriority          medium
  1.5555 +
  1.5556 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5557 +
  1.5558 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5559 +
  1.5560 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5561 +
  1.5562 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0224
  1.5563 +
  1.5564 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0224
  1.5565 +
  1.5566 +
  1.5567 +
  1.5568 +
  1.5569 +
  1.5570 +START_TESTCASE                SEC-CIT_PREQ1054_01-0225
  1.5571 +
  1.5572 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0225
  1.5573 +
  1.5574 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5575 +
  1.5576 +//! @SYMREQ                   CIT_PREQ1054
  1.5577 +
  1.5578 +//! @SYMTestPriority          medium
  1.5579 +
  1.5580 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5581 +
  1.5582 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5583 +
  1.5584 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5585 +
  1.5586 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0225
  1.5587 +
  1.5588 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0225
  1.5589 +
  1.5590 +
  1.5591 +
  1.5592 +
  1.5593 +
  1.5594 +START_TESTCASE                SEC-CIT_PREQ1054_01-0226
  1.5595 +
  1.5596 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0226
  1.5597 +
  1.5598 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5599 +
  1.5600 +//! @SYMREQ                   CIT_PREQ1054
  1.5601 +
  1.5602 +//! @SYMTestPriority          medium
  1.5603 +
  1.5604 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5605 +
  1.5606 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5607 +
  1.5608 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5609 +
  1.5610 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0226
  1.5611 +
  1.5612 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0226
  1.5613 +
  1.5614 +
  1.5615 +
  1.5616 +
  1.5617 +
  1.5618 +START_TESTCASE                SEC-CIT_PREQ1054_01-0227
  1.5619 +
  1.5620 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0227
  1.5621 +
  1.5622 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5623 +
  1.5624 +//! @SYMREQ                   CIT_PREQ1054
  1.5625 +
  1.5626 +//! @SYMTestPriority          medium
  1.5627 +
  1.5628 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5629 +
  1.5630 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5631 +
  1.5632 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5633 +
  1.5634 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0227
  1.5635 +
  1.5636 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0227
  1.5637 +
  1.5638 +
  1.5639 +
  1.5640 +
  1.5641 +
  1.5642 +START_TESTCASE                SEC-CIT_PREQ1054_01-0228
  1.5643 +
  1.5644 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0228
  1.5645 +
  1.5646 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5647 +
  1.5648 +//! @SYMREQ                   CIT_PREQ1054
  1.5649 +
  1.5650 +//! @SYMTestPriority          medium
  1.5651 +
  1.5652 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5653 +
  1.5654 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5655 +
  1.5656 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5657 +
  1.5658 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0228
  1.5659 +
  1.5660 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0228
  1.5661 +
  1.5662 +
  1.5663 +
  1.5664 +
  1.5665 +
  1.5666 +START_TESTCASE                SEC-CIT_PREQ1054_01-0229
  1.5667 +
  1.5668 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0229
  1.5669 +
  1.5670 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5671 +
  1.5672 +//! @SYMREQ                   CIT_PREQ1054
  1.5673 +
  1.5674 +//! @SYMTestPriority          medium
  1.5675 +
  1.5676 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5677 +
  1.5678 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5679 +
  1.5680 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5681 +
  1.5682 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0229
  1.5683 +
  1.5684 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0229
  1.5685 +
  1.5686 +
  1.5687 +
  1.5688 +
  1.5689 +
  1.5690 +START_TESTCASE                SEC-CIT_PREQ1054_01-0230
  1.5691 +
  1.5692 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0230
  1.5693 +
  1.5694 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5695 +
  1.5696 +//! @SYMREQ                   CIT_PREQ1054
  1.5697 +
  1.5698 +//! @SYMTestPriority          medium
  1.5699 +
  1.5700 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5701 +
  1.5702 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5703 +
  1.5704 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 4
  1.5705 +
  1.5706 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0230
  1.5707 +
  1.5708 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0230
  1.5709 +
  1.5710 +
  1.5711 +
  1.5712 +
  1.5713 +
  1.5714 +START_TESTCASE                SEC-CIT_PREQ1054_01-0231
  1.5715 +
  1.5716 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0231
  1.5717 +
  1.5718 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5719 +
  1.5720 +//! @SYMREQ                   CIT_PREQ1054
  1.5721 +
  1.5722 +//! @SYMTestPriority          medium
  1.5723 +
  1.5724 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5725 +
  1.5726 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5727 +
  1.5728 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5729 +
  1.5730 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0231
  1.5731 +
  1.5732 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0231
  1.5733 +
  1.5734 +
  1.5735 +
  1.5736 +
  1.5737 +
  1.5738 +START_TESTCASE                SEC-CIT_PREQ1054_01-0232
  1.5739 +
  1.5740 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0232
  1.5741 +
  1.5742 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5743 +
  1.5744 +//! @SYMREQ                   CIT_PREQ1054
  1.5745 +
  1.5746 +//! @SYMTestPriority          medium
  1.5747 +
  1.5748 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5749 +
  1.5750 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5751 +
  1.5752 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5753 +
  1.5754 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0232
  1.5755 +
  1.5756 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0232
  1.5757 +
  1.5758 +
  1.5759 +
  1.5760 +
  1.5761 +
  1.5762 +START_TESTCASE                SEC-CIT_PREQ1054_01-0233
  1.5763 +
  1.5764 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0233
  1.5765 +
  1.5766 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5767 +
  1.5768 +//! @SYMREQ                   CIT_PREQ1054
  1.5769 +
  1.5770 +//! @SYMTestPriority          medium
  1.5771 +
  1.5772 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5773 +
  1.5774 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5775 +
  1.5776 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5777 +
  1.5778 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0233
  1.5779 +
  1.5780 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0233
  1.5781 +
  1.5782 +
  1.5783 +
  1.5784 +
  1.5785 +
  1.5786 +START_TESTCASE                SEC-CIT_PREQ1054_01-0234
  1.5787 +
  1.5788 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0234
  1.5789 +
  1.5790 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5791 +
  1.5792 +//! @SYMREQ                   CIT_PREQ1054
  1.5793 +
  1.5794 +//! @SYMTestPriority          medium
  1.5795 +
  1.5796 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5797 +
  1.5798 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5799 +
  1.5800 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5801 +
  1.5802 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0234
  1.5803 +
  1.5804 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0234
  1.5805 +
  1.5806 +
  1.5807 +
  1.5808 +
  1.5809 +
  1.5810 +START_TESTCASE                SEC-CIT_PREQ1054_01-0235
  1.5811 +
  1.5812 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0235
  1.5813 +
  1.5814 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5815 +
  1.5816 +//! @SYMREQ                   CIT_PREQ1054
  1.5817 +
  1.5818 +//! @SYMTestPriority          medium
  1.5819 +
  1.5820 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5821 +
  1.5822 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5823 +
  1.5824 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 20
  1.5825 +
  1.5826 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0235
  1.5827 +
  1.5828 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0235
  1.5829 +
  1.5830 +
  1.5831 +
  1.5832 +
  1.5833 +
  1.5834 +START_TESTCASE                SEC-CIT_PREQ1054_01-0236
  1.5835 +
  1.5836 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0236
  1.5837 +
  1.5838 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5839 +
  1.5840 +//! @SYMREQ                   CIT_PREQ1054
  1.5841 +
  1.5842 +//! @SYMTestPriority          medium
  1.5843 +
  1.5844 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5845 +
  1.5846 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5847 +
  1.5848 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5849 +
  1.5850 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0236
  1.5851 +
  1.5852 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0236
  1.5853 +
  1.5854 +
  1.5855 +
  1.5856 +
  1.5857 +
  1.5858 +START_TESTCASE                SEC-CIT_PREQ1054_01-0237
  1.5859 +
  1.5860 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0237
  1.5861 +
  1.5862 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5863 +
  1.5864 +//! @SYMREQ                   CIT_PREQ1054
  1.5865 +
  1.5866 +//! @SYMTestPriority          medium
  1.5867 +
  1.5868 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5869 +
  1.5870 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5871 +
  1.5872 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5873 +
  1.5874 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0237
  1.5875 +
  1.5876 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0237
  1.5877 +
  1.5878 +
  1.5879 +
  1.5880 +
  1.5881 +
  1.5882 +START_TESTCASE                SEC-CIT_PREQ1054_01-0238
  1.5883 +
  1.5884 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0238
  1.5885 +
  1.5886 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5887 +
  1.5888 +//! @SYMREQ                   CIT_PREQ1054
  1.5889 +
  1.5890 +//! @SYMTestPriority          medium
  1.5891 +
  1.5892 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5893 +
  1.5894 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5895 +
  1.5896 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5897 +
  1.5898 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0238
  1.5899 +
  1.5900 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0238
  1.5901 +
  1.5902 +
  1.5903 +
  1.5904 +
  1.5905 +
  1.5906 +START_TESTCASE                SEC-CIT_PREQ1054_01-0239
  1.5907 +
  1.5908 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0239
  1.5909 +
  1.5910 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5911 +
  1.5912 +//! @SYMREQ                   CIT_PREQ1054
  1.5913 +
  1.5914 +//! @SYMTestPriority          medium
  1.5915 +
  1.5916 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5917 +
  1.5918 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5919 +
  1.5920 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5921 +
  1.5922 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0239
  1.5923 +
  1.5924 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0239
  1.5925 +
  1.5926 +
  1.5927 +
  1.5928 +
  1.5929 +
  1.5930 +START_TESTCASE                SEC-CIT_PREQ1054_01-0240
  1.5931 +
  1.5932 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0240
  1.5933 +
  1.5934 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5935 +
  1.5936 +//! @SYMREQ                   CIT_PREQ1054
  1.5937 +
  1.5938 +//! @SYMTestPriority          medium
  1.5939 +
  1.5940 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5941 +
  1.5942 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5943 +
  1.5944 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 128, salt len = 25
  1.5945 +
  1.5946 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0240
  1.5947 +
  1.5948 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0240
  1.5949 +
  1.5950 +
  1.5951 +
  1.5952 +
  1.5953 +
  1.5954 +START_TESTCASE                SEC-CIT_PREQ1054_01-0241
  1.5955 +
  1.5956 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0241
  1.5957 +
  1.5958 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5959 +
  1.5960 +//! @SYMREQ                   CIT_PREQ1054
  1.5961 +
  1.5962 +//! @SYMTestPriority          medium
  1.5963 +
  1.5964 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5965 +
  1.5966 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5967 +
  1.5968 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.5969 +
  1.5970 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0241
  1.5971 +
  1.5972 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0241
  1.5973 +
  1.5974 +
  1.5975 +
  1.5976 +
  1.5977 +
  1.5978 +START_TESTCASE                SEC-CIT_PREQ1054_01-0242
  1.5979 +
  1.5980 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0242
  1.5981 +
  1.5982 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.5983 +
  1.5984 +//! @SYMREQ                   CIT_PREQ1054
  1.5985 +
  1.5986 +//! @SYMTestPriority          medium
  1.5987 +
  1.5988 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.5989 +
  1.5990 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.5991 +
  1.5992 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.5993 +
  1.5994 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0242
  1.5995 +
  1.5996 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0242
  1.5997 +
  1.5998 +
  1.5999 +
  1.6000 +
  1.6001 +
  1.6002 +START_TESTCASE                SEC-CIT_PREQ1054_01-0243
  1.6003 +
  1.6004 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0243
  1.6005 +
  1.6006 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6007 +
  1.6008 +//! @SYMREQ                   CIT_PREQ1054
  1.6009 +
  1.6010 +//! @SYMTestPriority          medium
  1.6011 +
  1.6012 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6013 +
  1.6014 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6015 +
  1.6016 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6017 +
  1.6018 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0243
  1.6019 +
  1.6020 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0243
  1.6021 +
  1.6022 +
  1.6023 +
  1.6024 +
  1.6025 +
  1.6026 +START_TESTCASE                SEC-CIT_PREQ1054_01-0244
  1.6027 +
  1.6028 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0244
  1.6029 +
  1.6030 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6031 +
  1.6032 +//! @SYMREQ                   CIT_PREQ1054
  1.6033 +
  1.6034 +//! @SYMTestPriority          medium
  1.6035 +
  1.6036 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6037 +
  1.6038 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6039 +
  1.6040 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6041 +
  1.6042 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0244
  1.6043 +
  1.6044 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0244
  1.6045 +
  1.6046 +
  1.6047 +
  1.6048 +
  1.6049 +
  1.6050 +START_TESTCASE                SEC-CIT_PREQ1054_01-0245
  1.6051 +
  1.6052 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0245
  1.6053 +
  1.6054 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6055 +
  1.6056 +//! @SYMREQ                   CIT_PREQ1054
  1.6057 +
  1.6058 +//! @SYMTestPriority          medium
  1.6059 +
  1.6060 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6061 +
  1.6062 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6063 +
  1.6064 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6065 +
  1.6066 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0245
  1.6067 +
  1.6068 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0245
  1.6069 +
  1.6070 +
  1.6071 +
  1.6072 +
  1.6073 +
  1.6074 +START_TESTCASE                SEC-CIT_PREQ1054_01-0246
  1.6075 +
  1.6076 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0246
  1.6077 +
  1.6078 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6079 +
  1.6080 +//! @SYMREQ                   CIT_PREQ1054
  1.6081 +
  1.6082 +//! @SYMTestPriority          medium
  1.6083 +
  1.6084 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6085 +
  1.6086 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6087 +
  1.6088 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6089 +
  1.6090 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0246
  1.6091 +
  1.6092 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0246
  1.6093 +
  1.6094 +
  1.6095 +
  1.6096 +
  1.6097 +
  1.6098 +START_TESTCASE                SEC-CIT_PREQ1054_01-0247
  1.6099 +
  1.6100 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0247
  1.6101 +
  1.6102 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6103 +
  1.6104 +//! @SYMREQ                   CIT_PREQ1054
  1.6105 +
  1.6106 +//! @SYMTestPriority          medium
  1.6107 +
  1.6108 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6109 +
  1.6110 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6111 +
  1.6112 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6113 +
  1.6114 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0247
  1.6115 +
  1.6116 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0247
  1.6117 +
  1.6118 +
  1.6119 +
  1.6120 +
  1.6121 +
  1.6122 +START_TESTCASE                SEC-CIT_PREQ1054_01-0248
  1.6123 +
  1.6124 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0248
  1.6125 +
  1.6126 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6127 +
  1.6128 +//! @SYMREQ                   CIT_PREQ1054
  1.6129 +
  1.6130 +//! @SYMTestPriority          medium
  1.6131 +
  1.6132 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6133 +
  1.6134 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6135 +
  1.6136 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6137 +
  1.6138 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0248
  1.6139 +
  1.6140 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0248
  1.6141 +
  1.6142 +
  1.6143 +
  1.6144 +
  1.6145 +
  1.6146 +START_TESTCASE                SEC-CIT_PREQ1054_01-0249
  1.6147 +
  1.6148 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0249
  1.6149 +
  1.6150 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6151 +
  1.6152 +//! @SYMREQ                   CIT_PREQ1054
  1.6153 +
  1.6154 +//! @SYMTestPriority          medium
  1.6155 +
  1.6156 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6157 +
  1.6158 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6159 +
  1.6160 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6161 +
  1.6162 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0249
  1.6163 +
  1.6164 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0249
  1.6165 +
  1.6166 +
  1.6167 +
  1.6168 +
  1.6169 +
  1.6170 +START_TESTCASE                SEC-CIT_PREQ1054_01-0250
  1.6171 +
  1.6172 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0250
  1.6173 +
  1.6174 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6175 +
  1.6176 +//! @SYMREQ                   CIT_PREQ1054
  1.6177 +
  1.6178 +//! @SYMTestPriority          medium
  1.6179 +
  1.6180 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6181 +
  1.6182 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6183 +
  1.6184 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6185 +
  1.6186 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0250
  1.6187 +
  1.6188 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0250
  1.6189 +
  1.6190 +
  1.6191 +
  1.6192 +
  1.6193 +
  1.6194 +START_TESTCASE                SEC-CIT_PREQ1054_01-0251
  1.6195 +
  1.6196 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0251
  1.6197 +
  1.6198 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6199 +
  1.6200 +//! @SYMREQ                   CIT_PREQ1054
  1.6201 +
  1.6202 +//! @SYMTestPriority          medium
  1.6203 +
  1.6204 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6205 +
  1.6206 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6207 +
  1.6208 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6209 +
  1.6210 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0251
  1.6211 +
  1.6212 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0251
  1.6213 +
  1.6214 +
  1.6215 +
  1.6216 +
  1.6217 +
  1.6218 +START_TESTCASE                SEC-CIT_PREQ1054_01-0252
  1.6219 +
  1.6220 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0252
  1.6221 +
  1.6222 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6223 +
  1.6224 +//! @SYMREQ                   CIT_PREQ1054
  1.6225 +
  1.6226 +//! @SYMTestPriority          medium
  1.6227 +
  1.6228 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6229 +
  1.6230 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6231 +
  1.6232 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6233 +
  1.6234 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0252
  1.6235 +
  1.6236 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0252
  1.6237 +
  1.6238 +
  1.6239 +
  1.6240 +
  1.6241 +
  1.6242 +START_TESTCASE                SEC-CIT_PREQ1054_01-0253
  1.6243 +
  1.6244 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0253
  1.6245 +
  1.6246 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6247 +
  1.6248 +//! @SYMREQ                   CIT_PREQ1054
  1.6249 +
  1.6250 +//! @SYMTestPriority          medium
  1.6251 +
  1.6252 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6253 +
  1.6254 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6255 +
  1.6256 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6257 +
  1.6258 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0253
  1.6259 +
  1.6260 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0253
  1.6261 +
  1.6262 +
  1.6263 +
  1.6264 +
  1.6265 +
  1.6266 +START_TESTCASE                SEC-CIT_PREQ1054_01-0254
  1.6267 +
  1.6268 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0254
  1.6269 +
  1.6270 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6271 +
  1.6272 +//! @SYMREQ                   CIT_PREQ1054
  1.6273 +
  1.6274 +//! @SYMTestPriority          medium
  1.6275 +
  1.6276 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6277 +
  1.6278 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6279 +
  1.6280 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6281 +
  1.6282 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0254
  1.6283 +
  1.6284 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0254
  1.6285 +
  1.6286 +
  1.6287 +
  1.6288 +
  1.6289 +
  1.6290 +START_TESTCASE                SEC-CIT_PREQ1054_01-0255
  1.6291 +
  1.6292 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0255
  1.6293 +
  1.6294 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6295 +
  1.6296 +//! @SYMREQ                   CIT_PREQ1054
  1.6297 +
  1.6298 +//! @SYMTestPriority          medium
  1.6299 +
  1.6300 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6301 +
  1.6302 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6303 +
  1.6304 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6305 +
  1.6306 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0255
  1.6307 +
  1.6308 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0255
  1.6309 +
  1.6310 +
  1.6311 +
  1.6312 +
  1.6313 +
  1.6314 +START_TESTCASE                SEC-CIT_PREQ1054_01-0256
  1.6315 +
  1.6316 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0256
  1.6317 +
  1.6318 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6319 +
  1.6320 +//! @SYMREQ                   CIT_PREQ1054
  1.6321 +
  1.6322 +//! @SYMTestPriority          medium
  1.6323 +
  1.6324 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6325 +
  1.6326 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6327 +
  1.6328 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6329 +
  1.6330 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0256
  1.6331 +
  1.6332 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0256
  1.6333 +
  1.6334 +
  1.6335 +
  1.6336 +
  1.6337 +
  1.6338 +START_TESTCASE                SEC-CIT_PREQ1054_01-0257
  1.6339 +
  1.6340 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0257
  1.6341 +
  1.6342 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6343 +
  1.6344 +//! @SYMREQ                   CIT_PREQ1054
  1.6345 +
  1.6346 +//! @SYMTestPriority          medium
  1.6347 +
  1.6348 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6349 +
  1.6350 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6351 +
  1.6352 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6353 +
  1.6354 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0257
  1.6355 +
  1.6356 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0257
  1.6357 +
  1.6358 +
  1.6359 +
  1.6360 +
  1.6361 +
  1.6362 +START_TESTCASE                SEC-CIT_PREQ1054_01-0258
  1.6363 +
  1.6364 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0258
  1.6365 +
  1.6366 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6367 +
  1.6368 +//! @SYMREQ                   CIT_PREQ1054
  1.6369 +
  1.6370 +//! @SYMTestPriority          medium
  1.6371 +
  1.6372 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6373 +
  1.6374 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6375 +
  1.6376 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6377 +
  1.6378 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0258
  1.6379 +
  1.6380 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0258
  1.6381 +
  1.6382 +
  1.6383 +
  1.6384 +
  1.6385 +
  1.6386 +START_TESTCASE                SEC-CIT_PREQ1054_01-0259
  1.6387 +
  1.6388 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0259
  1.6389 +
  1.6390 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6391 +
  1.6392 +//! @SYMREQ                   CIT_PREQ1054
  1.6393 +
  1.6394 +//! @SYMTestPriority          medium
  1.6395 +
  1.6396 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6397 +
  1.6398 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6399 +
  1.6400 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6401 +
  1.6402 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0259
  1.6403 +
  1.6404 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0259
  1.6405 +
  1.6406 +
  1.6407 +
  1.6408 +
  1.6409 +
  1.6410 +START_TESTCASE                SEC-CIT_PREQ1054_01-0260
  1.6411 +
  1.6412 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0260
  1.6413 +
  1.6414 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6415 +
  1.6416 +//! @SYMREQ                   CIT_PREQ1054
  1.6417 +
  1.6418 +//! @SYMTestPriority          medium
  1.6419 +
  1.6420 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6421 +
  1.6422 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6423 +
  1.6424 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6425 +
  1.6426 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0260
  1.6427 +
  1.6428 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0260
  1.6429 +
  1.6430 +
  1.6431 +
  1.6432 +
  1.6433 +
  1.6434 +START_TESTCASE                SEC-CIT_PREQ1054_01-0261
  1.6435 +
  1.6436 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0261
  1.6437 +
  1.6438 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6439 +
  1.6440 +//! @SYMREQ                   CIT_PREQ1054
  1.6441 +
  1.6442 +//! @SYMTestPriority          medium
  1.6443 +
  1.6444 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6445 +
  1.6446 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6447 +
  1.6448 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6449 +
  1.6450 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0261
  1.6451 +
  1.6452 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0261
  1.6453 +
  1.6454 +
  1.6455 +
  1.6456 +
  1.6457 +
  1.6458 +START_TESTCASE                SEC-CIT_PREQ1054_01-0262
  1.6459 +
  1.6460 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0262
  1.6461 +
  1.6462 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6463 +
  1.6464 +//! @SYMREQ                   CIT_PREQ1054
  1.6465 +
  1.6466 +//! @SYMTestPriority          medium
  1.6467 +
  1.6468 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6469 +
  1.6470 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6471 +
  1.6472 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6473 +
  1.6474 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0262
  1.6475 +
  1.6476 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0262
  1.6477 +
  1.6478 +
  1.6479 +
  1.6480 +
  1.6481 +
  1.6482 +START_TESTCASE                SEC-CIT_PREQ1054_01-0263
  1.6483 +
  1.6484 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0263
  1.6485 +
  1.6486 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6487 +
  1.6488 +//! @SYMREQ                   CIT_PREQ1054
  1.6489 +
  1.6490 +//! @SYMTestPriority          medium
  1.6491 +
  1.6492 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6493 +
  1.6494 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6495 +
  1.6496 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6497 +
  1.6498 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0263
  1.6499 +
  1.6500 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0263
  1.6501 +
  1.6502 +
  1.6503 +
  1.6504 +
  1.6505 +
  1.6506 +START_TESTCASE                SEC-CIT_PREQ1054_01-0264
  1.6507 +
  1.6508 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0264
  1.6509 +
  1.6510 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6511 +
  1.6512 +//! @SYMREQ                   CIT_PREQ1054
  1.6513 +
  1.6514 +//! @SYMTestPriority          medium
  1.6515 +
  1.6516 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6517 +
  1.6518 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6519 +
  1.6520 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6521 +
  1.6522 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0264
  1.6523 +
  1.6524 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0264
  1.6525 +
  1.6526 +
  1.6527 +
  1.6528 +
  1.6529 +
  1.6530 +START_TESTCASE                SEC-CIT_PREQ1054_01-0265
  1.6531 +
  1.6532 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0265
  1.6533 +
  1.6534 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6535 +
  1.6536 +//! @SYMREQ                   CIT_PREQ1054
  1.6537 +
  1.6538 +//! @SYMTestPriority          medium
  1.6539 +
  1.6540 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6541 +
  1.6542 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6543 +
  1.6544 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6545 +
  1.6546 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0265
  1.6547 +
  1.6548 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0265
  1.6549 +
  1.6550 +
  1.6551 +
  1.6552 +
  1.6553 +
  1.6554 +START_TESTCASE                SEC-CIT_PREQ1054_01-0266
  1.6555 +
  1.6556 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0266
  1.6557 +
  1.6558 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6559 +
  1.6560 +//! @SYMREQ                   CIT_PREQ1054
  1.6561 +
  1.6562 +//! @SYMTestPriority          medium
  1.6563 +
  1.6564 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6565 +
  1.6566 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6567 +
  1.6568 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6569 +
  1.6570 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0266
  1.6571 +
  1.6572 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0266
  1.6573 +
  1.6574 +
  1.6575 +
  1.6576 +
  1.6577 +
  1.6578 +START_TESTCASE                SEC-CIT_PREQ1054_01-0267
  1.6579 +
  1.6580 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0267
  1.6581 +
  1.6582 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6583 +
  1.6584 +//! @SYMREQ                   CIT_PREQ1054
  1.6585 +
  1.6586 +//! @SYMTestPriority          medium
  1.6587 +
  1.6588 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6589 +
  1.6590 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6591 +
  1.6592 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6593 +
  1.6594 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0267
  1.6595 +
  1.6596 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0267
  1.6597 +
  1.6598 +
  1.6599 +
  1.6600 +
  1.6601 +
  1.6602 +START_TESTCASE                SEC-CIT_PREQ1054_01-0268
  1.6603 +
  1.6604 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0268
  1.6605 +
  1.6606 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6607 +
  1.6608 +//! @SYMREQ                   CIT_PREQ1054
  1.6609 +
  1.6610 +//! @SYMTestPriority          medium
  1.6611 +
  1.6612 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6613 +
  1.6614 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6615 +
  1.6616 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6617 +
  1.6618 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0268
  1.6619 +
  1.6620 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0268
  1.6621 +
  1.6622 +
  1.6623 +
  1.6624 +
  1.6625 +
  1.6626 +START_TESTCASE                SEC-CIT_PREQ1054_01-0269
  1.6627 +
  1.6628 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0269
  1.6629 +
  1.6630 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6631 +
  1.6632 +//! @SYMREQ                   CIT_PREQ1054
  1.6633 +
  1.6634 +//! @SYMTestPriority          medium
  1.6635 +
  1.6636 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6637 +
  1.6638 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6639 +
  1.6640 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6641 +
  1.6642 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0269
  1.6643 +
  1.6644 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0269
  1.6645 +
  1.6646 +
  1.6647 +
  1.6648 +
  1.6649 +
  1.6650 +START_TESTCASE                SEC-CIT_PREQ1054_01-0270
  1.6651 +
  1.6652 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0270
  1.6653 +
  1.6654 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6655 +
  1.6656 +//! @SYMREQ                   CIT_PREQ1054
  1.6657 +
  1.6658 +//! @SYMTestPriority          medium
  1.6659 +
  1.6660 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6661 +
  1.6662 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6663 +
  1.6664 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6665 +
  1.6666 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0270
  1.6667 +
  1.6668 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0270
  1.6669 +
  1.6670 +
  1.6671 +
  1.6672 +
  1.6673 +
  1.6674 +START_TESTCASE                SEC-CIT_PREQ1054_01-0271
  1.6675 +
  1.6676 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0271
  1.6677 +
  1.6678 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6679 +
  1.6680 +//! @SYMREQ                   CIT_PREQ1054
  1.6681 +
  1.6682 +//! @SYMTestPriority          medium
  1.6683 +
  1.6684 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6685 +
  1.6686 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6687 +
  1.6688 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6689 +
  1.6690 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0271
  1.6691 +
  1.6692 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0271
  1.6693 +
  1.6694 +
  1.6695 +
  1.6696 +
  1.6697 +
  1.6698 +START_TESTCASE                SEC-CIT_PREQ1054_01-0272
  1.6699 +
  1.6700 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0272
  1.6701 +
  1.6702 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6703 +
  1.6704 +//! @SYMREQ                   CIT_PREQ1054
  1.6705 +
  1.6706 +//! @SYMTestPriority          medium
  1.6707 +
  1.6708 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6709 +
  1.6710 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6711 +
  1.6712 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6713 +
  1.6714 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0272
  1.6715 +
  1.6716 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0272
  1.6717 +
  1.6718 +
  1.6719 +
  1.6720 +
  1.6721 +
  1.6722 +START_TESTCASE                SEC-CIT_PREQ1054_01-0273
  1.6723 +
  1.6724 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0273
  1.6725 +
  1.6726 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6727 +
  1.6728 +//! @SYMREQ                   CIT_PREQ1054
  1.6729 +
  1.6730 +//! @SYMTestPriority          medium
  1.6731 +
  1.6732 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6733 +
  1.6734 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6735 +
  1.6736 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6737 +
  1.6738 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0273
  1.6739 +
  1.6740 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0273
  1.6741 +
  1.6742 +
  1.6743 +
  1.6744 +
  1.6745 +
  1.6746 +START_TESTCASE                SEC-CIT_PREQ1054_01-0274
  1.6747 +
  1.6748 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0274
  1.6749 +
  1.6750 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6751 +
  1.6752 +//! @SYMREQ                   CIT_PREQ1054
  1.6753 +
  1.6754 +//! @SYMTestPriority          medium
  1.6755 +
  1.6756 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6757 +
  1.6758 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6759 +
  1.6760 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6761 +
  1.6762 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0274
  1.6763 +
  1.6764 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0274
  1.6765 +
  1.6766 +
  1.6767 +
  1.6768 +
  1.6769 +
  1.6770 +START_TESTCASE                SEC-CIT_PREQ1054_01-0275
  1.6771 +
  1.6772 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0275
  1.6773 +
  1.6774 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6775 +
  1.6776 +//! @SYMREQ                   CIT_PREQ1054
  1.6777 +
  1.6778 +//! @SYMTestPriority          medium
  1.6779 +
  1.6780 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6781 +
  1.6782 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6783 +
  1.6784 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.6785 +
  1.6786 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0275
  1.6787 +
  1.6788 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0275
  1.6789 +
  1.6790 +
  1.6791 +
  1.6792 +
  1.6793 +
  1.6794 +START_TESTCASE                SEC-CIT_PREQ1054_01-0276
  1.6795 +
  1.6796 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0276
  1.6797 +
  1.6798 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6799 +
  1.6800 +//! @SYMREQ                   CIT_PREQ1054
  1.6801 +
  1.6802 +//! @SYMTestPriority          medium
  1.6803 +
  1.6804 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6805 +
  1.6806 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6807 +
  1.6808 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6809 +
  1.6810 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0276
  1.6811 +
  1.6812 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0276
  1.6813 +
  1.6814 +
  1.6815 +
  1.6816 +
  1.6817 +
  1.6818 +START_TESTCASE                SEC-CIT_PREQ1054_01-0277
  1.6819 +
  1.6820 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0277
  1.6821 +
  1.6822 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6823 +
  1.6824 +//! @SYMREQ                   CIT_PREQ1054
  1.6825 +
  1.6826 +//! @SYMTestPriority          medium
  1.6827 +
  1.6828 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6829 +
  1.6830 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6831 +
  1.6832 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6833 +
  1.6834 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0277
  1.6835 +
  1.6836 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0277
  1.6837 +
  1.6838 +
  1.6839 +
  1.6840 +
  1.6841 +
  1.6842 +START_TESTCASE                SEC-CIT_PREQ1054_01-0278
  1.6843 +
  1.6844 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0278
  1.6845 +
  1.6846 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6847 +
  1.6848 +//! @SYMREQ                   CIT_PREQ1054
  1.6849 +
  1.6850 +//! @SYMTestPriority          medium
  1.6851 +
  1.6852 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6853 +
  1.6854 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6855 +
  1.6856 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6857 +
  1.6858 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0278
  1.6859 +
  1.6860 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0278
  1.6861 +
  1.6862 +
  1.6863 +
  1.6864 +
  1.6865 +
  1.6866 +START_TESTCASE                SEC-CIT_PREQ1054_01-0279
  1.6867 +
  1.6868 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0279
  1.6869 +
  1.6870 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6871 +
  1.6872 +//! @SYMREQ                   CIT_PREQ1054
  1.6873 +
  1.6874 +//! @SYMTestPriority          medium
  1.6875 +
  1.6876 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6877 +
  1.6878 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6879 +
  1.6880 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6881 +
  1.6882 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0279
  1.6883 +
  1.6884 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0279
  1.6885 +
  1.6886 +
  1.6887 +
  1.6888 +
  1.6889 +
  1.6890 +START_TESTCASE                SEC-CIT_PREQ1054_01-0280
  1.6891 +
  1.6892 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0280
  1.6893 +
  1.6894 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6895 +
  1.6896 +//! @SYMREQ                   CIT_PREQ1054
  1.6897 +
  1.6898 +//! @SYMTestPriority          medium
  1.6899 +
  1.6900 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6901 +
  1.6902 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6903 +
  1.6904 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.6905 +
  1.6906 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0280
  1.6907 +
  1.6908 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0280
  1.6909 +
  1.6910 +
  1.6911 +
  1.6912 +
  1.6913 +
  1.6914 +START_TESTCASE                SEC-CIT_PREQ1054_01-0281
  1.6915 +
  1.6916 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0281
  1.6917 +
  1.6918 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6919 +
  1.6920 +//! @SYMREQ                   CIT_PREQ1054
  1.6921 +
  1.6922 +//! @SYMTestPriority          medium
  1.6923 +
  1.6924 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6925 +
  1.6926 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6927 +
  1.6928 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6929 +
  1.6930 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0281
  1.6931 +
  1.6932 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0281
  1.6933 +
  1.6934 +
  1.6935 +
  1.6936 +
  1.6937 +
  1.6938 +START_TESTCASE                SEC-CIT_PREQ1054_01-0282
  1.6939 +
  1.6940 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0282
  1.6941 +
  1.6942 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6943 +
  1.6944 +//! @SYMREQ                   CIT_PREQ1054
  1.6945 +
  1.6946 +//! @SYMTestPriority          medium
  1.6947 +
  1.6948 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6949 +
  1.6950 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6951 +
  1.6952 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6953 +
  1.6954 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0282
  1.6955 +
  1.6956 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0282
  1.6957 +
  1.6958 +
  1.6959 +
  1.6960 +
  1.6961 +
  1.6962 +START_TESTCASE                SEC-CIT_PREQ1054_01-0283
  1.6963 +
  1.6964 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0283
  1.6965 +
  1.6966 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6967 +
  1.6968 +//! @SYMREQ                   CIT_PREQ1054
  1.6969 +
  1.6970 +//! @SYMTestPriority          medium
  1.6971 +
  1.6972 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6973 +
  1.6974 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6975 +
  1.6976 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.6977 +
  1.6978 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0283
  1.6979 +
  1.6980 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0283
  1.6981 +
  1.6982 +
  1.6983 +
  1.6984 +
  1.6985 +
  1.6986 +START_TESTCASE                SEC-CIT_PREQ1054_01-0284
  1.6987 +
  1.6988 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0284
  1.6989 +
  1.6990 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.6991 +
  1.6992 +//! @SYMREQ                   CIT_PREQ1054
  1.6993 +
  1.6994 +//! @SYMTestPriority          medium
  1.6995 +
  1.6996 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.6997 +
  1.6998 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.6999 +
  1.7000 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7001 +
  1.7002 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0284
  1.7003 +
  1.7004 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0284
  1.7005 +
  1.7006 +
  1.7007 +
  1.7008 +
  1.7009 +
  1.7010 +START_TESTCASE                SEC-CIT_PREQ1054_01-0285
  1.7011 +
  1.7012 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0285
  1.7013 +
  1.7014 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7015 +
  1.7016 +//! @SYMREQ                   CIT_PREQ1054
  1.7017 +
  1.7018 +//! @SYMTestPriority          medium
  1.7019 +
  1.7020 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7021 +
  1.7022 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7023 +
  1.7024 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7025 +
  1.7026 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0285
  1.7027 +
  1.7028 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0285
  1.7029 +
  1.7030 +
  1.7031 +
  1.7032 +
  1.7033 +
  1.7034 +START_TESTCASE                SEC-CIT_PREQ1054_01-0286
  1.7035 +
  1.7036 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0286
  1.7037 +
  1.7038 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7039 +
  1.7040 +//! @SYMREQ                   CIT_PREQ1054
  1.7041 +
  1.7042 +//! @SYMTestPriority          medium
  1.7043 +
  1.7044 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7045 +
  1.7046 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7047 +
  1.7048 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7049 +
  1.7050 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0286
  1.7051 +
  1.7052 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0286
  1.7053 +
  1.7054 +
  1.7055 +
  1.7056 +
  1.7057 +
  1.7058 +START_TESTCASE                SEC-CIT_PREQ1054_01-0287
  1.7059 +
  1.7060 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0287
  1.7061 +
  1.7062 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7063 +
  1.7064 +//! @SYMREQ                   CIT_PREQ1054
  1.7065 +
  1.7066 +//! @SYMTestPriority          medium
  1.7067 +
  1.7068 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7069 +
  1.7070 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7071 +
  1.7072 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7073 +
  1.7074 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0287
  1.7075 +
  1.7076 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0287
  1.7077 +
  1.7078 +
  1.7079 +
  1.7080 +
  1.7081 +
  1.7082 +START_TESTCASE                SEC-CIT_PREQ1054_01-0288
  1.7083 +
  1.7084 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0288
  1.7085 +
  1.7086 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7087 +
  1.7088 +//! @SYMREQ                   CIT_PREQ1054
  1.7089 +
  1.7090 +//! @SYMTestPriority          medium
  1.7091 +
  1.7092 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7093 +
  1.7094 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7095 +
  1.7096 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7097 +
  1.7098 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0288
  1.7099 +
  1.7100 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0288
  1.7101 +
  1.7102 +
  1.7103 +
  1.7104 +
  1.7105 +
  1.7106 +START_TESTCASE                SEC-CIT_PREQ1054_01-0289
  1.7107 +
  1.7108 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0289
  1.7109 +
  1.7110 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7111 +
  1.7112 +//! @SYMREQ                   CIT_PREQ1054
  1.7113 +
  1.7114 +//! @SYMTestPriority          medium
  1.7115 +
  1.7116 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7117 +
  1.7118 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7119 +
  1.7120 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7121 +
  1.7122 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0289
  1.7123 +
  1.7124 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0289
  1.7125 +
  1.7126 +
  1.7127 +
  1.7128 +
  1.7129 +
  1.7130 +START_TESTCASE                SEC-CIT_PREQ1054_01-0290
  1.7131 +
  1.7132 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0290
  1.7133 +
  1.7134 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7135 +
  1.7136 +//! @SYMREQ                   CIT_PREQ1054
  1.7137 +
  1.7138 +//! @SYMTestPriority          medium
  1.7139 +
  1.7140 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7141 +
  1.7142 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7143 +
  1.7144 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7145 +
  1.7146 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0290
  1.7147 +
  1.7148 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0290
  1.7149 +
  1.7150 +
  1.7151 +
  1.7152 +
  1.7153 +
  1.7154 +START_TESTCASE                SEC-CIT_PREQ1054_01-0291
  1.7155 +
  1.7156 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0291
  1.7157 +
  1.7158 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7159 +
  1.7160 +//! @SYMREQ                   CIT_PREQ1054
  1.7161 +
  1.7162 +//! @SYMTestPriority          medium
  1.7163 +
  1.7164 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7165 +
  1.7166 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7167 +
  1.7168 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7169 +
  1.7170 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0291
  1.7171 +
  1.7172 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0291
  1.7173 +
  1.7174 +
  1.7175 +
  1.7176 +
  1.7177 +
  1.7178 +START_TESTCASE                SEC-CIT_PREQ1054_01-0292
  1.7179 +
  1.7180 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0292
  1.7181 +
  1.7182 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7183 +
  1.7184 +//! @SYMREQ                   CIT_PREQ1054
  1.7185 +
  1.7186 +//! @SYMTestPriority          medium
  1.7187 +
  1.7188 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7189 +
  1.7190 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7191 +
  1.7192 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7193 +
  1.7194 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0292
  1.7195 +
  1.7196 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0292
  1.7197 +
  1.7198 +
  1.7199 +
  1.7200 +
  1.7201 +
  1.7202 +START_TESTCASE                SEC-CIT_PREQ1054_01-0293
  1.7203 +
  1.7204 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0293
  1.7205 +
  1.7206 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7207 +
  1.7208 +//! @SYMREQ                   CIT_PREQ1054
  1.7209 +
  1.7210 +//! @SYMTestPriority          medium
  1.7211 +
  1.7212 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7213 +
  1.7214 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7215 +
  1.7216 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7217 +
  1.7218 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0293
  1.7219 +
  1.7220 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0293
  1.7221 +
  1.7222 +
  1.7223 +
  1.7224 +
  1.7225 +
  1.7226 +START_TESTCASE                SEC-CIT_PREQ1054_01-0294
  1.7227 +
  1.7228 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0294
  1.7229 +
  1.7230 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7231 +
  1.7232 +//! @SYMREQ                   CIT_PREQ1054
  1.7233 +
  1.7234 +//! @SYMTestPriority          medium
  1.7235 +
  1.7236 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7237 +
  1.7238 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7239 +
  1.7240 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7241 +
  1.7242 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0294
  1.7243 +
  1.7244 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0294
  1.7245 +
  1.7246 +
  1.7247 +
  1.7248 +
  1.7249 +
  1.7250 +START_TESTCASE                SEC-CIT_PREQ1054_01-0295
  1.7251 +
  1.7252 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0295
  1.7253 +
  1.7254 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7255 +
  1.7256 +//! @SYMREQ                   CIT_PREQ1054
  1.7257 +
  1.7258 +//! @SYMTestPriority          medium
  1.7259 +
  1.7260 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7261 +
  1.7262 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7263 +
  1.7264 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7265 +
  1.7266 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0295
  1.7267 +
  1.7268 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0295
  1.7269 +
  1.7270 +
  1.7271 +
  1.7272 +
  1.7273 +
  1.7274 +START_TESTCASE                SEC-CIT_PREQ1054_01-0296
  1.7275 +
  1.7276 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0296
  1.7277 +
  1.7278 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7279 +
  1.7280 +//! @SYMREQ                   CIT_PREQ1054
  1.7281 +
  1.7282 +//! @SYMTestPriority          medium
  1.7283 +
  1.7284 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7285 +
  1.7286 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7287 +
  1.7288 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7289 +
  1.7290 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0296
  1.7291 +
  1.7292 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0296
  1.7293 +
  1.7294 +
  1.7295 +
  1.7296 +
  1.7297 +
  1.7298 +START_TESTCASE                SEC-CIT_PREQ1054_01-0297
  1.7299 +
  1.7300 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0297
  1.7301 +
  1.7302 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7303 +
  1.7304 +//! @SYMREQ                   CIT_PREQ1054
  1.7305 +
  1.7306 +//! @SYMTestPriority          medium
  1.7307 +
  1.7308 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7309 +
  1.7310 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7311 +
  1.7312 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7313 +
  1.7314 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0297
  1.7315 +
  1.7316 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0297
  1.7317 +
  1.7318 +
  1.7319 +
  1.7320 +
  1.7321 +
  1.7322 +START_TESTCASE                SEC-CIT_PREQ1054_01-0298
  1.7323 +
  1.7324 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0298
  1.7325 +
  1.7326 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7327 +
  1.7328 +//! @SYMREQ                   CIT_PREQ1054
  1.7329 +
  1.7330 +//! @SYMTestPriority          medium
  1.7331 +
  1.7332 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7333 +
  1.7334 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7335 +
  1.7336 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7337 +
  1.7338 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0298
  1.7339 +
  1.7340 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0298
  1.7341 +
  1.7342 +
  1.7343 +
  1.7344 +
  1.7345 +
  1.7346 +START_TESTCASE                SEC-CIT_PREQ1054_01-0299
  1.7347 +
  1.7348 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0299
  1.7349 +
  1.7350 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7351 +
  1.7352 +//! @SYMREQ                   CIT_PREQ1054
  1.7353 +
  1.7354 +//! @SYMTestPriority          medium
  1.7355 +
  1.7356 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7357 +
  1.7358 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7359 +
  1.7360 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7361 +
  1.7362 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0299
  1.7363 +
  1.7364 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0299
  1.7365 +
  1.7366 +
  1.7367 +
  1.7368 +
  1.7369 +
  1.7370 +START_TESTCASE                SEC-CIT_PREQ1054_01-0300
  1.7371 +
  1.7372 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0300
  1.7373 +
  1.7374 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7375 +
  1.7376 +//! @SYMREQ                   CIT_PREQ1054
  1.7377 +
  1.7378 +//! @SYMTestPriority          medium
  1.7379 +
  1.7380 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7381 +
  1.7382 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7383 +
  1.7384 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7385 +
  1.7386 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0300
  1.7387 +
  1.7388 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0300
  1.7389 +
  1.7390 +
  1.7391 +
  1.7392 +
  1.7393 +
  1.7394 +START_TESTCASE                SEC-CIT_PREQ1054_01-0301
  1.7395 +
  1.7396 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0301
  1.7397 +
  1.7398 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7399 +
  1.7400 +//! @SYMREQ                   CIT_PREQ1054
  1.7401 +
  1.7402 +//! @SYMTestPriority          medium
  1.7403 +
  1.7404 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7405 +
  1.7406 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7407 +
  1.7408 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7409 +
  1.7410 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0301
  1.7411 +
  1.7412 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0301
  1.7413 +
  1.7414 +
  1.7415 +
  1.7416 +
  1.7417 +
  1.7418 +START_TESTCASE                SEC-CIT_PREQ1054_01-0302
  1.7419 +
  1.7420 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0302
  1.7421 +
  1.7422 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7423 +
  1.7424 +//! @SYMREQ                   CIT_PREQ1054
  1.7425 +
  1.7426 +//! @SYMTestPriority          medium
  1.7427 +
  1.7428 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7429 +
  1.7430 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7431 +
  1.7432 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7433 +
  1.7434 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0302
  1.7435 +
  1.7436 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0302
  1.7437 +
  1.7438 +
  1.7439 +
  1.7440 +
  1.7441 +
  1.7442 +START_TESTCASE                SEC-CIT_PREQ1054_01-0303
  1.7443 +
  1.7444 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0303
  1.7445 +
  1.7446 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7447 +
  1.7448 +//! @SYMREQ                   CIT_PREQ1054
  1.7449 +
  1.7450 +//! @SYMTestPriority          medium
  1.7451 +
  1.7452 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7453 +
  1.7454 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7455 +
  1.7456 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7457 +
  1.7458 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0303
  1.7459 +
  1.7460 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0303
  1.7461 +
  1.7462 +
  1.7463 +
  1.7464 +
  1.7465 +
  1.7466 +START_TESTCASE                SEC-CIT_PREQ1054_01-0304
  1.7467 +
  1.7468 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0304
  1.7469 +
  1.7470 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7471 +
  1.7472 +//! @SYMREQ                   CIT_PREQ1054
  1.7473 +
  1.7474 +//! @SYMTestPriority          medium
  1.7475 +
  1.7476 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7477 +
  1.7478 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7479 +
  1.7480 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7481 +
  1.7482 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0304
  1.7483 +
  1.7484 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0304
  1.7485 +
  1.7486 +
  1.7487 +
  1.7488 +
  1.7489 +
  1.7490 +START_TESTCASE                SEC-CIT_PREQ1054_01-0305
  1.7491 +
  1.7492 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0305
  1.7493 +
  1.7494 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7495 +
  1.7496 +//! @SYMREQ                   CIT_PREQ1054
  1.7497 +
  1.7498 +//! @SYMTestPriority          medium
  1.7499 +
  1.7500 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7501 +
  1.7502 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7503 +
  1.7504 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7505 +
  1.7506 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0305
  1.7507 +
  1.7508 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0305
  1.7509 +
  1.7510 +
  1.7511 +
  1.7512 +
  1.7513 +
  1.7514 +START_TESTCASE                SEC-CIT_PREQ1054_01-0306
  1.7515 +
  1.7516 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0306
  1.7517 +
  1.7518 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7519 +
  1.7520 +//! @SYMREQ                   CIT_PREQ1054
  1.7521 +
  1.7522 +//! @SYMTestPriority          medium
  1.7523 +
  1.7524 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7525 +
  1.7526 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7527 +
  1.7528 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7529 +
  1.7530 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0306
  1.7531 +
  1.7532 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0306
  1.7533 +
  1.7534 +
  1.7535 +
  1.7536 +
  1.7537 +
  1.7538 +START_TESTCASE                SEC-CIT_PREQ1054_01-0307
  1.7539 +
  1.7540 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0307
  1.7541 +
  1.7542 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7543 +
  1.7544 +//! @SYMREQ                   CIT_PREQ1054
  1.7545 +
  1.7546 +//! @SYMTestPriority          medium
  1.7547 +
  1.7548 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7549 +
  1.7550 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7551 +
  1.7552 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7553 +
  1.7554 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0307
  1.7555 +
  1.7556 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0307
  1.7557 +
  1.7558 +
  1.7559 +
  1.7560 +
  1.7561 +
  1.7562 +START_TESTCASE                SEC-CIT_PREQ1054_01-0308
  1.7563 +
  1.7564 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0308
  1.7565 +
  1.7566 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7567 +
  1.7568 +//! @SYMREQ                   CIT_PREQ1054
  1.7569 +
  1.7570 +//! @SYMTestPriority          medium
  1.7571 +
  1.7572 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7573 +
  1.7574 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7575 +
  1.7576 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7577 +
  1.7578 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0308
  1.7579 +
  1.7580 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0308
  1.7581 +
  1.7582 +
  1.7583 +
  1.7584 +
  1.7585 +
  1.7586 +START_TESTCASE                SEC-CIT_PREQ1054_01-0309
  1.7587 +
  1.7588 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0309
  1.7589 +
  1.7590 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7591 +
  1.7592 +//! @SYMREQ                   CIT_PREQ1054
  1.7593 +
  1.7594 +//! @SYMTestPriority          medium
  1.7595 +
  1.7596 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7597 +
  1.7598 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7599 +
  1.7600 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7601 +
  1.7602 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0309
  1.7603 +
  1.7604 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0309
  1.7605 +
  1.7606 +
  1.7607 +
  1.7608 +
  1.7609 +
  1.7610 +START_TESTCASE                SEC-CIT_PREQ1054_01-0310
  1.7611 +
  1.7612 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0310
  1.7613 +
  1.7614 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7615 +
  1.7616 +//! @SYMREQ                   CIT_PREQ1054
  1.7617 +
  1.7618 +//! @SYMTestPriority          medium
  1.7619 +
  1.7620 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7621 +
  1.7622 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7623 +
  1.7624 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7625 +
  1.7626 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0310
  1.7627 +
  1.7628 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0310
  1.7629 +
  1.7630 +
  1.7631 +
  1.7632 +
  1.7633 +
  1.7634 +START_TESTCASE                SEC-CIT_PREQ1054_01-0311
  1.7635 +
  1.7636 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0311
  1.7637 +
  1.7638 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7639 +
  1.7640 +//! @SYMREQ                   CIT_PREQ1054
  1.7641 +
  1.7642 +//! @SYMTestPriority          medium
  1.7643 +
  1.7644 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7645 +
  1.7646 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7647 +
  1.7648 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7649 +
  1.7650 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0311
  1.7651 +
  1.7652 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0311
  1.7653 +
  1.7654 +
  1.7655 +
  1.7656 +
  1.7657 +
  1.7658 +START_TESTCASE                SEC-CIT_PREQ1054_01-0312
  1.7659 +
  1.7660 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0312
  1.7661 +
  1.7662 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7663 +
  1.7664 +//! @SYMREQ                   CIT_PREQ1054
  1.7665 +
  1.7666 +//! @SYMTestPriority          medium
  1.7667 +
  1.7668 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7669 +
  1.7670 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7671 +
  1.7672 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7673 +
  1.7674 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0312
  1.7675 +
  1.7676 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0312
  1.7677 +
  1.7678 +
  1.7679 +
  1.7680 +
  1.7681 +
  1.7682 +START_TESTCASE                SEC-CIT_PREQ1054_01-0313
  1.7683 +
  1.7684 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0313
  1.7685 +
  1.7686 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7687 +
  1.7688 +//! @SYMREQ                   CIT_PREQ1054
  1.7689 +
  1.7690 +//! @SYMTestPriority          medium
  1.7691 +
  1.7692 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7693 +
  1.7694 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7695 +
  1.7696 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7697 +
  1.7698 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0313
  1.7699 +
  1.7700 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0313
  1.7701 +
  1.7702 +
  1.7703 +
  1.7704 +
  1.7705 +
  1.7706 +START_TESTCASE                SEC-CIT_PREQ1054_01-0314
  1.7707 +
  1.7708 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0314
  1.7709 +
  1.7710 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7711 +
  1.7712 +//! @SYMREQ                   CIT_PREQ1054
  1.7713 +
  1.7714 +//! @SYMTestPriority          medium
  1.7715 +
  1.7716 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7717 +
  1.7718 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7719 +
  1.7720 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7721 +
  1.7722 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0314
  1.7723 +
  1.7724 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0314
  1.7725 +
  1.7726 +
  1.7727 +
  1.7728 +
  1.7729 +
  1.7730 +START_TESTCASE                SEC-CIT_PREQ1054_01-0315
  1.7731 +
  1.7732 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0315
  1.7733 +
  1.7734 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7735 +
  1.7736 +//! @SYMREQ                   CIT_PREQ1054
  1.7737 +
  1.7738 +//! @SYMTestPriority          medium
  1.7739 +
  1.7740 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7741 +
  1.7742 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7743 +
  1.7744 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.7745 +
  1.7746 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0315
  1.7747 +
  1.7748 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0315
  1.7749 +
  1.7750 +
  1.7751 +
  1.7752 +
  1.7753 +
  1.7754 +START_TESTCASE                SEC-CIT_PREQ1054_01-0316
  1.7755 +
  1.7756 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0316
  1.7757 +
  1.7758 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7759 +
  1.7760 +//! @SYMREQ                   CIT_PREQ1054
  1.7761 +
  1.7762 +//! @SYMTestPriority          medium
  1.7763 +
  1.7764 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7765 +
  1.7766 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7767 +
  1.7768 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7769 +
  1.7770 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0316
  1.7771 +
  1.7772 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0316
  1.7773 +
  1.7774 +
  1.7775 +
  1.7776 +
  1.7777 +
  1.7778 +START_TESTCASE                SEC-CIT_PREQ1054_01-0317
  1.7779 +
  1.7780 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0317
  1.7781 +
  1.7782 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7783 +
  1.7784 +//! @SYMREQ                   CIT_PREQ1054
  1.7785 +
  1.7786 +//! @SYMTestPriority          medium
  1.7787 +
  1.7788 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7789 +
  1.7790 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7791 +
  1.7792 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7793 +
  1.7794 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0317
  1.7795 +
  1.7796 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0317
  1.7797 +
  1.7798 +
  1.7799 +
  1.7800 +
  1.7801 +
  1.7802 +START_TESTCASE                SEC-CIT_PREQ1054_01-0318
  1.7803 +
  1.7804 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0318
  1.7805 +
  1.7806 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7807 +
  1.7808 +//! @SYMREQ                   CIT_PREQ1054
  1.7809 +
  1.7810 +//! @SYMTestPriority          medium
  1.7811 +
  1.7812 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7813 +
  1.7814 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7815 +
  1.7816 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7817 +
  1.7818 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0318
  1.7819 +
  1.7820 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0318
  1.7821 +
  1.7822 +
  1.7823 +
  1.7824 +
  1.7825 +
  1.7826 +START_TESTCASE                SEC-CIT_PREQ1054_01-0319
  1.7827 +
  1.7828 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0319
  1.7829 +
  1.7830 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7831 +
  1.7832 +//! @SYMREQ                   CIT_PREQ1054
  1.7833 +
  1.7834 +//! @SYMTestPriority          medium
  1.7835 +
  1.7836 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7837 +
  1.7838 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7839 +
  1.7840 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7841 +
  1.7842 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0319
  1.7843 +
  1.7844 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0319
  1.7845 +
  1.7846 +
  1.7847 +
  1.7848 +
  1.7849 +
  1.7850 +START_TESTCASE                SEC-CIT_PREQ1054_01-0320
  1.7851 +
  1.7852 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0320
  1.7853 +
  1.7854 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7855 +
  1.7856 +//! @SYMREQ                   CIT_PREQ1054
  1.7857 +
  1.7858 +//! @SYMTestPriority          medium
  1.7859 +
  1.7860 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7861 +
  1.7862 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7863 +
  1.7864 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.7865 +
  1.7866 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0320
  1.7867 +
  1.7868 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0320
  1.7869 +
  1.7870 +
  1.7871 +
  1.7872 +
  1.7873 +
  1.7874 +START_TESTCASE                SEC-CIT_PREQ1054_01-0321
  1.7875 +
  1.7876 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0321
  1.7877 +
  1.7878 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7879 +
  1.7880 +//! @SYMREQ                   CIT_PREQ1054
  1.7881 +
  1.7882 +//! @SYMTestPriority          medium
  1.7883 +
  1.7884 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7885 +
  1.7886 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7887 +
  1.7888 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7889 +
  1.7890 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0321
  1.7891 +
  1.7892 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0321
  1.7893 +
  1.7894 +
  1.7895 +
  1.7896 +
  1.7897 +
  1.7898 +START_TESTCASE                SEC-CIT_PREQ1054_01-0322
  1.7899 +
  1.7900 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0322
  1.7901 +
  1.7902 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7903 +
  1.7904 +//! @SYMREQ                   CIT_PREQ1054
  1.7905 +
  1.7906 +//! @SYMTestPriority          medium
  1.7907 +
  1.7908 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7909 +
  1.7910 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7911 +
  1.7912 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7913 +
  1.7914 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0322
  1.7915 +
  1.7916 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0322
  1.7917 +
  1.7918 +
  1.7919 +
  1.7920 +
  1.7921 +
  1.7922 +START_TESTCASE                SEC-CIT_PREQ1054_01-0323
  1.7923 +
  1.7924 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0323
  1.7925 +
  1.7926 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7927 +
  1.7928 +//! @SYMREQ                   CIT_PREQ1054
  1.7929 +
  1.7930 +//! @SYMTestPriority          medium
  1.7931 +
  1.7932 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7933 +
  1.7934 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7935 +
  1.7936 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7937 +
  1.7938 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0323
  1.7939 +
  1.7940 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0323
  1.7941 +
  1.7942 +
  1.7943 +
  1.7944 +
  1.7945 +
  1.7946 +START_TESTCASE                SEC-CIT_PREQ1054_01-0324
  1.7947 +
  1.7948 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0324
  1.7949 +
  1.7950 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7951 +
  1.7952 +//! @SYMREQ                   CIT_PREQ1054
  1.7953 +
  1.7954 +//! @SYMTestPriority          medium
  1.7955 +
  1.7956 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7957 +
  1.7958 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7959 +
  1.7960 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7961 +
  1.7962 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0324
  1.7963 +
  1.7964 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0324
  1.7965 +
  1.7966 +
  1.7967 +
  1.7968 +
  1.7969 +
  1.7970 +START_TESTCASE                SEC-CIT_PREQ1054_01-0325
  1.7971 +
  1.7972 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0325
  1.7973 +
  1.7974 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7975 +
  1.7976 +//! @SYMREQ                   CIT_PREQ1054
  1.7977 +
  1.7978 +//! @SYMTestPriority          medium
  1.7979 +
  1.7980 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.7981 +
  1.7982 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.7983 +
  1.7984 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.7985 +
  1.7986 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0325
  1.7987 +
  1.7988 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0325
  1.7989 +
  1.7990 +
  1.7991 +
  1.7992 +
  1.7993 +
  1.7994 +START_TESTCASE                SEC-CIT_PREQ1054_01-0326
  1.7995 +
  1.7996 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0326
  1.7997 +
  1.7998 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.7999 +
  1.8000 +//! @SYMREQ                   CIT_PREQ1054
  1.8001 +
  1.8002 +//! @SYMTestPriority          medium
  1.8003 +
  1.8004 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8005 +
  1.8006 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8007 +
  1.8008 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8009 +
  1.8010 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0326
  1.8011 +
  1.8012 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0326
  1.8013 +
  1.8014 +
  1.8015 +
  1.8016 +
  1.8017 +
  1.8018 +START_TESTCASE                SEC-CIT_PREQ1054_01-0327
  1.8019 +
  1.8020 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0327
  1.8021 +
  1.8022 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8023 +
  1.8024 +//! @SYMREQ                   CIT_PREQ1054
  1.8025 +
  1.8026 +//! @SYMTestPriority          medium
  1.8027 +
  1.8028 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8029 +
  1.8030 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8031 +
  1.8032 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8033 +
  1.8034 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0327
  1.8035 +
  1.8036 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0327
  1.8037 +
  1.8038 +
  1.8039 +
  1.8040 +
  1.8041 +
  1.8042 +START_TESTCASE                SEC-CIT_PREQ1054_01-0328
  1.8043 +
  1.8044 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0328
  1.8045 +
  1.8046 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8047 +
  1.8048 +//! @SYMREQ                   CIT_PREQ1054
  1.8049 +
  1.8050 +//! @SYMTestPriority          medium
  1.8051 +
  1.8052 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8053 +
  1.8054 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8055 +
  1.8056 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8057 +
  1.8058 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0328
  1.8059 +
  1.8060 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0328
  1.8061 +
  1.8062 +
  1.8063 +
  1.8064 +
  1.8065 +
  1.8066 +START_TESTCASE                SEC-CIT_PREQ1054_01-0329
  1.8067 +
  1.8068 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0329
  1.8069 +
  1.8070 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8071 +
  1.8072 +//! @SYMREQ                   CIT_PREQ1054
  1.8073 +
  1.8074 +//! @SYMTestPriority          medium
  1.8075 +
  1.8076 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8077 +
  1.8078 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8079 +
  1.8080 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8081 +
  1.8082 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0329
  1.8083 +
  1.8084 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0329
  1.8085 +
  1.8086 +
  1.8087 +
  1.8088 +
  1.8089 +
  1.8090 +START_TESTCASE                SEC-CIT_PREQ1054_01-0330
  1.8091 +
  1.8092 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0330
  1.8093 +
  1.8094 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8095 +
  1.8096 +//! @SYMREQ                   CIT_PREQ1054
  1.8097 +
  1.8098 +//! @SYMTestPriority          medium
  1.8099 +
  1.8100 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8101 +
  1.8102 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8103 +
  1.8104 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8105 +
  1.8106 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0330
  1.8107 +
  1.8108 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0330
  1.8109 +
  1.8110 +
  1.8111 +
  1.8112 +
  1.8113 +
  1.8114 +START_TESTCASE                SEC-CIT_PREQ1054_01-0331
  1.8115 +
  1.8116 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0331
  1.8117 +
  1.8118 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8119 +
  1.8120 +//! @SYMREQ                   CIT_PREQ1054
  1.8121 +
  1.8122 +//! @SYMTestPriority          medium
  1.8123 +
  1.8124 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8125 +
  1.8126 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8127 +
  1.8128 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8129 +
  1.8130 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0331
  1.8131 +
  1.8132 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0331
  1.8133 +
  1.8134 +
  1.8135 +
  1.8136 +
  1.8137 +
  1.8138 +START_TESTCASE                SEC-CIT_PREQ1054_01-0332
  1.8139 +
  1.8140 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0332
  1.8141 +
  1.8142 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8143 +
  1.8144 +//! @SYMREQ                   CIT_PREQ1054
  1.8145 +
  1.8146 +//! @SYMTestPriority          medium
  1.8147 +
  1.8148 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8149 +
  1.8150 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8151 +
  1.8152 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8153 +
  1.8154 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0332
  1.8155 +
  1.8156 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0332
  1.8157 +
  1.8158 +
  1.8159 +
  1.8160 +
  1.8161 +
  1.8162 +START_TESTCASE                SEC-CIT_PREQ1054_01-0333
  1.8163 +
  1.8164 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0333
  1.8165 +
  1.8166 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8167 +
  1.8168 +//! @SYMREQ                   CIT_PREQ1054
  1.8169 +
  1.8170 +//! @SYMTestPriority          medium
  1.8171 +
  1.8172 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8173 +
  1.8174 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8175 +
  1.8176 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8177 +
  1.8178 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0333
  1.8179 +
  1.8180 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0333
  1.8181 +
  1.8182 +
  1.8183 +
  1.8184 +
  1.8185 +
  1.8186 +START_TESTCASE                SEC-CIT_PREQ1054_01-0334
  1.8187 +
  1.8188 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0334
  1.8189 +
  1.8190 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8191 +
  1.8192 +//! @SYMREQ                   CIT_PREQ1054
  1.8193 +
  1.8194 +//! @SYMTestPriority          medium
  1.8195 +
  1.8196 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8197 +
  1.8198 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8199 +
  1.8200 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8201 +
  1.8202 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0334
  1.8203 +
  1.8204 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0334
  1.8205 +
  1.8206 +
  1.8207 +
  1.8208 +
  1.8209 +
  1.8210 +START_TESTCASE                SEC-CIT_PREQ1054_01-0335
  1.8211 +
  1.8212 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0335
  1.8213 +
  1.8214 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8215 +
  1.8216 +//! @SYMREQ                   CIT_PREQ1054
  1.8217 +
  1.8218 +//! @SYMTestPriority          medium
  1.8219 +
  1.8220 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8221 +
  1.8222 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8223 +
  1.8224 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8225 +
  1.8226 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0335
  1.8227 +
  1.8228 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0335
  1.8229 +
  1.8230 +
  1.8231 +
  1.8232 +
  1.8233 +
  1.8234 +START_TESTCASE                SEC-CIT_PREQ1054_01-0336
  1.8235 +
  1.8236 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0336
  1.8237 +
  1.8238 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8239 +
  1.8240 +//! @SYMREQ                   CIT_PREQ1054
  1.8241 +
  1.8242 +//! @SYMTestPriority          medium
  1.8243 +
  1.8244 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8245 +
  1.8246 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8247 +
  1.8248 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8249 +
  1.8250 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0336
  1.8251 +
  1.8252 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0336
  1.8253 +
  1.8254 +
  1.8255 +
  1.8256 +
  1.8257 +
  1.8258 +START_TESTCASE                SEC-CIT_PREQ1054_01-0337
  1.8259 +
  1.8260 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0337
  1.8261 +
  1.8262 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8263 +
  1.8264 +//! @SYMREQ                   CIT_PREQ1054
  1.8265 +
  1.8266 +//! @SYMTestPriority          medium
  1.8267 +
  1.8268 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8269 +
  1.8270 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8271 +
  1.8272 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8273 +
  1.8274 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0337
  1.8275 +
  1.8276 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0337
  1.8277 +
  1.8278 +
  1.8279 +
  1.8280 +
  1.8281 +
  1.8282 +START_TESTCASE                SEC-CIT_PREQ1054_01-0338
  1.8283 +
  1.8284 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0338
  1.8285 +
  1.8286 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8287 +
  1.8288 +//! @SYMREQ                   CIT_PREQ1054
  1.8289 +
  1.8290 +//! @SYMTestPriority          medium
  1.8291 +
  1.8292 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8293 +
  1.8294 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8295 +
  1.8296 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8297 +
  1.8298 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0338
  1.8299 +
  1.8300 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0338
  1.8301 +
  1.8302 +
  1.8303 +
  1.8304 +
  1.8305 +
  1.8306 +START_TESTCASE                SEC-CIT_PREQ1054_01-0339
  1.8307 +
  1.8308 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0339
  1.8309 +
  1.8310 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8311 +
  1.8312 +//! @SYMREQ                   CIT_PREQ1054
  1.8313 +
  1.8314 +//! @SYMTestPriority          medium
  1.8315 +
  1.8316 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8317 +
  1.8318 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8319 +
  1.8320 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8321 +
  1.8322 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0339
  1.8323 +
  1.8324 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0339
  1.8325 +
  1.8326 +
  1.8327 +
  1.8328 +
  1.8329 +
  1.8330 +START_TESTCASE                SEC-CIT_PREQ1054_01-0340
  1.8331 +
  1.8332 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0340
  1.8333 +
  1.8334 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8335 +
  1.8336 +//! @SYMREQ                   CIT_PREQ1054
  1.8337 +
  1.8338 +//! @SYMTestPriority          medium
  1.8339 +
  1.8340 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8341 +
  1.8342 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8343 +
  1.8344 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8345 +
  1.8346 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0340
  1.8347 +
  1.8348 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0340
  1.8349 +
  1.8350 +
  1.8351 +
  1.8352 +
  1.8353 +
  1.8354 +START_TESTCASE                SEC-CIT_PREQ1054_01-0341
  1.8355 +
  1.8356 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0341
  1.8357 +
  1.8358 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8359 +
  1.8360 +//! @SYMREQ                   CIT_PREQ1054
  1.8361 +
  1.8362 +//! @SYMTestPriority          medium
  1.8363 +
  1.8364 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8365 +
  1.8366 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8367 +
  1.8368 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8369 +
  1.8370 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0341
  1.8371 +
  1.8372 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0341
  1.8373 +
  1.8374 +
  1.8375 +
  1.8376 +
  1.8377 +
  1.8378 +START_TESTCASE                SEC-CIT_PREQ1054_01-0342
  1.8379 +
  1.8380 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0342
  1.8381 +
  1.8382 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8383 +
  1.8384 +//! @SYMREQ                   CIT_PREQ1054
  1.8385 +
  1.8386 +//! @SYMTestPriority          medium
  1.8387 +
  1.8388 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8389 +
  1.8390 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8391 +
  1.8392 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8393 +
  1.8394 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0342
  1.8395 +
  1.8396 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0342
  1.8397 +
  1.8398 +
  1.8399 +
  1.8400 +
  1.8401 +
  1.8402 +START_TESTCASE                SEC-CIT_PREQ1054_01-0343
  1.8403 +
  1.8404 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0343
  1.8405 +
  1.8406 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8407 +
  1.8408 +//! @SYMREQ                   CIT_PREQ1054
  1.8409 +
  1.8410 +//! @SYMTestPriority          medium
  1.8411 +
  1.8412 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8413 +
  1.8414 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8415 +
  1.8416 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8417 +
  1.8418 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0343
  1.8419 +
  1.8420 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0343
  1.8421 +
  1.8422 +
  1.8423 +
  1.8424 +
  1.8425 +
  1.8426 +START_TESTCASE                SEC-CIT_PREQ1054_01-0344
  1.8427 +
  1.8428 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0344
  1.8429 +
  1.8430 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8431 +
  1.8432 +//! @SYMREQ                   CIT_PREQ1054
  1.8433 +
  1.8434 +//! @SYMTestPriority          medium
  1.8435 +
  1.8436 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8437 +
  1.8438 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8439 +
  1.8440 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8441 +
  1.8442 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0344
  1.8443 +
  1.8444 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0344
  1.8445 +
  1.8446 +
  1.8447 +
  1.8448 +
  1.8449 +
  1.8450 +START_TESTCASE                SEC-CIT_PREQ1054_01-0345
  1.8451 +
  1.8452 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0345
  1.8453 +
  1.8454 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8455 +
  1.8456 +//! @SYMREQ                   CIT_PREQ1054
  1.8457 +
  1.8458 +//! @SYMTestPriority          medium
  1.8459 +
  1.8460 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8461 +
  1.8462 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8463 +
  1.8464 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8465 +
  1.8466 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0345
  1.8467 +
  1.8468 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0345
  1.8469 +
  1.8470 +
  1.8471 +
  1.8472 +
  1.8473 +
  1.8474 +START_TESTCASE                SEC-CIT_PREQ1054_01-0346
  1.8475 +
  1.8476 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0346
  1.8477 +
  1.8478 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8479 +
  1.8480 +//! @SYMREQ                   CIT_PREQ1054
  1.8481 +
  1.8482 +//! @SYMTestPriority          medium
  1.8483 +
  1.8484 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8485 +
  1.8486 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8487 +
  1.8488 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8489 +
  1.8490 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0346
  1.8491 +
  1.8492 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0346
  1.8493 +
  1.8494 +
  1.8495 +
  1.8496 +
  1.8497 +
  1.8498 +START_TESTCASE                SEC-CIT_PREQ1054_01-0347
  1.8499 +
  1.8500 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0347
  1.8501 +
  1.8502 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8503 +
  1.8504 +//! @SYMREQ                   CIT_PREQ1054
  1.8505 +
  1.8506 +//! @SYMTestPriority          medium
  1.8507 +
  1.8508 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8509 +
  1.8510 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8511 +
  1.8512 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8513 +
  1.8514 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0347
  1.8515 +
  1.8516 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0347
  1.8517 +
  1.8518 +
  1.8519 +
  1.8520 +
  1.8521 +
  1.8522 +START_TESTCASE                SEC-CIT_PREQ1054_01-0348
  1.8523 +
  1.8524 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0348
  1.8525 +
  1.8526 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8527 +
  1.8528 +//! @SYMREQ                   CIT_PREQ1054
  1.8529 +
  1.8530 +//! @SYMTestPriority          medium
  1.8531 +
  1.8532 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8533 +
  1.8534 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8535 +
  1.8536 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8537 +
  1.8538 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0348
  1.8539 +
  1.8540 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0348
  1.8541 +
  1.8542 +
  1.8543 +
  1.8544 +
  1.8545 +
  1.8546 +START_TESTCASE                SEC-CIT_PREQ1054_01-0349
  1.8547 +
  1.8548 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0349
  1.8549 +
  1.8550 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8551 +
  1.8552 +//! @SYMREQ                   CIT_PREQ1054
  1.8553 +
  1.8554 +//! @SYMTestPriority          medium
  1.8555 +
  1.8556 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8557 +
  1.8558 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8559 +
  1.8560 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8561 +
  1.8562 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0349
  1.8563 +
  1.8564 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0349
  1.8565 +
  1.8566 +
  1.8567 +
  1.8568 +
  1.8569 +
  1.8570 +START_TESTCASE                SEC-CIT_PREQ1054_01-0350
  1.8571 +
  1.8572 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0350
  1.8573 +
  1.8574 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8575 +
  1.8576 +//! @SYMREQ                   CIT_PREQ1054
  1.8577 +
  1.8578 +//! @SYMTestPriority          medium
  1.8579 +
  1.8580 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8581 +
  1.8582 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8583 +
  1.8584 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 4
  1.8585 +
  1.8586 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0350
  1.8587 +
  1.8588 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0350
  1.8589 +
  1.8590 +
  1.8591 +
  1.8592 +
  1.8593 +
  1.8594 +START_TESTCASE                SEC-CIT_PREQ1054_01-0351
  1.8595 +
  1.8596 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0351
  1.8597 +
  1.8598 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8599 +
  1.8600 +//! @SYMREQ                   CIT_PREQ1054
  1.8601 +
  1.8602 +//! @SYMTestPriority          medium
  1.8603 +
  1.8604 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8605 +
  1.8606 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8607 +
  1.8608 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8609 +
  1.8610 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0351
  1.8611 +
  1.8612 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0351
  1.8613 +
  1.8614 +
  1.8615 +
  1.8616 +
  1.8617 +
  1.8618 +START_TESTCASE                SEC-CIT_PREQ1054_01-0352
  1.8619 +
  1.8620 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0352
  1.8621 +
  1.8622 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8623 +
  1.8624 +//! @SYMREQ                   CIT_PREQ1054
  1.8625 +
  1.8626 +//! @SYMTestPriority          medium
  1.8627 +
  1.8628 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8629 +
  1.8630 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8631 +
  1.8632 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8633 +
  1.8634 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0352
  1.8635 +
  1.8636 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0352
  1.8637 +
  1.8638 +
  1.8639 +
  1.8640 +
  1.8641 +
  1.8642 +START_TESTCASE                SEC-CIT_PREQ1054_01-0353
  1.8643 +
  1.8644 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0353
  1.8645 +
  1.8646 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8647 +
  1.8648 +//! @SYMREQ                   CIT_PREQ1054
  1.8649 +
  1.8650 +//! @SYMTestPriority          medium
  1.8651 +
  1.8652 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8653 +
  1.8654 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8655 +
  1.8656 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8657 +
  1.8658 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0353
  1.8659 +
  1.8660 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0353
  1.8661 +
  1.8662 +
  1.8663 +
  1.8664 +
  1.8665 +
  1.8666 +START_TESTCASE                SEC-CIT_PREQ1054_01-0354
  1.8667 +
  1.8668 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0354
  1.8669 +
  1.8670 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8671 +
  1.8672 +//! @SYMREQ                   CIT_PREQ1054
  1.8673 +
  1.8674 +//! @SYMTestPriority          medium
  1.8675 +
  1.8676 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8677 +
  1.8678 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8679 +
  1.8680 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8681 +
  1.8682 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0354
  1.8683 +
  1.8684 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0354
  1.8685 +
  1.8686 +
  1.8687 +
  1.8688 +
  1.8689 +
  1.8690 +START_TESTCASE                SEC-CIT_PREQ1054_01-0355
  1.8691 +
  1.8692 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0355
  1.8693 +
  1.8694 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8695 +
  1.8696 +//! @SYMREQ                   CIT_PREQ1054
  1.8697 +
  1.8698 +//! @SYMTestPriority          medium
  1.8699 +
  1.8700 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8701 +
  1.8702 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8703 +
  1.8704 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 20
  1.8705 +
  1.8706 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0355
  1.8707 +
  1.8708 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0355
  1.8709 +
  1.8710 +
  1.8711 +
  1.8712 +
  1.8713 +
  1.8714 +START_TESTCASE                SEC-CIT_PREQ1054_01-0356
  1.8715 +
  1.8716 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0356
  1.8717 +
  1.8718 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8719 +
  1.8720 +//! @SYMREQ                   CIT_PREQ1054
  1.8721 +
  1.8722 +//! @SYMTestPriority          medium
  1.8723 +
  1.8724 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8725 +
  1.8726 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8727 +
  1.8728 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8729 +
  1.8730 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0356
  1.8731 +
  1.8732 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0356
  1.8733 +
  1.8734 +
  1.8735 +
  1.8736 +
  1.8737 +
  1.8738 +START_TESTCASE                SEC-CIT_PREQ1054_01-0357
  1.8739 +
  1.8740 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0357
  1.8741 +
  1.8742 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8743 +
  1.8744 +//! @SYMREQ                   CIT_PREQ1054
  1.8745 +
  1.8746 +//! @SYMTestPriority          medium
  1.8747 +
  1.8748 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8749 +
  1.8750 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8751 +
  1.8752 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8753 +
  1.8754 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0357
  1.8755 +
  1.8756 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0357
  1.8757 +
  1.8758 +
  1.8759 +
  1.8760 +
  1.8761 +
  1.8762 +START_TESTCASE                SEC-CIT_PREQ1054_01-0358
  1.8763 +
  1.8764 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0358
  1.8765 +
  1.8766 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8767 +
  1.8768 +//! @SYMREQ                   CIT_PREQ1054
  1.8769 +
  1.8770 +//! @SYMTestPriority          medium
  1.8771 +
  1.8772 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8773 +
  1.8774 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8775 +
  1.8776 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8777 +
  1.8778 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0358
  1.8779 +
  1.8780 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0358
  1.8781 +
  1.8782 +
  1.8783 +
  1.8784 +
  1.8785 +
  1.8786 +START_TESTCASE                SEC-CIT_PREQ1054_01-0359
  1.8787 +
  1.8788 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0359
  1.8789 +
  1.8790 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8791 +
  1.8792 +//! @SYMREQ                   CIT_PREQ1054
  1.8793 +
  1.8794 +//! @SYMTestPriority          medium
  1.8795 +
  1.8796 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8797 +
  1.8798 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8799 +
  1.8800 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8801 +
  1.8802 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0359
  1.8803 +
  1.8804 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0359
  1.8805 +
  1.8806 +
  1.8807 +
  1.8808 +
  1.8809 +
  1.8810 +START_TESTCASE                SEC-CIT_PREQ1054_01-0360
  1.8811 +
  1.8812 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0360
  1.8813 +
  1.8814 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8815 +
  1.8816 +//! @SYMREQ                   CIT_PREQ1054
  1.8817 +
  1.8818 +//! @SYMTestPriority          medium
  1.8819 +
  1.8820 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8821 +
  1.8822 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8823 +
  1.8824 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 168, salt len = 25
  1.8825 +
  1.8826 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0360
  1.8827 +
  1.8828 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0360
  1.8829 +
  1.8830 +
  1.8831 +
  1.8832 +
  1.8833 +
  1.8834 +START_TESTCASE                SEC-CIT_PREQ1054_01-0361
  1.8835 +
  1.8836 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0361
  1.8837 +
  1.8838 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8839 +
  1.8840 +//! @SYMREQ                   CIT_PREQ1054
  1.8841 +
  1.8842 +//! @SYMTestPriority          medium
  1.8843 +
  1.8844 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8845 +
  1.8846 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8847 +
  1.8848 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.8849 +
  1.8850 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0361
  1.8851 +
  1.8852 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0361
  1.8853 +
  1.8854 +
  1.8855 +
  1.8856 +
  1.8857 +
  1.8858 +START_TESTCASE                SEC-CIT_PREQ1054_01-0362
  1.8859 +
  1.8860 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0362
  1.8861 +
  1.8862 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8863 +
  1.8864 +//! @SYMREQ                   CIT_PREQ1054
  1.8865 +
  1.8866 +//! @SYMTestPriority          medium
  1.8867 +
  1.8868 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8869 +
  1.8870 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8871 +
  1.8872 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.8873 +
  1.8874 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0362
  1.8875 +
  1.8876 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0362
  1.8877 +
  1.8878 +
  1.8879 +
  1.8880 +
  1.8881 +
  1.8882 +START_TESTCASE                SEC-CIT_PREQ1054_01-0363
  1.8883 +
  1.8884 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0363
  1.8885 +
  1.8886 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8887 +
  1.8888 +//! @SYMREQ                   CIT_PREQ1054
  1.8889 +
  1.8890 +//! @SYMTestPriority          medium
  1.8891 +
  1.8892 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8893 +
  1.8894 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8895 +
  1.8896 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.8897 +
  1.8898 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0363
  1.8899 +
  1.8900 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0363
  1.8901 +
  1.8902 +
  1.8903 +
  1.8904 +
  1.8905 +
  1.8906 +START_TESTCASE                SEC-CIT_PREQ1054_01-0364
  1.8907 +
  1.8908 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0364
  1.8909 +
  1.8910 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8911 +
  1.8912 +//! @SYMREQ                   CIT_PREQ1054
  1.8913 +
  1.8914 +//! @SYMTestPriority          medium
  1.8915 +
  1.8916 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8917 +
  1.8918 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8919 +
  1.8920 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.8921 +
  1.8922 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0364
  1.8923 +
  1.8924 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0364
  1.8925 +
  1.8926 +
  1.8927 +
  1.8928 +
  1.8929 +
  1.8930 +START_TESTCASE                SEC-CIT_PREQ1054_01-0365
  1.8931 +
  1.8932 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0365
  1.8933 +
  1.8934 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8935 +
  1.8936 +//! @SYMREQ                   CIT_PREQ1054
  1.8937 +
  1.8938 +//! @SYMTestPriority          medium
  1.8939 +
  1.8940 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8941 +
  1.8942 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8943 +
  1.8944 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.8945 +
  1.8946 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0365
  1.8947 +
  1.8948 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0365
  1.8949 +
  1.8950 +
  1.8951 +
  1.8952 +
  1.8953 +
  1.8954 +START_TESTCASE                SEC-CIT_PREQ1054_01-0366
  1.8955 +
  1.8956 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0366
  1.8957 +
  1.8958 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8959 +
  1.8960 +//! @SYMREQ                   CIT_PREQ1054
  1.8961 +
  1.8962 +//! @SYMTestPriority          medium
  1.8963 +
  1.8964 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8965 +
  1.8966 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8967 +
  1.8968 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.8969 +
  1.8970 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0366
  1.8971 +
  1.8972 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0366
  1.8973 +
  1.8974 +
  1.8975 +
  1.8976 +
  1.8977 +
  1.8978 +START_TESTCASE                SEC-CIT_PREQ1054_01-0367
  1.8979 +
  1.8980 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0367
  1.8981 +
  1.8982 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.8983 +
  1.8984 +//! @SYMREQ                   CIT_PREQ1054
  1.8985 +
  1.8986 +//! @SYMTestPriority          medium
  1.8987 +
  1.8988 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.8989 +
  1.8990 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.8991 +
  1.8992 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.8993 +
  1.8994 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0367
  1.8995 +
  1.8996 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0367
  1.8997 +
  1.8998 +
  1.8999 +
  1.9000 +
  1.9001 +
  1.9002 +START_TESTCASE                SEC-CIT_PREQ1054_01-0368
  1.9003 +
  1.9004 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0368
  1.9005 +
  1.9006 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9007 +
  1.9008 +//! @SYMREQ                   CIT_PREQ1054
  1.9009 +
  1.9010 +//! @SYMTestPriority          medium
  1.9011 +
  1.9012 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9013 +
  1.9014 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9015 +
  1.9016 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9017 +
  1.9018 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0368
  1.9019 +
  1.9020 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0368
  1.9021 +
  1.9022 +
  1.9023 +
  1.9024 +
  1.9025 +
  1.9026 +START_TESTCASE                SEC-CIT_PREQ1054_01-0369
  1.9027 +
  1.9028 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0369
  1.9029 +
  1.9030 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9031 +
  1.9032 +//! @SYMREQ                   CIT_PREQ1054
  1.9033 +
  1.9034 +//! @SYMTestPriority          medium
  1.9035 +
  1.9036 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9037 +
  1.9038 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9039 +
  1.9040 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9041 +
  1.9042 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0369
  1.9043 +
  1.9044 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0369
  1.9045 +
  1.9046 +
  1.9047 +
  1.9048 +
  1.9049 +
  1.9050 +START_TESTCASE                SEC-CIT_PREQ1054_01-0370
  1.9051 +
  1.9052 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0370
  1.9053 +
  1.9054 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9055 +
  1.9056 +//! @SYMREQ                   CIT_PREQ1054
  1.9057 +
  1.9058 +//! @SYMTestPriority          medium
  1.9059 +
  1.9060 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9061 +
  1.9062 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9063 +
  1.9064 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9065 +
  1.9066 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0370
  1.9067 +
  1.9068 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0370
  1.9069 +
  1.9070 +
  1.9071 +
  1.9072 +
  1.9073 +
  1.9074 +START_TESTCASE                SEC-CIT_PREQ1054_01-0371
  1.9075 +
  1.9076 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0371
  1.9077 +
  1.9078 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9079 +
  1.9080 +//! @SYMREQ                   CIT_PREQ1054
  1.9081 +
  1.9082 +//! @SYMTestPriority          medium
  1.9083 +
  1.9084 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9085 +
  1.9086 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9087 +
  1.9088 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9089 +
  1.9090 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0371
  1.9091 +
  1.9092 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0371
  1.9093 +
  1.9094 +
  1.9095 +
  1.9096 +
  1.9097 +
  1.9098 +START_TESTCASE                SEC-CIT_PREQ1054_01-0372
  1.9099 +
  1.9100 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0372
  1.9101 +
  1.9102 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9103 +
  1.9104 +//! @SYMREQ                   CIT_PREQ1054
  1.9105 +
  1.9106 +//! @SYMTestPriority          medium
  1.9107 +
  1.9108 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9109 +
  1.9110 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9111 +
  1.9112 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9113 +
  1.9114 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0372
  1.9115 +
  1.9116 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0372
  1.9117 +
  1.9118 +
  1.9119 +
  1.9120 +
  1.9121 +
  1.9122 +START_TESTCASE                SEC-CIT_PREQ1054_01-0373
  1.9123 +
  1.9124 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0373
  1.9125 +
  1.9126 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9127 +
  1.9128 +//! @SYMREQ                   CIT_PREQ1054
  1.9129 +
  1.9130 +//! @SYMTestPriority          medium
  1.9131 +
  1.9132 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9133 +
  1.9134 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9135 +
  1.9136 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9137 +
  1.9138 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0373
  1.9139 +
  1.9140 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0373
  1.9141 +
  1.9142 +
  1.9143 +
  1.9144 +
  1.9145 +
  1.9146 +START_TESTCASE                SEC-CIT_PREQ1054_01-0374
  1.9147 +
  1.9148 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0374
  1.9149 +
  1.9150 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9151 +
  1.9152 +//! @SYMREQ                   CIT_PREQ1054
  1.9153 +
  1.9154 +//! @SYMTestPriority          medium
  1.9155 +
  1.9156 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9157 +
  1.9158 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9159 +
  1.9160 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9161 +
  1.9162 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0374
  1.9163 +
  1.9164 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0374
  1.9165 +
  1.9166 +
  1.9167 +
  1.9168 +
  1.9169 +
  1.9170 +START_TESTCASE                SEC-CIT_PREQ1054_01-0375
  1.9171 +
  1.9172 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0375
  1.9173 +
  1.9174 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9175 +
  1.9176 +//! @SYMREQ                   CIT_PREQ1054
  1.9177 +
  1.9178 +//! @SYMTestPriority          medium
  1.9179 +
  1.9180 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9181 +
  1.9182 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9183 +
  1.9184 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9185 +
  1.9186 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0375
  1.9187 +
  1.9188 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0375
  1.9189 +
  1.9190 +
  1.9191 +
  1.9192 +
  1.9193 +
  1.9194 +START_TESTCASE                SEC-CIT_PREQ1054_01-0376
  1.9195 +
  1.9196 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0376
  1.9197 +
  1.9198 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9199 +
  1.9200 +//! @SYMREQ                   CIT_PREQ1054
  1.9201 +
  1.9202 +//! @SYMTestPriority          medium
  1.9203 +
  1.9204 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9205 +
  1.9206 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9207 +
  1.9208 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9209 +
  1.9210 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0376
  1.9211 +
  1.9212 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0376
  1.9213 +
  1.9214 +
  1.9215 +
  1.9216 +
  1.9217 +
  1.9218 +START_TESTCASE                SEC-CIT_PREQ1054_01-0377
  1.9219 +
  1.9220 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0377
  1.9221 +
  1.9222 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9223 +
  1.9224 +//! @SYMREQ                   CIT_PREQ1054
  1.9225 +
  1.9226 +//! @SYMTestPriority          medium
  1.9227 +
  1.9228 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9229 +
  1.9230 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9231 +
  1.9232 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9233 +
  1.9234 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0377
  1.9235 +
  1.9236 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0377
  1.9237 +
  1.9238 +
  1.9239 +
  1.9240 +
  1.9241 +
  1.9242 +START_TESTCASE                SEC-CIT_PREQ1054_01-0378
  1.9243 +
  1.9244 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0378
  1.9245 +
  1.9246 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9247 +
  1.9248 +//! @SYMREQ                   CIT_PREQ1054
  1.9249 +
  1.9250 +//! @SYMTestPriority          medium
  1.9251 +
  1.9252 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9253 +
  1.9254 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9255 +
  1.9256 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9257 +
  1.9258 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0378
  1.9259 +
  1.9260 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0378
  1.9261 +
  1.9262 +
  1.9263 +
  1.9264 +
  1.9265 +
  1.9266 +START_TESTCASE                SEC-CIT_PREQ1054_01-0379
  1.9267 +
  1.9268 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0379
  1.9269 +
  1.9270 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9271 +
  1.9272 +//! @SYMREQ                   CIT_PREQ1054
  1.9273 +
  1.9274 +//! @SYMTestPriority          medium
  1.9275 +
  1.9276 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9277 +
  1.9278 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9279 +
  1.9280 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9281 +
  1.9282 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0379
  1.9283 +
  1.9284 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0379
  1.9285 +
  1.9286 +
  1.9287 +
  1.9288 +
  1.9289 +
  1.9290 +START_TESTCASE                SEC-CIT_PREQ1054_01-0380
  1.9291 +
  1.9292 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0380
  1.9293 +
  1.9294 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9295 +
  1.9296 +//! @SYMREQ                   CIT_PREQ1054
  1.9297 +
  1.9298 +//! @SYMTestPriority          medium
  1.9299 +
  1.9300 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9301 +
  1.9302 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9303 +
  1.9304 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9305 +
  1.9306 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0380
  1.9307 +
  1.9308 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0380
  1.9309 +
  1.9310 +
  1.9311 +
  1.9312 +
  1.9313 +
  1.9314 +START_TESTCASE                SEC-CIT_PREQ1054_01-0381
  1.9315 +
  1.9316 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0381
  1.9317 +
  1.9318 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9319 +
  1.9320 +//! @SYMREQ                   CIT_PREQ1054
  1.9321 +
  1.9322 +//! @SYMTestPriority          medium
  1.9323 +
  1.9324 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9325 +
  1.9326 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9327 +
  1.9328 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9329 +
  1.9330 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0381
  1.9331 +
  1.9332 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0381
  1.9333 +
  1.9334 +
  1.9335 +
  1.9336 +
  1.9337 +
  1.9338 +START_TESTCASE                SEC-CIT_PREQ1054_01-0382
  1.9339 +
  1.9340 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0382
  1.9341 +
  1.9342 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9343 +
  1.9344 +//! @SYMREQ                   CIT_PREQ1054
  1.9345 +
  1.9346 +//! @SYMTestPriority          medium
  1.9347 +
  1.9348 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9349 +
  1.9350 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9351 +
  1.9352 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9353 +
  1.9354 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0382
  1.9355 +
  1.9356 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0382
  1.9357 +
  1.9358 +
  1.9359 +
  1.9360 +
  1.9361 +
  1.9362 +START_TESTCASE                SEC-CIT_PREQ1054_01-0383
  1.9363 +
  1.9364 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0383
  1.9365 +
  1.9366 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9367 +
  1.9368 +//! @SYMREQ                   CIT_PREQ1054
  1.9369 +
  1.9370 +//! @SYMTestPriority          medium
  1.9371 +
  1.9372 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9373 +
  1.9374 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9375 +
  1.9376 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9377 +
  1.9378 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0383
  1.9379 +
  1.9380 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0383
  1.9381 +
  1.9382 +
  1.9383 +
  1.9384 +
  1.9385 +
  1.9386 +START_TESTCASE                SEC-CIT_PREQ1054_01-0384
  1.9387 +
  1.9388 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0384
  1.9389 +
  1.9390 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9391 +
  1.9392 +//! @SYMREQ                   CIT_PREQ1054
  1.9393 +
  1.9394 +//! @SYMTestPriority          medium
  1.9395 +
  1.9396 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9397 +
  1.9398 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9399 +
  1.9400 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9401 +
  1.9402 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0384
  1.9403 +
  1.9404 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0384
  1.9405 +
  1.9406 +
  1.9407 +
  1.9408 +
  1.9409 +
  1.9410 +START_TESTCASE                SEC-CIT_PREQ1054_01-0385
  1.9411 +
  1.9412 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0385
  1.9413 +
  1.9414 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9415 +
  1.9416 +//! @SYMREQ                   CIT_PREQ1054
  1.9417 +
  1.9418 +//! @SYMTestPriority          medium
  1.9419 +
  1.9420 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9421 +
  1.9422 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9423 +
  1.9424 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9425 +
  1.9426 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0385
  1.9427 +
  1.9428 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0385
  1.9429 +
  1.9430 +
  1.9431 +
  1.9432 +
  1.9433 +
  1.9434 +START_TESTCASE                SEC-CIT_PREQ1054_01-0386
  1.9435 +
  1.9436 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0386
  1.9437 +
  1.9438 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9439 +
  1.9440 +//! @SYMREQ                   CIT_PREQ1054
  1.9441 +
  1.9442 +//! @SYMTestPriority          medium
  1.9443 +
  1.9444 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9445 +
  1.9446 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9447 +
  1.9448 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9449 +
  1.9450 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0386
  1.9451 +
  1.9452 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0386
  1.9453 +
  1.9454 +
  1.9455 +
  1.9456 +
  1.9457 +
  1.9458 +START_TESTCASE                SEC-CIT_PREQ1054_01-0387
  1.9459 +
  1.9460 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0387
  1.9461 +
  1.9462 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9463 +
  1.9464 +//! @SYMREQ                   CIT_PREQ1054
  1.9465 +
  1.9466 +//! @SYMTestPriority          medium
  1.9467 +
  1.9468 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9469 +
  1.9470 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9471 +
  1.9472 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9473 +
  1.9474 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0387
  1.9475 +
  1.9476 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0387
  1.9477 +
  1.9478 +
  1.9479 +
  1.9480 +
  1.9481 +
  1.9482 +START_TESTCASE                SEC-CIT_PREQ1054_01-0388
  1.9483 +
  1.9484 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0388
  1.9485 +
  1.9486 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9487 +
  1.9488 +//! @SYMREQ                   CIT_PREQ1054
  1.9489 +
  1.9490 +//! @SYMTestPriority          medium
  1.9491 +
  1.9492 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9493 +
  1.9494 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9495 +
  1.9496 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9497 +
  1.9498 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0388
  1.9499 +
  1.9500 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0388
  1.9501 +
  1.9502 +
  1.9503 +
  1.9504 +
  1.9505 +
  1.9506 +START_TESTCASE                SEC-CIT_PREQ1054_01-0389
  1.9507 +
  1.9508 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0389
  1.9509 +
  1.9510 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9511 +
  1.9512 +//! @SYMREQ                   CIT_PREQ1054
  1.9513 +
  1.9514 +//! @SYMTestPriority          medium
  1.9515 +
  1.9516 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9517 +
  1.9518 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9519 +
  1.9520 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9521 +
  1.9522 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0389
  1.9523 +
  1.9524 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0389
  1.9525 +
  1.9526 +
  1.9527 +
  1.9528 +
  1.9529 +
  1.9530 +START_TESTCASE                SEC-CIT_PREQ1054_01-0390
  1.9531 +
  1.9532 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0390
  1.9533 +
  1.9534 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9535 +
  1.9536 +//! @SYMREQ                   CIT_PREQ1054
  1.9537 +
  1.9538 +//! @SYMTestPriority          medium
  1.9539 +
  1.9540 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9541 +
  1.9542 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9543 +
  1.9544 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9545 +
  1.9546 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0390
  1.9547 +
  1.9548 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0390
  1.9549 +
  1.9550 +
  1.9551 +
  1.9552 +
  1.9553 +
  1.9554 +START_TESTCASE                SEC-CIT_PREQ1054_01-0391
  1.9555 +
  1.9556 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0391
  1.9557 +
  1.9558 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9559 +
  1.9560 +//! @SYMREQ                   CIT_PREQ1054
  1.9561 +
  1.9562 +//! @SYMTestPriority          medium
  1.9563 +
  1.9564 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9565 +
  1.9566 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9567 +
  1.9568 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9569 +
  1.9570 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0391
  1.9571 +
  1.9572 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0391
  1.9573 +
  1.9574 +
  1.9575 +
  1.9576 +
  1.9577 +
  1.9578 +START_TESTCASE                SEC-CIT_PREQ1054_01-0392
  1.9579 +
  1.9580 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0392
  1.9581 +
  1.9582 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9583 +
  1.9584 +//! @SYMREQ                   CIT_PREQ1054
  1.9585 +
  1.9586 +//! @SYMTestPriority          medium
  1.9587 +
  1.9588 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9589 +
  1.9590 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9591 +
  1.9592 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9593 +
  1.9594 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0392
  1.9595 +
  1.9596 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0392
  1.9597 +
  1.9598 +
  1.9599 +
  1.9600 +
  1.9601 +
  1.9602 +START_TESTCASE                SEC-CIT_PREQ1054_01-0393
  1.9603 +
  1.9604 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0393
  1.9605 +
  1.9606 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9607 +
  1.9608 +//! @SYMREQ                   CIT_PREQ1054
  1.9609 +
  1.9610 +//! @SYMTestPriority          medium
  1.9611 +
  1.9612 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9613 +
  1.9614 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9615 +
  1.9616 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9617 +
  1.9618 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0393
  1.9619 +
  1.9620 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0393
  1.9621 +
  1.9622 +
  1.9623 +
  1.9624 +
  1.9625 +
  1.9626 +START_TESTCASE                SEC-CIT_PREQ1054_01-0394
  1.9627 +
  1.9628 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0394
  1.9629 +
  1.9630 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9631 +
  1.9632 +//! @SYMREQ                   CIT_PREQ1054
  1.9633 +
  1.9634 +//! @SYMTestPriority          medium
  1.9635 +
  1.9636 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9637 +
  1.9638 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9639 +
  1.9640 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9641 +
  1.9642 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0394
  1.9643 +
  1.9644 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0394
  1.9645 +
  1.9646 +
  1.9647 +
  1.9648 +
  1.9649 +
  1.9650 +START_TESTCASE                SEC-CIT_PREQ1054_01-0395
  1.9651 +
  1.9652 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0395
  1.9653 +
  1.9654 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9655 +
  1.9656 +//! @SYMREQ                   CIT_PREQ1054
  1.9657 +
  1.9658 +//! @SYMTestPriority          medium
  1.9659 +
  1.9660 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9661 +
  1.9662 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9663 +
  1.9664 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9665 +
  1.9666 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0395
  1.9667 +
  1.9668 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0395
  1.9669 +
  1.9670 +
  1.9671 +
  1.9672 +
  1.9673 +
  1.9674 +START_TESTCASE                SEC-CIT_PREQ1054_01-0396
  1.9675 +
  1.9676 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0396
  1.9677 +
  1.9678 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9679 +
  1.9680 +//! @SYMREQ                   CIT_PREQ1054
  1.9681 +
  1.9682 +//! @SYMTestPriority          medium
  1.9683 +
  1.9684 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9685 +
  1.9686 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9687 +
  1.9688 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9689 +
  1.9690 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0396
  1.9691 +
  1.9692 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0396
  1.9693 +
  1.9694 +
  1.9695 +
  1.9696 +
  1.9697 +
  1.9698 +START_TESTCASE                SEC-CIT_PREQ1054_01-0397
  1.9699 +
  1.9700 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0397
  1.9701 +
  1.9702 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9703 +
  1.9704 +//! @SYMREQ                   CIT_PREQ1054
  1.9705 +
  1.9706 +//! @SYMTestPriority          medium
  1.9707 +
  1.9708 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9709 +
  1.9710 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9711 +
  1.9712 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9713 +
  1.9714 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0397
  1.9715 +
  1.9716 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0397
  1.9717 +
  1.9718 +
  1.9719 +
  1.9720 +
  1.9721 +
  1.9722 +START_TESTCASE                SEC-CIT_PREQ1054_01-0398
  1.9723 +
  1.9724 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0398
  1.9725 +
  1.9726 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9727 +
  1.9728 +//! @SYMREQ                   CIT_PREQ1054
  1.9729 +
  1.9730 +//! @SYMTestPriority          medium
  1.9731 +
  1.9732 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9733 +
  1.9734 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9735 +
  1.9736 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9737 +
  1.9738 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0398
  1.9739 +
  1.9740 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0398
  1.9741 +
  1.9742 +
  1.9743 +
  1.9744 +
  1.9745 +
  1.9746 +START_TESTCASE                SEC-CIT_PREQ1054_01-0399
  1.9747 +
  1.9748 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0399
  1.9749 +
  1.9750 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9751 +
  1.9752 +//! @SYMREQ                   CIT_PREQ1054
  1.9753 +
  1.9754 +//! @SYMTestPriority          medium
  1.9755 +
  1.9756 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9757 +
  1.9758 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9759 +
  1.9760 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9761 +
  1.9762 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0399
  1.9763 +
  1.9764 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0399
  1.9765 +
  1.9766 +
  1.9767 +
  1.9768 +
  1.9769 +
  1.9770 +START_TESTCASE                SEC-CIT_PREQ1054_01-0400
  1.9771 +
  1.9772 +//! @SYMTestCaseID            CIT_PREQ1054_01
  1.9773 +
  1.9774 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9775 +
  1.9776 +//! @SYMREQ                   CIT_PREQ1054
  1.9777 +
  1.9778 +//! @SYMTestPriority          medium
  1.9779 +
  1.9780 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9781 +
  1.9782 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9783 +
  1.9784 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
  1.9785 +
  1.9786 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0400
  1.9787 +
  1.9788 +END_TESTCASE                  CIT_PREQ1054_01
  1.9789 +
  1.9790 +
  1.9791 +
  1.9792 +
  1.9793 +
  1.9794 +START_TESTCASE                SEC-CIT_PREQ1054_01-0401
  1.9795 +
  1.9796 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0401
  1.9797 +
  1.9798 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9799 +
  1.9800 +//! @SYMREQ                   CIT_PREQ1054
  1.9801 +
  1.9802 +//! @SYMTestPriority          medium
  1.9803 +
  1.9804 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9805 +
  1.9806 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9807 +
  1.9808 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9809 +
  1.9810 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0401
  1.9811 +
  1.9812 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0401
  1.9813 +
  1.9814 +
  1.9815 +
  1.9816 +
  1.9817 +
  1.9818 +START_TESTCASE                SEC-CIT_PREQ1054_01-0402
  1.9819 +
  1.9820 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0402
  1.9821 +
  1.9822 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9823 +
  1.9824 +//! @SYMREQ                   CIT_PREQ1054
  1.9825 +
  1.9826 +//! @SYMTestPriority          medium
  1.9827 +
  1.9828 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9829 +
  1.9830 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9831 +
  1.9832 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9833 +
  1.9834 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0402
  1.9835 +
  1.9836 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0402
  1.9837 +
  1.9838 +
  1.9839 +
  1.9840 +
  1.9841 +
  1.9842 +START_TESTCASE                SEC-CIT_PREQ1054_01-0403
  1.9843 +
  1.9844 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0403
  1.9845 +
  1.9846 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9847 +
  1.9848 +//! @SYMREQ                   CIT_PREQ1054
  1.9849 +
  1.9850 +//! @SYMTestPriority          medium
  1.9851 +
  1.9852 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9853 +
  1.9854 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9855 +
  1.9856 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9857 +
  1.9858 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0403
  1.9859 +
  1.9860 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0403
  1.9861 +
  1.9862 +
  1.9863 +
  1.9864 +
  1.9865 +
  1.9866 +START_TESTCASE                SEC-CIT_PREQ1054_01-0404
  1.9867 +
  1.9868 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0404
  1.9869 +
  1.9870 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9871 +
  1.9872 +//! @SYMREQ                   CIT_PREQ1054
  1.9873 +
  1.9874 +//! @SYMTestPriority          medium
  1.9875 +
  1.9876 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9877 +
  1.9878 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9879 +
  1.9880 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9881 +
  1.9882 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0404
  1.9883 +
  1.9884 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0404
  1.9885 +
  1.9886 +
  1.9887 +
  1.9888 +
  1.9889 +
  1.9890 +START_TESTCASE                SEC-CIT_PREQ1054_01-0405
  1.9891 +
  1.9892 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0405
  1.9893 +
  1.9894 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9895 +
  1.9896 +//! @SYMREQ                   CIT_PREQ1054
  1.9897 +
  1.9898 +//! @SYMTestPriority          medium
  1.9899 +
  1.9900 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9901 +
  1.9902 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9903 +
  1.9904 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
  1.9905 +
  1.9906 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0405
  1.9907 +
  1.9908 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0405
  1.9909 +
  1.9910 +
  1.9911 +
  1.9912 +
  1.9913 +
  1.9914 +START_TESTCASE                SEC-CIT_PREQ1054_01-0406
  1.9915 +
  1.9916 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0406
  1.9917 +
  1.9918 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9919 +
  1.9920 +//! @SYMREQ                   CIT_PREQ1054
  1.9921 +
  1.9922 +//! @SYMTestPriority          medium
  1.9923 +
  1.9924 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9925 +
  1.9926 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9927 +
  1.9928 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9929 +
  1.9930 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0406
  1.9931 +
  1.9932 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0406
  1.9933 +
  1.9934 +
  1.9935 +
  1.9936 +
  1.9937 +
  1.9938 +START_TESTCASE                SEC-CIT_PREQ1054_01-0407
  1.9939 +
  1.9940 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0407
  1.9941 +
  1.9942 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9943 +
  1.9944 +//! @SYMREQ                   CIT_PREQ1054
  1.9945 +
  1.9946 +//! @SYMTestPriority          medium
  1.9947 +
  1.9948 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9949 +
  1.9950 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9951 +
  1.9952 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9953 +
  1.9954 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0407
  1.9955 +
  1.9956 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0407
  1.9957 +
  1.9958 +
  1.9959 +
  1.9960 +
  1.9961 +
  1.9962 +START_TESTCASE                SEC-CIT_PREQ1054_01-0408
  1.9963 +
  1.9964 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0408
  1.9965 +
  1.9966 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9967 +
  1.9968 +//! @SYMREQ                   CIT_PREQ1054
  1.9969 +
  1.9970 +//! @SYMTestPriority          medium
  1.9971 +
  1.9972 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9973 +
  1.9974 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9975 +
  1.9976 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
  1.9977 +
  1.9978 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0408
  1.9979 +
  1.9980 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0408
  1.9981 +
  1.9982 +
  1.9983 +
  1.9984 +
  1.9985 +
  1.9986 +START_TESTCASE                SEC-CIT_PREQ1054_01-0409
  1.9987 +
  1.9988 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0409
  1.9989 +
  1.9990 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
  1.9991 +
  1.9992 +//! @SYMREQ                   CIT_PREQ1054
  1.9993 +
  1.9994 +//! @SYMTestPriority          medium
  1.9995 +
  1.9996 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
  1.9997 +
  1.9998 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
  1.9999 +
 1.10000 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10001 +
 1.10002 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0409
 1.10003 +
 1.10004 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0409
 1.10005 +
 1.10006 +
 1.10007 +
 1.10008 +
 1.10009 +
 1.10010 +START_TESTCASE                SEC-CIT_PREQ1054_01-0410
 1.10011 +
 1.10012 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0410
 1.10013 +
 1.10014 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10015 +
 1.10016 +//! @SYMREQ                   CIT_PREQ1054
 1.10017 +
 1.10018 +//! @SYMTestPriority          medium
 1.10019 +
 1.10020 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10021 +
 1.10022 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10023 +
 1.10024 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10025 +
 1.10026 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0410
 1.10027 +
 1.10028 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0410
 1.10029 +
 1.10030 +
 1.10031 +
 1.10032 +
 1.10033 +
 1.10034 +START_TESTCASE                SEC-CIT_PREQ1054_01-0411
 1.10035 +
 1.10036 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0411
 1.10037 +
 1.10038 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10039 +
 1.10040 +//! @SYMREQ                   CIT_PREQ1054
 1.10041 +
 1.10042 +//! @SYMTestPriority          medium
 1.10043 +
 1.10044 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10045 +
 1.10046 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10047 +
 1.10048 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10049 +
 1.10050 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0411
 1.10051 +
 1.10052 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0411
 1.10053 +
 1.10054 +
 1.10055 +
 1.10056 +
 1.10057 +
 1.10058 +START_TESTCASE                SEC-CIT_PREQ1054_01-0412
 1.10059 +
 1.10060 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0412
 1.10061 +
 1.10062 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10063 +
 1.10064 +//! @SYMREQ                   CIT_PREQ1054
 1.10065 +
 1.10066 +//! @SYMTestPriority          medium
 1.10067 +
 1.10068 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10069 +
 1.10070 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10071 +
 1.10072 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10073 +
 1.10074 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0412
 1.10075 +
 1.10076 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0412
 1.10077 +
 1.10078 +
 1.10079 +
 1.10080 +
 1.10081 +
 1.10082 +START_TESTCASE                SEC-CIT_PREQ1054_01-0413
 1.10083 +
 1.10084 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0413
 1.10085 +
 1.10086 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10087 +
 1.10088 +//! @SYMREQ                   CIT_PREQ1054
 1.10089 +
 1.10090 +//! @SYMTestPriority          medium
 1.10091 +
 1.10092 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10093 +
 1.10094 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10095 +
 1.10096 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10097 +
 1.10098 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0413
 1.10099 +
 1.10100 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0413
 1.10101 +
 1.10102 +
 1.10103 +
 1.10104 +
 1.10105 +
 1.10106 +START_TESTCASE                SEC-CIT_PREQ1054_01-0414
 1.10107 +
 1.10108 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0414
 1.10109 +
 1.10110 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10111 +
 1.10112 +//! @SYMREQ                   CIT_PREQ1054
 1.10113 +
 1.10114 +//! @SYMTestPriority          medium
 1.10115 +
 1.10116 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10117 +
 1.10118 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10119 +
 1.10120 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10121 +
 1.10122 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0414
 1.10123 +
 1.10124 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0414
 1.10125 +
 1.10126 +
 1.10127 +
 1.10128 +
 1.10129 +
 1.10130 +START_TESTCASE                SEC-CIT_PREQ1054_01-0415
 1.10131 +
 1.10132 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0415
 1.10133 +
 1.10134 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10135 +
 1.10136 +//! @SYMREQ                   CIT_PREQ1054
 1.10137 +
 1.10138 +//! @SYMTestPriority          medium
 1.10139 +
 1.10140 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10141 +
 1.10142 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10143 +
 1.10144 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10145 +
 1.10146 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0415
 1.10147 +
 1.10148 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0415
 1.10149 +
 1.10150 +
 1.10151 +
 1.10152 +
 1.10153 +
 1.10154 +START_TESTCASE                SEC-CIT_PREQ1054_01-0416
 1.10155 +
 1.10156 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0416
 1.10157 +
 1.10158 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10159 +
 1.10160 +//! @SYMREQ                   CIT_PREQ1054
 1.10161 +
 1.10162 +//! @SYMTestPriority          medium
 1.10163 +
 1.10164 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10165 +
 1.10166 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10167 +
 1.10168 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10169 +
 1.10170 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0416
 1.10171 +
 1.10172 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0416
 1.10173 +
 1.10174 +
 1.10175 +
 1.10176 +
 1.10177 +
 1.10178 +START_TESTCASE                SEC-CIT_PREQ1054_01-0417
 1.10179 +
 1.10180 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0417
 1.10181 +
 1.10182 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10183 +
 1.10184 +//! @SYMREQ                   CIT_PREQ1054
 1.10185 +
 1.10186 +//! @SYMTestPriority          medium
 1.10187 +
 1.10188 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10189 +
 1.10190 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10191 +
 1.10192 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10193 +
 1.10194 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0417
 1.10195 +
 1.10196 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0417
 1.10197 +
 1.10198 +
 1.10199 +
 1.10200 +
 1.10201 +
 1.10202 +START_TESTCASE                SEC-CIT_PREQ1054_01-0418
 1.10203 +
 1.10204 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0418
 1.10205 +
 1.10206 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10207 +
 1.10208 +//! @SYMREQ                   CIT_PREQ1054
 1.10209 +
 1.10210 +//! @SYMTestPriority          medium
 1.10211 +
 1.10212 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10213 +
 1.10214 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10215 +
 1.10216 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10217 +
 1.10218 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0418
 1.10219 +
 1.10220 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0418
 1.10221 +
 1.10222 +
 1.10223 +
 1.10224 +
 1.10225 +
 1.10226 +START_TESTCASE                SEC-CIT_PREQ1054_01-0419
 1.10227 +
 1.10228 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0419
 1.10229 +
 1.10230 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10231 +
 1.10232 +//! @SYMREQ                   CIT_PREQ1054
 1.10233 +
 1.10234 +//! @SYMTestPriority          medium
 1.10235 +
 1.10236 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10237 +
 1.10238 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10239 +
 1.10240 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10241 +
 1.10242 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0419
 1.10243 +
 1.10244 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0419
 1.10245 +
 1.10246 +
 1.10247 +
 1.10248 +
 1.10249 +
 1.10250 +START_TESTCASE                SEC-CIT_PREQ1054_01-0420
 1.10251 +
 1.10252 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0420
 1.10253 +
 1.10254 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10255 +
 1.10256 +//! @SYMREQ                   CIT_PREQ1054
 1.10257 +
 1.10258 +//! @SYMTestPriority          medium
 1.10259 +
 1.10260 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10261 +
 1.10262 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10263 +
 1.10264 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10265 +
 1.10266 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0420
 1.10267 +
 1.10268 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0420
 1.10269 +
 1.10270 +
 1.10271 +
 1.10272 +
 1.10273 +
 1.10274 +START_TESTCASE                SEC-CIT_PREQ1054_01-0421
 1.10275 +
 1.10276 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0421
 1.10277 +
 1.10278 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10279 +
 1.10280 +//! @SYMREQ                   CIT_PREQ1054
 1.10281 +
 1.10282 +//! @SYMTestPriority          medium
 1.10283 +
 1.10284 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10285 +
 1.10286 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10287 +
 1.10288 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10289 +
 1.10290 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0421
 1.10291 +
 1.10292 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0421
 1.10293 +
 1.10294 +
 1.10295 +
 1.10296 +
 1.10297 +
 1.10298 +START_TESTCASE                SEC-CIT_PREQ1054_01-0422
 1.10299 +
 1.10300 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0422
 1.10301 +
 1.10302 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10303 +
 1.10304 +//! @SYMREQ                   CIT_PREQ1054
 1.10305 +
 1.10306 +//! @SYMTestPriority          medium
 1.10307 +
 1.10308 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10309 +
 1.10310 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10311 +
 1.10312 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10313 +
 1.10314 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0422
 1.10315 +
 1.10316 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0422
 1.10317 +
 1.10318 +
 1.10319 +
 1.10320 +
 1.10321 +
 1.10322 +START_TESTCASE                SEC-CIT_PREQ1054_01-0423
 1.10323 +
 1.10324 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0423
 1.10325 +
 1.10326 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10327 +
 1.10328 +//! @SYMREQ                   CIT_PREQ1054
 1.10329 +
 1.10330 +//! @SYMTestPriority          medium
 1.10331 +
 1.10332 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10333 +
 1.10334 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10335 +
 1.10336 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10337 +
 1.10338 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0423
 1.10339 +
 1.10340 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0423
 1.10341 +
 1.10342 +
 1.10343 +
 1.10344 +
 1.10345 +
 1.10346 +START_TESTCASE                SEC-CIT_PREQ1054_01-0424
 1.10347 +
 1.10348 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0424
 1.10349 +
 1.10350 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10351 +
 1.10352 +//! @SYMREQ                   CIT_PREQ1054
 1.10353 +
 1.10354 +//! @SYMTestPriority          medium
 1.10355 +
 1.10356 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10357 +
 1.10358 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10359 +
 1.10360 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10361 +
 1.10362 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0424
 1.10363 +
 1.10364 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0424
 1.10365 +
 1.10366 +
 1.10367 +
 1.10368 +
 1.10369 +
 1.10370 +START_TESTCASE                SEC-CIT_PREQ1054_01-0425
 1.10371 +
 1.10372 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0425
 1.10373 +
 1.10374 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10375 +
 1.10376 +//! @SYMREQ                   CIT_PREQ1054
 1.10377 +
 1.10378 +//! @SYMTestPriority          medium
 1.10379 +
 1.10380 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10381 +
 1.10382 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10383 +
 1.10384 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10385 +
 1.10386 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0425
 1.10387 +
 1.10388 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0425
 1.10389 +
 1.10390 +
 1.10391 +
 1.10392 +
 1.10393 +
 1.10394 +START_TESTCASE                SEC-CIT_PREQ1054_01-0426
 1.10395 +
 1.10396 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0426
 1.10397 +
 1.10398 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10399 +
 1.10400 +//! @SYMREQ                   CIT_PREQ1054
 1.10401 +
 1.10402 +//! @SYMTestPriority          medium
 1.10403 +
 1.10404 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10405 +
 1.10406 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10407 +
 1.10408 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10409 +
 1.10410 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0426
 1.10411 +
 1.10412 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0426
 1.10413 +
 1.10414 +
 1.10415 +
 1.10416 +
 1.10417 +
 1.10418 +START_TESTCASE                SEC-CIT_PREQ1054_01-0427
 1.10419 +
 1.10420 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0427
 1.10421 +
 1.10422 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10423 +
 1.10424 +//! @SYMREQ                   CIT_PREQ1054
 1.10425 +
 1.10426 +//! @SYMTestPriority          medium
 1.10427 +
 1.10428 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10429 +
 1.10430 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10431 +
 1.10432 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10433 +
 1.10434 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0427
 1.10435 +
 1.10436 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0427
 1.10437 +
 1.10438 +
 1.10439 +
 1.10440 +
 1.10441 +
 1.10442 +START_TESTCASE                SEC-CIT_PREQ1054_01-0428
 1.10443 +
 1.10444 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0428
 1.10445 +
 1.10446 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10447 +
 1.10448 +//! @SYMREQ                   CIT_PREQ1054
 1.10449 +
 1.10450 +//! @SYMTestPriority          medium
 1.10451 +
 1.10452 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10453 +
 1.10454 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10455 +
 1.10456 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10457 +
 1.10458 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0428
 1.10459 +
 1.10460 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0428
 1.10461 +
 1.10462 +
 1.10463 +
 1.10464 +
 1.10465 +
 1.10466 +START_TESTCASE                SEC-CIT_PREQ1054_01-0429
 1.10467 +
 1.10468 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0429
 1.10469 +
 1.10470 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10471 +
 1.10472 +//! @SYMREQ                   CIT_PREQ1054
 1.10473 +
 1.10474 +//! @SYMTestPriority          medium
 1.10475 +
 1.10476 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10477 +
 1.10478 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10479 +
 1.10480 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10481 +
 1.10482 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0429
 1.10483 +
 1.10484 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0429
 1.10485 +
 1.10486 +
 1.10487 +
 1.10488 +
 1.10489 +
 1.10490 +START_TESTCASE                SEC-CIT_PREQ1054_01-0430
 1.10491 +
 1.10492 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0430
 1.10493 +
 1.10494 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10495 +
 1.10496 +//! @SYMREQ                   CIT_PREQ1054
 1.10497 +
 1.10498 +//! @SYMTestPriority          medium
 1.10499 +
 1.10500 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10501 +
 1.10502 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10503 +
 1.10504 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10505 +
 1.10506 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0430
 1.10507 +
 1.10508 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0430
 1.10509 +
 1.10510 +
 1.10511 +
 1.10512 +
 1.10513 +
 1.10514 +START_TESTCASE                SEC-CIT_PREQ1054_01-0431
 1.10515 +
 1.10516 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0431
 1.10517 +
 1.10518 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10519 +
 1.10520 +//! @SYMREQ                   CIT_PREQ1054
 1.10521 +
 1.10522 +//! @SYMTestPriority          medium
 1.10523 +
 1.10524 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10525 +
 1.10526 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10527 +
 1.10528 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10529 +
 1.10530 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0431
 1.10531 +
 1.10532 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0431
 1.10533 +
 1.10534 +
 1.10535 +
 1.10536 +
 1.10537 +
 1.10538 +START_TESTCASE                SEC-CIT_PREQ1054_01-0432
 1.10539 +
 1.10540 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0432
 1.10541 +
 1.10542 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10543 +
 1.10544 +//! @SYMREQ                   CIT_PREQ1054
 1.10545 +
 1.10546 +//! @SYMTestPriority          medium
 1.10547 +
 1.10548 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10549 +
 1.10550 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10551 +
 1.10552 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10553 +
 1.10554 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0432
 1.10555 +
 1.10556 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0432
 1.10557 +
 1.10558 +
 1.10559 +
 1.10560 +
 1.10561 +
 1.10562 +START_TESTCASE                SEC-CIT_PREQ1054_01-0433
 1.10563 +
 1.10564 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0433
 1.10565 +
 1.10566 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10567 +
 1.10568 +//! @SYMREQ                   CIT_PREQ1054
 1.10569 +
 1.10570 +//! @SYMTestPriority          medium
 1.10571 +
 1.10572 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10573 +
 1.10574 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10575 +
 1.10576 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10577 +
 1.10578 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0433
 1.10579 +
 1.10580 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0433
 1.10581 +
 1.10582 +
 1.10583 +
 1.10584 +
 1.10585 +
 1.10586 +START_TESTCASE                SEC-CIT_PREQ1054_01-0434
 1.10587 +
 1.10588 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0434
 1.10589 +
 1.10590 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10591 +
 1.10592 +//! @SYMREQ                   CIT_PREQ1054
 1.10593 +
 1.10594 +//! @SYMTestPriority          medium
 1.10595 +
 1.10596 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10597 +
 1.10598 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10599 +
 1.10600 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10601 +
 1.10602 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0434
 1.10603 +
 1.10604 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0434
 1.10605 +
 1.10606 +
 1.10607 +
 1.10608 +
 1.10609 +
 1.10610 +START_TESTCASE                SEC-CIT_PREQ1054_01-0435
 1.10611 +
 1.10612 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0435
 1.10613 +
 1.10614 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10615 +
 1.10616 +//! @SYMREQ                   CIT_PREQ1054
 1.10617 +
 1.10618 +//! @SYMTestPriority          medium
 1.10619 +
 1.10620 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10621 +
 1.10622 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10623 +
 1.10624 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10625 +
 1.10626 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0435
 1.10627 +
 1.10628 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0435
 1.10629 +
 1.10630 +
 1.10631 +
 1.10632 +
 1.10633 +
 1.10634 +START_TESTCASE                SEC-CIT_PREQ1054_01-0436
 1.10635 +
 1.10636 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0436
 1.10637 +
 1.10638 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10639 +
 1.10640 +//! @SYMREQ                   CIT_PREQ1054
 1.10641 +
 1.10642 +//! @SYMTestPriority          medium
 1.10643 +
 1.10644 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10645 +
 1.10646 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10647 +
 1.10648 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10649 +
 1.10650 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0436
 1.10651 +
 1.10652 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0436
 1.10653 +
 1.10654 +
 1.10655 +
 1.10656 +
 1.10657 +
 1.10658 +START_TESTCASE                SEC-CIT_PREQ1054_01-0437
 1.10659 +
 1.10660 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0437
 1.10661 +
 1.10662 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10663 +
 1.10664 +//! @SYMREQ                   CIT_PREQ1054
 1.10665 +
 1.10666 +//! @SYMTestPriority          medium
 1.10667 +
 1.10668 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10669 +
 1.10670 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10671 +
 1.10672 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10673 +
 1.10674 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0437
 1.10675 +
 1.10676 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0437
 1.10677 +
 1.10678 +
 1.10679 +
 1.10680 +
 1.10681 +
 1.10682 +START_TESTCASE                SEC-CIT_PREQ1054_01-0438
 1.10683 +
 1.10684 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0438
 1.10685 +
 1.10686 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10687 +
 1.10688 +//! @SYMREQ                   CIT_PREQ1054
 1.10689 +
 1.10690 +//! @SYMTestPriority          medium
 1.10691 +
 1.10692 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10693 +
 1.10694 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10695 +
 1.10696 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10697 +
 1.10698 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0438
 1.10699 +
 1.10700 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0438
 1.10701 +
 1.10702 +
 1.10703 +
 1.10704 +
 1.10705 +
 1.10706 +START_TESTCASE                SEC-CIT_PREQ1054_01-0439
 1.10707 +
 1.10708 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0439
 1.10709 +
 1.10710 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10711 +
 1.10712 +//! @SYMREQ                   CIT_PREQ1054
 1.10713 +
 1.10714 +//! @SYMTestPriority          medium
 1.10715 +
 1.10716 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10717 +
 1.10718 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10719 +
 1.10720 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10721 +
 1.10722 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0439
 1.10723 +
 1.10724 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0439
 1.10725 +
 1.10726 +
 1.10727 +
 1.10728 +
 1.10729 +
 1.10730 +START_TESTCASE                SEC-CIT_PREQ1054_01-0440
 1.10731 +
 1.10732 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0440
 1.10733 +
 1.10734 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10735 +
 1.10736 +//! @SYMREQ                   CIT_PREQ1054
 1.10737 +
 1.10738 +//! @SYMTestPriority          medium
 1.10739 +
 1.10740 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10741 +
 1.10742 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10743 +
 1.10744 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.10745 +
 1.10746 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0440
 1.10747 +
 1.10748 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0440
 1.10749 +
 1.10750 +
 1.10751 +
 1.10752 +
 1.10753 +
 1.10754 +START_TESTCASE                SEC-CIT_PREQ1054_01-0441
 1.10755 +
 1.10756 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0441
 1.10757 +
 1.10758 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10759 +
 1.10760 +//! @SYMREQ                   CIT_PREQ1054
 1.10761 +
 1.10762 +//! @SYMTestPriority          medium
 1.10763 +
 1.10764 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10765 +
 1.10766 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10767 +
 1.10768 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10769 +
 1.10770 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0441
 1.10771 +
 1.10772 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0441
 1.10773 +
 1.10774 +
 1.10775 +
 1.10776 +
 1.10777 +
 1.10778 +START_TESTCASE                SEC-CIT_PREQ1054_01-0442
 1.10779 +
 1.10780 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0442
 1.10781 +
 1.10782 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10783 +
 1.10784 +//! @SYMREQ                   CIT_PREQ1054
 1.10785 +
 1.10786 +//! @SYMTestPriority          medium
 1.10787 +
 1.10788 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10789 +
 1.10790 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10791 +
 1.10792 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10793 +
 1.10794 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0442
 1.10795 +
 1.10796 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0442
 1.10797 +
 1.10798 +
 1.10799 +
 1.10800 +
 1.10801 +
 1.10802 +START_TESTCASE                SEC-CIT_PREQ1054_01-0443
 1.10803 +
 1.10804 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0443
 1.10805 +
 1.10806 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10807 +
 1.10808 +//! @SYMREQ                   CIT_PREQ1054
 1.10809 +
 1.10810 +//! @SYMTestPriority          medium
 1.10811 +
 1.10812 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10813 +
 1.10814 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10815 +
 1.10816 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10817 +
 1.10818 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0443
 1.10819 +
 1.10820 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0443
 1.10821 +
 1.10822 +
 1.10823 +
 1.10824 +
 1.10825 +
 1.10826 +START_TESTCASE                SEC-CIT_PREQ1054_01-0444
 1.10827 +
 1.10828 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0444
 1.10829 +
 1.10830 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10831 +
 1.10832 +//! @SYMREQ                   CIT_PREQ1054
 1.10833 +
 1.10834 +//! @SYMTestPriority          medium
 1.10835 +
 1.10836 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10837 +
 1.10838 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10839 +
 1.10840 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10841 +
 1.10842 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0444
 1.10843 +
 1.10844 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0444
 1.10845 +
 1.10846 +
 1.10847 +
 1.10848 +
 1.10849 +
 1.10850 +START_TESTCASE                SEC-CIT_PREQ1054_01-0445
 1.10851 +
 1.10852 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0445
 1.10853 +
 1.10854 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10855 +
 1.10856 +//! @SYMREQ                   CIT_PREQ1054
 1.10857 +
 1.10858 +//! @SYMTestPriority          medium
 1.10859 +
 1.10860 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10861 +
 1.10862 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10863 +
 1.10864 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.10865 +
 1.10866 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0445
 1.10867 +
 1.10868 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0445
 1.10869 +
 1.10870 +
 1.10871 +
 1.10872 +
 1.10873 +
 1.10874 +START_TESTCASE                SEC-CIT_PREQ1054_01-0446
 1.10875 +
 1.10876 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0446
 1.10877 +
 1.10878 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10879 +
 1.10880 +//! @SYMREQ                   CIT_PREQ1054
 1.10881 +
 1.10882 +//! @SYMTestPriority          medium
 1.10883 +
 1.10884 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10885 +
 1.10886 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10887 +
 1.10888 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10889 +
 1.10890 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0446
 1.10891 +
 1.10892 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0446
 1.10893 +
 1.10894 +
 1.10895 +
 1.10896 +
 1.10897 +
 1.10898 +START_TESTCASE                SEC-CIT_PREQ1054_01-0447
 1.10899 +
 1.10900 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0447
 1.10901 +
 1.10902 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10903 +
 1.10904 +//! @SYMREQ                   CIT_PREQ1054
 1.10905 +
 1.10906 +//! @SYMTestPriority          medium
 1.10907 +
 1.10908 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10909 +
 1.10910 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10911 +
 1.10912 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10913 +
 1.10914 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0447
 1.10915 +
 1.10916 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0447
 1.10917 +
 1.10918 +
 1.10919 +
 1.10920 +
 1.10921 +
 1.10922 +START_TESTCASE                SEC-CIT_PREQ1054_01-0448
 1.10923 +
 1.10924 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0448
 1.10925 +
 1.10926 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10927 +
 1.10928 +//! @SYMREQ                   CIT_PREQ1054
 1.10929 +
 1.10930 +//! @SYMTestPriority          medium
 1.10931 +
 1.10932 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10933 +
 1.10934 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10935 +
 1.10936 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10937 +
 1.10938 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0448
 1.10939 +
 1.10940 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0448
 1.10941 +
 1.10942 +
 1.10943 +
 1.10944 +
 1.10945 +
 1.10946 +START_TESTCASE                SEC-CIT_PREQ1054_01-0449
 1.10947 +
 1.10948 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0449
 1.10949 +
 1.10950 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10951 +
 1.10952 +//! @SYMREQ                   CIT_PREQ1054
 1.10953 +
 1.10954 +//! @SYMTestPriority          medium
 1.10955 +
 1.10956 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10957 +
 1.10958 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10959 +
 1.10960 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10961 +
 1.10962 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0449
 1.10963 +
 1.10964 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0449
 1.10965 +
 1.10966 +
 1.10967 +
 1.10968 +
 1.10969 +
 1.10970 +START_TESTCASE                SEC-CIT_PREQ1054_01-0450
 1.10971 +
 1.10972 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0450
 1.10973 +
 1.10974 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10975 +
 1.10976 +//! @SYMREQ                   CIT_PREQ1054
 1.10977 +
 1.10978 +//! @SYMTestPriority          medium
 1.10979 +
 1.10980 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.10981 +
 1.10982 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.10983 +
 1.10984 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.10985 +
 1.10986 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0450
 1.10987 +
 1.10988 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0450
 1.10989 +
 1.10990 +
 1.10991 +
 1.10992 +
 1.10993 +
 1.10994 +START_TESTCASE                SEC-CIT_PREQ1054_01-0451
 1.10995 +
 1.10996 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0451
 1.10997 +
 1.10998 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.10999 +
 1.11000 +//! @SYMREQ                   CIT_PREQ1054
 1.11001 +
 1.11002 +//! @SYMTestPriority          medium
 1.11003 +
 1.11004 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11005 +
 1.11006 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11007 +
 1.11008 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11009 +
 1.11010 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0451
 1.11011 +
 1.11012 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0451
 1.11013 +
 1.11014 +
 1.11015 +
 1.11016 +
 1.11017 +
 1.11018 +START_TESTCASE                SEC-CIT_PREQ1054_01-0452
 1.11019 +
 1.11020 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0452
 1.11021 +
 1.11022 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11023 +
 1.11024 +//! @SYMREQ                   CIT_PREQ1054
 1.11025 +
 1.11026 +//! @SYMTestPriority          medium
 1.11027 +
 1.11028 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11029 +
 1.11030 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11031 +
 1.11032 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11033 +
 1.11034 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0452
 1.11035 +
 1.11036 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0452
 1.11037 +
 1.11038 +
 1.11039 +
 1.11040 +
 1.11041 +
 1.11042 +START_TESTCASE                SEC-CIT_PREQ1054_01-0453
 1.11043 +
 1.11044 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0453
 1.11045 +
 1.11046 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11047 +
 1.11048 +//! @SYMREQ                   CIT_PREQ1054
 1.11049 +
 1.11050 +//! @SYMTestPriority          medium
 1.11051 +
 1.11052 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11053 +
 1.11054 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11055 +
 1.11056 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11057 +
 1.11058 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0453
 1.11059 +
 1.11060 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0453
 1.11061 +
 1.11062 +
 1.11063 +
 1.11064 +
 1.11065 +
 1.11066 +START_TESTCASE                SEC-CIT_PREQ1054_01-0454
 1.11067 +
 1.11068 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0454
 1.11069 +
 1.11070 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11071 +
 1.11072 +//! @SYMREQ                   CIT_PREQ1054
 1.11073 +
 1.11074 +//! @SYMTestPriority          medium
 1.11075 +
 1.11076 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11077 +
 1.11078 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11079 +
 1.11080 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11081 +
 1.11082 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0454
 1.11083 +
 1.11084 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0454
 1.11085 +
 1.11086 +
 1.11087 +
 1.11088 +
 1.11089 +
 1.11090 +START_TESTCASE                SEC-CIT_PREQ1054_01-0455
 1.11091 +
 1.11092 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0455
 1.11093 +
 1.11094 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11095 +
 1.11096 +//! @SYMREQ                   CIT_PREQ1054
 1.11097 +
 1.11098 +//! @SYMTestPriority          medium
 1.11099 +
 1.11100 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11101 +
 1.11102 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11103 +
 1.11104 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11105 +
 1.11106 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0455
 1.11107 +
 1.11108 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0455
 1.11109 +
 1.11110 +
 1.11111 +
 1.11112 +
 1.11113 +
 1.11114 +START_TESTCASE                SEC-CIT_PREQ1054_01-0456
 1.11115 +
 1.11116 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0456
 1.11117 +
 1.11118 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11119 +
 1.11120 +//! @SYMREQ                   CIT_PREQ1054
 1.11121 +
 1.11122 +//! @SYMTestPriority          medium
 1.11123 +
 1.11124 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11125 +
 1.11126 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11127 +
 1.11128 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11129 +
 1.11130 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0456
 1.11131 +
 1.11132 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0456
 1.11133 +
 1.11134 +
 1.11135 +
 1.11136 +
 1.11137 +
 1.11138 +START_TESTCASE                SEC-CIT_PREQ1054_01-0457
 1.11139 +
 1.11140 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0457
 1.11141 +
 1.11142 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11143 +
 1.11144 +//! @SYMREQ                   CIT_PREQ1054
 1.11145 +
 1.11146 +//! @SYMTestPriority          medium
 1.11147 +
 1.11148 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11149 +
 1.11150 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11151 +
 1.11152 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11153 +
 1.11154 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0457
 1.11155 +
 1.11156 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0457
 1.11157 +
 1.11158 +
 1.11159 +
 1.11160 +
 1.11161 +
 1.11162 +START_TESTCASE                SEC-CIT_PREQ1054_01-0458
 1.11163 +
 1.11164 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0458
 1.11165 +
 1.11166 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11167 +
 1.11168 +//! @SYMREQ                   CIT_PREQ1054
 1.11169 +
 1.11170 +//! @SYMTestPriority          medium
 1.11171 +
 1.11172 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11173 +
 1.11174 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11175 +
 1.11176 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11177 +
 1.11178 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0458
 1.11179 +
 1.11180 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0458
 1.11181 +
 1.11182 +
 1.11183 +
 1.11184 +
 1.11185 +
 1.11186 +START_TESTCASE                SEC-CIT_PREQ1054_01-0459
 1.11187 +
 1.11188 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0459
 1.11189 +
 1.11190 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11191 +
 1.11192 +//! @SYMREQ                   CIT_PREQ1054
 1.11193 +
 1.11194 +//! @SYMTestPriority          medium
 1.11195 +
 1.11196 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11197 +
 1.11198 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11199 +
 1.11200 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11201 +
 1.11202 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0459
 1.11203 +
 1.11204 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0459
 1.11205 +
 1.11206 +
 1.11207 +
 1.11208 +
 1.11209 +
 1.11210 +START_TESTCASE                SEC-CIT_PREQ1054_01-0460
 1.11211 +
 1.11212 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0460
 1.11213 +
 1.11214 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11215 +
 1.11216 +//! @SYMREQ                   CIT_PREQ1054
 1.11217 +
 1.11218 +//! @SYMTestPriority          medium
 1.11219 +
 1.11220 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11221 +
 1.11222 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11223 +
 1.11224 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11225 +
 1.11226 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0460
 1.11227 +
 1.11228 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0460
 1.11229 +
 1.11230 +
 1.11231 +
 1.11232 +
 1.11233 +
 1.11234 +START_TESTCASE                SEC-CIT_PREQ1054_01-0461
 1.11235 +
 1.11236 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0461
 1.11237 +
 1.11238 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11239 +
 1.11240 +//! @SYMREQ                   CIT_PREQ1054
 1.11241 +
 1.11242 +//! @SYMTestPriority          medium
 1.11243 +
 1.11244 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11245 +
 1.11246 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11247 +
 1.11248 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11249 +
 1.11250 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0461
 1.11251 +
 1.11252 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0461
 1.11253 +
 1.11254 +
 1.11255 +
 1.11256 +
 1.11257 +
 1.11258 +START_TESTCASE                SEC-CIT_PREQ1054_01-0462
 1.11259 +
 1.11260 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0462
 1.11261 +
 1.11262 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11263 +
 1.11264 +//! @SYMREQ                   CIT_PREQ1054
 1.11265 +
 1.11266 +//! @SYMTestPriority          medium
 1.11267 +
 1.11268 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11269 +
 1.11270 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11271 +
 1.11272 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11273 +
 1.11274 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0462
 1.11275 +
 1.11276 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0462
 1.11277 +
 1.11278 +
 1.11279 +
 1.11280 +
 1.11281 +
 1.11282 +START_TESTCASE                SEC-CIT_PREQ1054_01-0463
 1.11283 +
 1.11284 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0463
 1.11285 +
 1.11286 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11287 +
 1.11288 +//! @SYMREQ                   CIT_PREQ1054
 1.11289 +
 1.11290 +//! @SYMTestPriority          medium
 1.11291 +
 1.11292 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11293 +
 1.11294 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11295 +
 1.11296 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11297 +
 1.11298 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0463
 1.11299 +
 1.11300 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0463
 1.11301 +
 1.11302 +
 1.11303 +
 1.11304 +
 1.11305 +
 1.11306 +START_TESTCASE                SEC-CIT_PREQ1054_01-0464
 1.11307 +
 1.11308 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0464
 1.11309 +
 1.11310 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11311 +
 1.11312 +//! @SYMREQ                   CIT_PREQ1054
 1.11313 +
 1.11314 +//! @SYMTestPriority          medium
 1.11315 +
 1.11316 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11317 +
 1.11318 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11319 +
 1.11320 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11321 +
 1.11322 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0464
 1.11323 +
 1.11324 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0464
 1.11325 +
 1.11326 +
 1.11327 +
 1.11328 +
 1.11329 +
 1.11330 +START_TESTCASE                SEC-CIT_PREQ1054_01-0465
 1.11331 +
 1.11332 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0465
 1.11333 +
 1.11334 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11335 +
 1.11336 +//! @SYMREQ                   CIT_PREQ1054
 1.11337 +
 1.11338 +//! @SYMTestPriority          medium
 1.11339 +
 1.11340 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11341 +
 1.11342 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11343 +
 1.11344 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11345 +
 1.11346 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0465
 1.11347 +
 1.11348 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0465
 1.11349 +
 1.11350 +
 1.11351 +
 1.11352 +
 1.11353 +
 1.11354 +START_TESTCASE                SEC-CIT_PREQ1054_01-0466
 1.11355 +
 1.11356 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0466
 1.11357 +
 1.11358 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11359 +
 1.11360 +//! @SYMREQ                   CIT_PREQ1054
 1.11361 +
 1.11362 +//! @SYMTestPriority          medium
 1.11363 +
 1.11364 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11365 +
 1.11366 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11367 +
 1.11368 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11369 +
 1.11370 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0466
 1.11371 +
 1.11372 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0466
 1.11373 +
 1.11374 +
 1.11375 +
 1.11376 +
 1.11377 +
 1.11378 +START_TESTCASE                SEC-CIT_PREQ1054_01-0467
 1.11379 +
 1.11380 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0467
 1.11381 +
 1.11382 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11383 +
 1.11384 +//! @SYMREQ                   CIT_PREQ1054
 1.11385 +
 1.11386 +//! @SYMTestPriority          medium
 1.11387 +
 1.11388 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11389 +
 1.11390 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11391 +
 1.11392 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11393 +
 1.11394 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0467
 1.11395 +
 1.11396 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0467
 1.11397 +
 1.11398 +
 1.11399 +
 1.11400 +
 1.11401 +
 1.11402 +START_TESTCASE                SEC-CIT_PREQ1054_01-0468
 1.11403 +
 1.11404 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0468
 1.11405 +
 1.11406 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11407 +
 1.11408 +//! @SYMREQ                   CIT_PREQ1054
 1.11409 +
 1.11410 +//! @SYMTestPriority          medium
 1.11411 +
 1.11412 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11413 +
 1.11414 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11415 +
 1.11416 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11417 +
 1.11418 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0468
 1.11419 +
 1.11420 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0468
 1.11421 +
 1.11422 +
 1.11423 +
 1.11424 +
 1.11425 +
 1.11426 +START_TESTCASE                SEC-CIT_PREQ1054_01-0469
 1.11427 +
 1.11428 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0469
 1.11429 +
 1.11430 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11431 +
 1.11432 +//! @SYMREQ                   CIT_PREQ1054
 1.11433 +
 1.11434 +//! @SYMTestPriority          medium
 1.11435 +
 1.11436 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11437 +
 1.11438 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11439 +
 1.11440 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11441 +
 1.11442 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0469
 1.11443 +
 1.11444 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0469
 1.11445 +
 1.11446 +
 1.11447 +
 1.11448 +
 1.11449 +
 1.11450 +START_TESTCASE                SEC-CIT_PREQ1054_01-0470
 1.11451 +
 1.11452 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0470
 1.11453 +
 1.11454 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11455 +
 1.11456 +//! @SYMREQ                   CIT_PREQ1054
 1.11457 +
 1.11458 +//! @SYMTestPriority          medium
 1.11459 +
 1.11460 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11461 +
 1.11462 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11463 +
 1.11464 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 4
 1.11465 +
 1.11466 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0470
 1.11467 +
 1.11468 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0470
 1.11469 +
 1.11470 +
 1.11471 +
 1.11472 +
 1.11473 +
 1.11474 +START_TESTCASE                SEC-CIT_PREQ1054_01-0471
 1.11475 +
 1.11476 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0471
 1.11477 +
 1.11478 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11479 +
 1.11480 +//! @SYMREQ                   CIT_PREQ1054
 1.11481 +
 1.11482 +//! @SYMTestPriority          medium
 1.11483 +
 1.11484 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11485 +
 1.11486 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11487 +
 1.11488 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11489 +
 1.11490 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0471
 1.11491 +
 1.11492 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0471
 1.11493 +
 1.11494 +
 1.11495 +
 1.11496 +
 1.11497 +
 1.11498 +START_TESTCASE                SEC-CIT_PREQ1054_01-0472
 1.11499 +
 1.11500 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0472
 1.11501 +
 1.11502 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11503 +
 1.11504 +//! @SYMREQ                   CIT_PREQ1054
 1.11505 +
 1.11506 +//! @SYMTestPriority          medium
 1.11507 +
 1.11508 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11509 +
 1.11510 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11511 +
 1.11512 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11513 +
 1.11514 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0472
 1.11515 +
 1.11516 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0472
 1.11517 +
 1.11518 +
 1.11519 +
 1.11520 +
 1.11521 +
 1.11522 +START_TESTCASE                SEC-CIT_PREQ1054_01-0473
 1.11523 +
 1.11524 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0473
 1.11525 +
 1.11526 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11527 +
 1.11528 +//! @SYMREQ                   CIT_PREQ1054
 1.11529 +
 1.11530 +//! @SYMTestPriority          medium
 1.11531 +
 1.11532 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11533 +
 1.11534 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11535 +
 1.11536 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11537 +
 1.11538 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0473
 1.11539 +
 1.11540 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0473
 1.11541 +
 1.11542 +
 1.11543 +
 1.11544 +
 1.11545 +
 1.11546 +START_TESTCASE                SEC-CIT_PREQ1054_01-0474
 1.11547 +
 1.11548 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0474
 1.11549 +
 1.11550 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11551 +
 1.11552 +//! @SYMREQ                   CIT_PREQ1054
 1.11553 +
 1.11554 +//! @SYMTestPriority          medium
 1.11555 +
 1.11556 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11557 +
 1.11558 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11559 +
 1.11560 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11561 +
 1.11562 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0474
 1.11563 +
 1.11564 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0474
 1.11565 +
 1.11566 +
 1.11567 +
 1.11568 +
 1.11569 +
 1.11570 +START_TESTCASE                SEC-CIT_PREQ1054_01-0475
 1.11571 +
 1.11572 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0475
 1.11573 +
 1.11574 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11575 +
 1.11576 +//! @SYMREQ                   CIT_PREQ1054
 1.11577 +
 1.11578 +//! @SYMTestPriority          medium
 1.11579 +
 1.11580 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11581 +
 1.11582 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11583 +
 1.11584 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 20
 1.11585 +
 1.11586 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0475
 1.11587 +
 1.11588 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0475
 1.11589 +
 1.11590 +
 1.11591 +
 1.11592 +
 1.11593 +
 1.11594 +START_TESTCASE                SEC-CIT_PREQ1054_01-0476
 1.11595 +
 1.11596 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0476
 1.11597 +
 1.11598 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11599 +
 1.11600 +//! @SYMREQ                   CIT_PREQ1054
 1.11601 +
 1.11602 +//! @SYMTestPriority          medium
 1.11603 +
 1.11604 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11605 +
 1.11606 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11607 +
 1.11608 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11609 +
 1.11610 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0476
 1.11611 +
 1.11612 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0476
 1.11613 +
 1.11614 +
 1.11615 +
 1.11616 +
 1.11617 +
 1.11618 +START_TESTCASE                SEC-CIT_PREQ1054_01-0477
 1.11619 +
 1.11620 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0477
 1.11621 +
 1.11622 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11623 +
 1.11624 +//! @SYMREQ                   CIT_PREQ1054
 1.11625 +
 1.11626 +//! @SYMTestPriority          medium
 1.11627 +
 1.11628 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11629 +
 1.11630 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11631 +
 1.11632 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11633 +
 1.11634 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0477
 1.11635 +
 1.11636 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0477
 1.11637 +
 1.11638 +
 1.11639 +
 1.11640 +
 1.11641 +
 1.11642 +START_TESTCASE                SEC-CIT_PREQ1054_01-0478
 1.11643 +
 1.11644 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0478
 1.11645 +
 1.11646 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11647 +
 1.11648 +//! @SYMREQ                   CIT_PREQ1054
 1.11649 +
 1.11650 +//! @SYMTestPriority          medium
 1.11651 +
 1.11652 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11653 +
 1.11654 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11655 +
 1.11656 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11657 +
 1.11658 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0478
 1.11659 +
 1.11660 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0478
 1.11661 +
 1.11662 +
 1.11663 +
 1.11664 +
 1.11665 +
 1.11666 +START_TESTCASE                SEC-CIT_PREQ1054_01-0479
 1.11667 +
 1.11668 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0479
 1.11669 +
 1.11670 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11671 +
 1.11672 +//! @SYMREQ                   CIT_PREQ1054
 1.11673 +
 1.11674 +//! @SYMTestPriority          medium
 1.11675 +
 1.11676 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11677 +
 1.11678 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11679 +
 1.11680 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11681 +
 1.11682 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0479
 1.11683 +
 1.11684 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0479
 1.11685 +
 1.11686 +
 1.11687 +
 1.11688 +
 1.11689 +
 1.11690 +START_TESTCASE                SEC-CIT_PREQ1054_01-0480
 1.11691 +
 1.11692 +//! @SYMTestCaseID            SEC-CIT_PREQ1054_01-0480
 1.11693 +
 1.11694 +//! @SYMTestCaseDesc          Correctly generate key for given KDF mode, password, key length and salt length.
 1.11695 +
 1.11696 +//! @SYMREQ                   CIT_PREQ1054
 1.11697 +
 1.11698 +//! @SYMTestPriority          medium
 1.11699 +
 1.11700 +//! @SYMTestActions           Generates a PKCS#12-format key from the supplied parameters.
 1.11701 +
 1.11702 +//! @SYMTestExpectedResults   The generated key matches the expected byte stream.
 1.11703 +
 1.11704 +//! @SYMTestActions           1) PKCS#12 KDF, key len = 368, salt len = 25
 1.11705 +
 1.11706 +//!                           2) OOM End
 1.11707 +
 1.11708 +RUN_TEST_STEP                 -1    CTestHandler        DeriveKey              tpkcs12kdftests.ini   SEC-CIT_PREQ1054_01-0480
 1.11709 +
 1.11710 +RUN_TEST_STEP                 -1    CTestHandler        stopmemfailure      
 1.11711 +
 1.11712 +END_TESTCASE                  SEC-CIT_PREQ1054_01-0480
 1.11713 +
 1.11714 +
 1.11715 +
 1.11716 +
 1.11717 +