OpenCoverage
aes_misc.c
Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | #include <openssl/opensslv.h> | - |
11 | #include <openssl/aes.h> | - |
12 | #include "aes_locl.h" | - |
13 | | - |
14 | const char *AES_options(void) | - |
15 | { | - |
16 | #ifdef FULL_UNROLL | - |
17 | return "aes(full)"; | - |
18 | #else | - |
19 | return "aes(partial)"; never executed: return "aes(partial)"; | 0 |
20 | #endif | - |
21 | } | - |
| | |
Generated by Squish Coco 4.2.2