OpenCoverage

curve448utils.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/curve448utils.h
Switch to Source codePreprocessed file
LineSourceCount
1typedef uint64_t c448_word_t;-
2-
3typedef int64_t c448_sword_t;-
4-
5typedef uint64_t c448_bool_t;-
6-
7typedef __uint128_t c448_dword_t;-
8-
9typedef __int128_t c448_dsword_t;-
10typedef enum {-
11 C448_SUCCESS = -1,-
12 C448_FAILURE = 0-
13} c448_error_t;-
14-
15-
16static inline c448_error_t c448_succeed_if(c448_bool_t x)-
17{-
18 return
executed 1231 times by 2 tests: return (c448_error_t) x;
Executed by:
  • curve448_internal_test
  • libcrypto.so.1.1
(c448_error_t) x;
executed 1231 times by 2 tests: return (c448_error_t) x;
Executed by:
  • curve448_internal_test
  • libcrypto.so.1.1
1231
19}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2