OpenCoverage

cmll_ofb.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/camellia/cmll_ofb.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7void-
8Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,-
9 size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num)-
10{-
11 CRYPTO_ofb128_encrypt(in, out, length, key, ivec, num,-
12 (block128_f)Camellia_encrypt);-
13}
executed 24 times by 1 test: end of block
Executed by:
  • evptest
24
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.2