|
Test result |
Description |
Result |
Duration |
|
|
No support for 112b ALG_EC_FP. |
FAILURE |
|
2 |
|
Allocate both keypairs 112b ALG_EC_FP |
FAILURE |
81 ms |
|
|
No support for 128b ALG_EC_FP. |
FAILURE |
|
2 |
|
Allocate both keypairs 128b ALG_EC_FP |
FAILURE |
79 ms |
|
|
Tests of 160b ALG_EC_FP support. |
SUCCESS |
|
2 |
|
Allocate both keypairs 160b ALG_EC_FP |
SUCCESS |
200 ms |
2 |
|
Generate both keypairs |
FAILURE |
33 ms |
2 |
|
Allocate both keypairs 160b ALG_EC_FP |
SUCCESS |
196 ms |
2 |
|
Set custom curve parameters on both keypairs |
SUCCESS |
548 ms |
2 |
|
Generate both keypairs |
SUCCESS |
865 ms |
|
|
KeyAgreement tests. |
SUCCESS |
|
|
|
Test of the ALG_EC_SVDP_DH KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH) object |
SUCCESS |
41 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(unchanged point) |
SUCCESS |
126 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 120391630 ns, Median = 119744182 ns, Mode = 119554593 ns |
SUCCESS |
119 ms |
|
|
Test of the ALG_EC_SVDP_DHC KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC) object |
SUCCESS |
40 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(unchanged point) |
SUCCESS |
126 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 120656476 ns, Median = 119769832 ns, Mode = 119516149 ns |
SUCCESS |
119 ms |
|
|
Test of the ALG_EC_SVDP_DH_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN) object |
SUCCESS |
409 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
125 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 119510135 ns, Median = 118928162 ns, Mode = 118497317 ns |
SUCCESS |
118 ms |
|
|
Test of the ALG_EC_SVDP_DHC_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC_PLAIN) object |
SUCCESS |
36 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
125 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
25 ms |
4 |
|
Mean = 119655435 ns, Median = 119032393 ns, Mode = 118716273 ns |
SUCCESS |
118 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_PACE_GM) object |
FAILURE |
17 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN_XY) object |
FAILURE |
23 ms |
|
|
Signature tests. |
SUCCESS |
|
|
|
Test of the ALG_ECDSA_SHA signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA) object |
SUCCESS |
100 ms |
4 |
|
ALG_ECDSA_SHA with local keypair(random data) |
SUCCESS |
221 ms |
4 |
|
Sign (Mean = 95524761 ns, Median = 94747505 ns, Mode = 94445157 ns) |
SUCCESS |
94 ms |
4 |
|
Verify (Mean = 133090909 ns, Median = 132368936 ns, Mode = 132293673 ns) |
SUCCESS |
132 ms |
|
|
Test of the ALG_ECDSA_SHA_224 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_224) object |
SUCCESS |
92 ms |
4 |
|
ALG_ECDSA_SHA_224 with local keypair(random data) |
SUCCESS |
227 ms |
4 |
|
Sign (Mean = 98040711 ns, Median = 97518030 ns, Mode = 96616912 ns) |
SUCCESS |
97 ms |
4 |
|
Verify (Mean = 137012353 ns, Median = 136314338 ns, Mode = 136199145 ns) |
SUCCESS |
136 ms |
|
|
Test of the ALG_ECDSA_SHA_256 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_256) object |
SUCCESS |
94 ms |
4 |
|
ALG_ECDSA_SHA_256 with local keypair(random data) |
SUCCESS |
227 ms |
4 |
|
Sign (Mean = 98069635 ns, Median = 97553137 ns, Mode = 95979098 ns) |
SUCCESS |
97 ms |
4 |
|
Verify (Mean = 137053202 ns, Median = 136437012 ns, Mode = 136198410 ns) |
SUCCESS |
136 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_384) object |
FAILURE |
38 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_512) object |
FAILURE |
47 ms |
|
|
Tests of 192b ALG_EC_FP support. |
SUCCESS |
|
2 |
|
Allocate both keypairs 192b ALG_EC_FP |
SUCCESS |
193 ms |
2 |
|
Generate both keypairs |
FAILURE |
32 ms |
2 |
|
Allocate both keypairs 192b ALG_EC_FP |
SUCCESS |
205 ms |
2 |
|
Set custom curve parameters on both keypairs |
SUCCESS |
554 ms |
2 |
|
Generate both keypairs |
SUCCESS |
1054 ms |
|
|
KeyAgreement tests. |
SUCCESS |
|
|
|
Test of the ALG_EC_SVDP_DH KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH) object |
SUCCESS |
41 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(unchanged point) |
SUCCESS |
153 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 147176524 ns, Median = 146517453 ns, Mode = 146327583 ns |
SUCCESS |
146 ms |
|
|
Test of the ALG_EC_SVDP_DHC KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC) object |
SUCCESS |
35 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(unchanged point) |
SUCCESS |
153 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
27 ms |
4 |
|
Mean = 147207458 ns, Median = 146637807 ns, Mode = 146555733 ns |
SUCCESS |
146 ms |
|
|
Test of the ALG_EC_SVDP_DH_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN) object |
SUCCESS |
35 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
152 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 146218991 ns, Median = 145580198 ns, Mode = 145453229 ns |
SUCCESS |
145 ms |
|
|
Test of the ALG_EC_SVDP_DHC_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC_PLAIN) object |
SUCCESS |
37 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
152 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 146530218 ns, Median = 145959967 ns, Mode = 145636585 ns |
SUCCESS |
146 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_PACE_GM) object |
FAILURE |
17 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN_XY) object |
FAILURE |
22 ms |
|
|
Signature tests. |
SUCCESS |
|
|
|
Test of the ALG_ECDSA_SHA signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA) object |
SUCCESS |
98 ms |
4 |
|
ALG_ECDSA_SHA with local keypair(random data) |
SUCCESS |
266 ms |
4 |
|
Sign (Mean = 111083216 ns, Median = 110639819 ns, Mode = 109613019 ns) |
SUCCESS |
110 ms |
4 |
|
Verify (Mean = 163794513 ns, Median = 162983960 ns, Mode = 162798258 ns) |
SUCCESS |
163 ms |
|
|
Test of the ALG_ECDSA_SHA_224 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_224) object |
SUCCESS |
95 ms |
4 |
|
ALG_ECDSA_SHA_224 with local keypair(random data) |
SUCCESS |
269 ms |
4 |
|
Sign (Mean = 113854566 ns, Median = 113212107 ns, Mode = 112549252 ns) |
SUCCESS |
113 ms |
4 |
|
Verify (Mean = 167247228 ns, Median = 166615827 ns, Mode = 166411781 ns) |
SUCCESS |
166 ms |
|
|
Test of the ALG_ECDSA_SHA_256 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_256) object |
SUCCESS |
95 ms |
4 |
|
ALG_ECDSA_SHA_256 with local keypair(random data) |
SUCCESS |
266 ms |
4 |
|
Sign (Mean = 114038487 ns, Median = 112973641 ns, Mode = 112257949 ns) |
SUCCESS |
112 ms |
4 |
|
Verify (Mean = 165899927 ns, Median = 165288246 ns, Mode = 165069645 ns) |
SUCCESS |
165 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_384) object |
FAILURE |
38 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_512) object |
FAILURE |
43 ms |
|
|
Tests of 224b ALG_EC_FP support. |
SUCCESS |
|
2 |
|
Allocate both keypairs 224b ALG_EC_FP |
SUCCESS |
199 ms |
2 |
|
Generate both keypairs |
FAILURE |
32 ms |
2 |
|
Allocate both keypairs 224b ALG_EC_FP |
SUCCESS |
203 ms |
2 |
|
Set custom curve parameters on both keypairs |
SUCCESS |
693 ms |
2 |
|
Generate both keypairs |
SUCCESS |
1269 ms |
|
|
KeyAgreement tests. |
SUCCESS |
|
|
|
Test of the ALG_EC_SVDP_DH KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH) object |
SUCCESS |
41 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(unchanged point) |
SUCCESS |
175 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
26 ms |
4 |
|
Mean = 170080193 ns, Median = 169477846 ns, Mode = 169233603 ns |
SUCCESS |
169 ms |
|
|
Test of the ALG_EC_SVDP_DHC KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC) object |
SUCCESS |
36 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(unchanged point) |
SUCCESS |
178 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
27 ms |
4 |
|
Mean = 170051131 ns, Median = 169359883 ns, Mode = 169211255 ns |
SUCCESS |
169 ms |
|
|
Test of the ALG_EC_SVDP_DH_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN) object |
SUCCESS |
35 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
175 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
27 ms |
4 |
|
Mean = 169236881 ns, Median = 168648198 ns, Mode = 168359181 ns |
SUCCESS |
168 ms |
|
|
Test of the ALG_EC_SVDP_DHC_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC_PLAIN) object |
SUCCESS |
36 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
175 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
27 ms |
4 |
|
Mean = 169202367 ns, Median = 168588096 ns, Mode = 168324862 ns |
SUCCESS |
168 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_PACE_GM) object |
FAILURE |
16 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN_XY) object |
FAILURE |
25 ms |
|
|
Signature tests. |
SUCCESS |
|
|
|
Test of the ALG_ECDSA_SHA signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA) object |
SUCCESS |
100 ms |
4 |
|
ALG_ECDSA_SHA with local keypair(random data) |
SUCCESS |
303 ms |
4 |
|
Sign (Mean = 126053159 ns, Median = 125436752 ns, Mode = 124353627 ns) |
SUCCESS |
126 ms |
4 |
|
Verify (Mean = 188107599 ns, Median = 187404765 ns, Mode = 187302718 ns) |
SUCCESS |
187 ms |
|
|
Test of the ALG_ECDSA_SHA_224 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_224) object |
SUCCESS |
92 ms |
4 |
|
ALG_ECDSA_SHA_224 with local keypair(random data) |
SUCCESS |
308 ms |
4 |
|
Sign (Mean = 128676241 ns, Median = 128055484 ns, Mode = 127117485 ns) |
SUCCESS |
127 ms |
4 |
|
Verify (Mean = 189469357 ns, Median = 188804986 ns, Mode = 188653313 ns) |
SUCCESS |
188 ms |
|
|
Test of the ALG_ECDSA_SHA_256 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_256) object |
SUCCESS |
95 ms |
4 |
|
ALG_ECDSA_SHA_256 with local keypair(random data) |
SUCCESS |
307 ms |
4 |
|
Sign (Mean = 128808197 ns, Median = 128264367 ns, Mode = 126845198 ns) |
SUCCESS |
126 ms |
4 |
|
Verify (Mean = 188438276 ns, Median = 187840688 ns, Mode = 187532264 ns) |
SUCCESS |
187 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_384) object |
FAILURE |
38 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_512) object |
FAILURE |
52 ms |
|
|
Tests of 256b ALG_EC_FP support. |
SUCCESS |
|
2 |
|
Allocate both keypairs 256b ALG_EC_FP |
SUCCESS |
211 ms |
2 |
|
Generate both keypairs |
FAILURE |
32 ms |
2 |
|
Allocate both keypairs 256b ALG_EC_FP |
SUCCESS |
208 ms |
2 |
|
Set custom curve parameters on both keypairs |
SUCCESS |
751 ms |
2 |
|
Generate both keypairs |
SUCCESS |
1522 ms |
|
|
KeyAgreement tests. |
SUCCESS |
|
|
|
Test of the ALG_EC_SVDP_DH KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH) object |
SUCCESS |
41 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(unchanged point) |
SUCCESS |
215 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
28 ms |
4 |
|
Mean = 209811018 ns, Median = 209145849 ns, Mode = 208969065 ns |
SUCCESS |
209 ms |
|
|
Test of the ALG_EC_SVDP_DHC KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC) object |
SUCCESS |
35 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(unchanged point) |
SUCCESS |
215 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
28 ms |
4 |
|
Mean = 209895205 ns, Median = 209288675 ns, Mode = 209021891 ns |
SUCCESS |
209 ms |
|
|
Test of the ALG_EC_SVDP_DH_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN) object |
SUCCESS |
36 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
215 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
28 ms |
4 |
|
Mean = 209077863 ns, Median = 208427908 ns, Mode = 208315441 ns |
SUCCESS |
208 ms |
|
|
Test of the ALG_EC_SVDP_DHC_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC_PLAIN) object |
SUCCESS |
36 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
215 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
28 ms |
4 |
|
Mean = 209177309 ns, Median = 208558894 ns, Mode = 208197132 ns |
SUCCESS |
208 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_PACE_GM) object |
FAILURE |
19 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN_XY) object |
FAILURE |
23 ms |
|
|
Signature tests. |
SUCCESS |
|
|
|
Test of the ALG_ECDSA_SHA signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA) object |
SUCCESS |
100 ms |
4 |
|
ALG_ECDSA_SHA with local keypair(random data) |
SUCCESS |
369 ms |
4 |
|
Sign (Mean = 148349801 ns, Median = 147669892 ns, Mode = 145787018 ns) |
SUCCESS |
145 ms |
4 |
|
Verify (Mean = 228546473 ns, Median = 227727792 ns, Mode = 227351874 ns) |
SUCCESS |
227 ms |
|
|
Test of the ALG_ECDSA_SHA_224 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_224) object |
SUCCESS |
94 ms |
4 |
|
ALG_ECDSA_SHA_224 with local keypair(random data) |
SUCCESS |
370 ms |
4 |
|
Sign (Mean = 150613911 ns, Median = 150212210 ns, Mode = 148820131 ns) |
SUCCESS |
150 ms |
4 |
|
Verify (Mean = 231353983 ns, Median = 230726588 ns, Mode = 230571449 ns) |
SUCCESS |
230 ms |
|
|
Test of the ALG_ECDSA_SHA_256 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_256) object |
SUCCESS |
95 ms |
4 |
|
ALG_ECDSA_SHA_256 with local keypair(random data) |
SUCCESS |
368 ms |
4 |
|
Sign (Mean = 150784620 ns, Median = 150226100 ns, Mode = 149275231 ns) |
SUCCESS |
150 ms |
4 |
|
Verify (Mean = 231939005 ns, Median = 231279148 ns, Mode = 231138685 ns) |
SUCCESS |
231 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_384) object |
FAILURE |
40 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_512) object |
FAILURE |
45 ms |
|
|
Tests of 384b ALG_EC_FP support. |
SUCCESS |
|
2 |
|
Allocate both keypairs 384b ALG_EC_FP |
SUCCESS |
215 ms |
2 |
|
Generate both keypairs |
FAILURE |
33 ms |
2 |
|
Allocate both keypairs 384b ALG_EC_FP |
SUCCESS |
223 ms |
2 |
|
Set custom curve parameters on both keypairs |
SUCCESS |
860 ms |
2 |
|
Generate both keypairs |
SUCCESS |
2955 ms |
|
|
KeyAgreement tests. |
SUCCESS |
|
|
|
Test of the ALG_EC_SVDP_DH KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH) object |
SUCCESS |
43 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(unchanged point) |
SUCCESS |
453 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
30 ms |
4 |
|
Mean = 448548588 ns, Median = 448030215 ns, Mode = 447814802 ns |
SUCCESS |
448 ms |
|
|
Test of the ALG_EC_SVDP_DHC KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC) object |
SUCCESS |
37 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(unchanged point) |
SUCCESS |
454 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
32 ms |
4 |
|
Mean = 448852144 ns, Median = 448352321 ns, Mode = 448130364 ns |
SUCCESS |
448 ms |
|
|
Test of the ALG_EC_SVDP_DH_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN) object |
SUCCESS |
34 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
454 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
32 ms |
4 |
|
Mean = 448225109 ns, Median = 447349663 ns, Mode = 447127147 ns |
SUCCESS |
447 ms |
|
|
Test of the ALG_EC_SVDP_DHC_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC_PLAIN) object |
SUCCESS |
36 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
454 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
32 ms |
4 |
|
Mean = 448114365 ns, Median = 447502383 ns, Mode = 447276077 ns |
SUCCESS |
447 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_PACE_GM) object |
FAILURE |
17 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN_XY) object |
FAILURE |
22 ms |
|
|
Signature tests. |
SUCCESS |
|
|
|
Test of the ALG_ECDSA_SHA signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA) object |
SUCCESS |
100 ms |
4 |
|
ALG_ECDSA_SHA with local keypair(random data) |
SUCCESS |
734 ms |
4 |
|
Sign (Mean = 279622165 ns, Median = 278932883 ns, Mode = 278180464 ns) |
SUCCESS |
278 ms |
4 |
|
Verify (Mean = 473541499 ns, Median = 472889476 ns, Mode = 472639425 ns) |
SUCCESS |
472 ms |
|
|
Test of the ALG_ECDSA_SHA_224 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_224) object |
SUCCESS |
94 ms |
4 |
|
ALG_ECDSA_SHA_224 with local keypair(random data) |
SUCCESS |
741 ms |
4 |
|
Sign (Mean = 281803765 ns, Median = 281557935 ns, Mode = 279933529 ns) |
SUCCESS |
279 ms |
4 |
|
Verify (Mean = 477505728 ns, Median = 476655040 ns, Mode = 476485028 ns) |
SUCCESS |
476 ms |
|
|
Test of the ALG_ECDSA_SHA_256 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_256) object |
SUCCESS |
94 ms |
4 |
|
ALG_ECDSA_SHA_256 with local keypair(random data) |
SUCCESS |
738 ms |
4 |
|
Sign (Mean = 281761973 ns, Median = 281115320 ns, Mode = 280184290 ns) |
SUCCESS |
280 ms |
4 |
|
Verify (Mean = 475252593 ns, Median = 474674996 ns, Mode = 474249083 ns) |
SUCCESS |
474 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_384) object |
FAILURE |
38 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_512) object |
FAILURE |
43 ms |
|
|
Tests of 521b ALG_EC_FP support. |
SUCCESS |
|
2 |
|
Allocate both keypairs 521b ALG_EC_FP |
SUCCESS |
227 ms |
2 |
|
Generate both keypairs |
FAILURE |
35 ms |
2 |
|
Allocate both keypairs 521b ALG_EC_FP |
SUCCESS |
242 ms |
2 |
|
Set custom curve parameters on both keypairs |
SUCCESS |
1097 ms |
2 |
|
Generate both keypairs |
SUCCESS |
5848 ms |
|
|
KeyAgreement tests. |
SUCCESS |
|
|
|
Test of the ALG_EC_SVDP_DH KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH) object |
SUCCESS |
41 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(unchanged point) |
SUCCESS |
943 ms |
4 |
|
ALG_EC_SVDP_DH of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
36 ms |
4 |
|
Mean = 938295051 ns, Median = 937600346 ns, Mode = 937314227 ns |
SUCCESS |
937 ms |
|
|
Test of the ALG_EC_SVDP_DHC KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC) object |
SUCCESS |
35 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(unchanged point) |
SUCCESS |
944 ms |
4 |
|
ALG_EC_SVDP_DHC of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
36 ms |
4 |
|
Mean = 938831840 ns, Median = 938274600 ns, Mode = 937894383 ns |
SUCCESS |
938 ms |
|
|
Test of the ALG_EC_SVDP_DH_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN) object |
SUCCESS |
38 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
943 ms |
4 |
|
ALG_EC_SVDP_DH_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
36 ms |
4 |
|
Mean = 937891455 ns, Median = 937242246 ns, Mode = 937054903 ns |
SUCCESS |
937 ms |
|
|
Test of the ALG_EC_SVDP_DHC_PLAIN KeyAgreement. |
SUCCESS |
|
4 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DHC_PLAIN) object |
SUCCESS |
35 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(unchanged point) |
SUCCESS |
943 ms |
4 |
|
ALG_EC_SVDP_DHC_PLAIN of local pubkey and remote privkey(COMPRESSED point) |
FAILURE |
36 ms |
4 |
|
Mean = 938043682 ns, Median = 937492783 ns, Mode = 937106375 ns |
SUCCESS |
937 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_PACE_GM) object |
FAILURE |
17 ms |
3 |
|
Allocate KeyAgreement(ALG_EC_SVDP_DH_PLAIN_XY) object |
FAILURE |
22 ms |
|
|
Signature tests. |
SUCCESS |
|
|
|
Test of the ALG_ECDSA_SHA signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA) object |
SUCCESS |
100 ms |
4 |
|
ALG_ECDSA_SHA with local keypair(random data) |
SUCCESS |
1477 ms |
4 |
|
Sign (Mean = 537928710 ns, Median = 537159062 ns, Mode = 536534519 ns) |
SUCCESS |
538 ms |
4 |
|
Verify (Mean = 970208542 ns, Median = 969355342 ns, Mode = 969127863 ns) |
SUCCESS |
969 ms |
|
|
Test of the ALG_ECDSA_SHA_224 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_224) object |
SUCCESS |
95 ms |
4 |
|
ALG_ECDSA_SHA_224 with local keypair(random data) |
SUCCESS |
1492 ms |
4 |
|
Sign (Mean = 540824283 ns, Median = 540202305 ns, Mode = 539048983 ns) |
SUCCESS |
539 ms |
4 |
|
Verify (Mean = 973417702 ns, Median = 972829773 ns, Mode = 972509710 ns) |
SUCCESS |
972 ms |
|
|
Test of the ALG_ECDSA_SHA_256 signature. |
SUCCESS |
|
4 |
|
Allocate Signature(ALG_ECDSA_SHA_256) object |
SUCCESS |
93 ms |
4 |
|
ALG_ECDSA_SHA_256 with local keypair(random data) |
SUCCESS |
1489 ms |
4 |
|
Sign (Mean = 540521272 ns, Median = 539826191 ns, Mode = 539255633 ns) |
SUCCESS |
539 ms |
4 |
|
Verify (Mean = 972997638 ns, Median = 972331115 ns, Mode = 972133316 ns) |
SUCCESS |
972 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_384) object |
FAILURE |
38 ms |
3 |
|
Allocate Signature(ALG_ECDSA_SHA_512) object |
FAILURE |
44 ms |
|
|
No support for 163b ALG_EC_F2M. |
FAILURE |
|
2 |
|
Allocate both keypairs 163b ALG_EC_F2M |
FAILURE |
62 ms |
|
|
No support for 233b ALG_EC_F2M. |
FAILURE |
|
2 |
|
Allocate both keypairs 233b ALG_EC_F2M |
FAILURE |
54 ms |
|
|
No support for 283b ALG_EC_F2M. |
FAILURE |
|
2 |
|
Allocate both keypairs 283b ALG_EC_F2M |
FAILURE |
54 ms |
|
|
No support for 409b ALG_EC_F2M. |
FAILURE |
|
2 |
|
Allocate both keypairs 409b ALG_EC_F2M |
FAILURE |
56 ms |
|
|
No support for 571b ALG_EC_F2M. |
FAILURE |
|
2 |
|
Allocate both keypairs 571b ALG_EC_F2M |
FAILURE |
59 ms |