OpenCoverage

arch_intrinsics.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/ec/curve448/arch_32/arch_intrinsics.h
Switch to Source codePreprocessed file
LineSourceCount
1static inline uint64_t widemul(uint32_t a, uint32_t b)-
2{-
3 return
executed 919590192 times by 2 tests: return ((uint64_t)a) * b;
Executed by:
  • curve448_internal_test
  • libcrypto.so.1.1
((uint64_t)a) * b;
executed 919590192 times by 2 tests: return ((uint64_t)a) * b;
Executed by:
  • curve448_internal_test
  • libcrypto.so.1.1
919590192
4}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2