| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/cmac/cm_ameth.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | static int cmac_size(const EVP_PKEY *pkey) | - |
| 8 | { | - |
| 9 | return never executed: 32;return 32;never executed: return 32; | 0 |
| 10 | } | - |
| 11 | - | |
| 12 | static void cmac_key_free(EVP_PKEY *pkey) | - |
| 13 | { | - |
| 14 | CMAC_CTX *cmctx = EVP_PKEY_get0(pkey); | - |
| 15 | CMAC_CTX_free(cmctx); | - |
| 16 | } executed 4 times by 1 test: end of blockExecuted by:
| 4 |
| 17 | - | |
| 18 | const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { | - |
| 19 | 894, | - |
| 20 | 894, | - |
| 21 | 0, | - |
| 22 | - | |
| 23 | "CMAC", | - |
| 24 | "OpenSSL CMAC method", | - |
| 25 | - | |
| 26 | 0, 0, 0, 0, | - |
| 27 | - | |
| 28 | 0, 0, 0, | - |
| 29 | - | |
| 30 | cmac_size, | - |
| 31 | 0, 0, | - |
| 32 | 0, 0, 0, 0, 0, 0, 0, | - |
| 33 | - | |
| 34 | cmac_key_free, | - |
| 35 | 0, | - |
| 36 | 0, 0 | - |
| 37 | }; | - |
| Switch to Source code | Preprocessed file |