| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/aes/aes_wrap.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | int AES_wrap_key(AES_KEY *key, const unsigned char *iv, | - |
| 3 | unsigned char *out, | - |
| 4 | const unsigned char *in, unsigned int inlen) | - |
| 5 | { | - |
| 6 | return executed 2 times by 1 test: CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);Executed by:
executed 2 times by 1 test: return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);Executed by:
| 2 |
| 7 | } | - |
| 8 | - | |
| 9 | int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, | - |
| 10 | unsigned char *out, | - |
| 11 | const unsigned char *in, unsigned int inlen) | - |
| 12 | { | - |
| 13 | return executed 2 times by 1 test: CRYPTO_128_unwrap(key, iv, out, in, inlen,return CRYPTO_128_unwrap(key, iv, out, in, inlen, (block128_f) AES_decrypt);Executed by:
executed 2 times by 1 test: return CRYPTO_128_unwrap(key, iv, out, in, inlen, (block128_f) AES_decrypt);Executed by:
| 2 |
| 14 | (block128_f) AES_decrypt); executed 2 times by 1 test: return CRYPTO_128_unwrap(key, iv, out, in, inlen, (block128_f) AES_decrypt);Executed by:
| 2 |
| 15 | } | - |
| Switch to Source code | Preprocessed file |