LCOV - code coverage report
Current view: top level - shared - crypt-util.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 0 1 0.0 %
Date: 2019-08-23 13:36:53 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 2 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : #if HAVE_LIBCRYPTSETUP
       5                 :            : #include <libcryptsetup.h>
       6                 :            : 
       7                 :            : #include "macro.h"
       8                 :            : 
       9                 :            : /* libcryptsetup define for any LUKS version, compatible with libcryptsetup 1.x */
      10                 :            : #ifndef CRYPT_LUKS
      11                 :            : #define CRYPT_LUKS NULL
      12                 :            : #endif
      13                 :            : 
      14                 :            : #ifndef CRYPT_ACTIVATE_SAME_CPU_CRYPT
      15                 :            : #define CRYPT_ACTIVATE_SAME_CPU_CRYPT (1 << 6)
      16                 :            : #endif
      17                 :            : 
      18                 :            : #ifndef CRYPT_ACTIVATE_SUBMIT_FROM_CRYPT_CPUS
      19                 :            : #define CRYPT_ACTIVATE_SUBMIT_FROM_CRYPT_CPUS (1 << 7)
      20                 :            : #endif
      21                 :            : 
      22         [ #  # ]:          0 : DEFINE_TRIVIAL_CLEANUP_FUNC(struct crypt_device *, crypt_free);
      23                 :            : 
      24                 :            : void cryptsetup_log_glue(int level, const char *msg, void *usrptr);
      25                 :            : #endif

Generated by: LCOV version 1.14