OpenCoverage

des_locl.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/des/des_locl.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5static inline uint32_t ROTATE(uint32_t a, uint32_t n)-
6{-
7 return
executed 363084 times by 4 tests: return (a>>n)+(a<<(32-n));
Executed by:
  • destest
  • evptest
  • libcrypto.so.44.0.1
  • ssltest
(a>>n)+(a<<(32-n));
executed 363084 times by 4 tests: return (a>>n)+(a<<(32-n));
Executed by:
  • destest
  • evptest
  • libcrypto.so.44.0.1
  • ssltest
363084
8}-
9extern const unsigned int DES_SPtrans[8][64];-
10-
11void fcrypt_body(unsigned int *out,DES_key_schedule *ks,-
12 unsigned int Eswap0, unsigned int Eswap1);-
13-
14-
15-
16-
17-
18-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2