| 29 | }; |
| 30 | |
| 31 | TEST(CipElectronicKey, CreateElectronicKey) { |
| 32 | char dummyArea[kElectronicKeyFormat4Size]; |
| 33 | memset(dummyArea, 0, sizeof(dummyArea) ); |
| 34 | MEMCMP_EQUAL(dummyArea, key, kElectronicKeyFormat4Size); |
| 35 | }; |
| 36 | |
| 37 | TEST(CipElectronicKey, DeleteElectronicKey) { |
| 38 | ElectronicKeyFormat4Delete(&key); |
nothing calls this directly
no test coverage detected