The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/qat/include/common/sal_statistics_strings.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: BSD-3-Clause */
    2 /* Copyright(c) 2007-2022 Intel Corporation */
    3 /* $FreeBSD$ */
    4 #ifndef SAL_STATISTICS_STRINGS_H
    5 #define SAL_STATISTICS_STRINGS_H
    6 
    7 /*
    8  * Config values names for statistics
    9  */
   10 #define SAL_STATS_CFG_ENABLED "statsGeneral"
   11 /**< Config value name for enabling/disabling statistics */
   12 #define SAL_STATS_CFG_DC "statsDc"
   13 /**< Config value name for enabling/disabling Compression statistics */
   14 #define SAL_STATS_CFG_DH "statsDh"
   15 /**< Config value name for enabling/disabling Diffie-Helman statistics */
   16 #define SAL_STATS_CFG_DRBG "statsDrbg"
   17 /**< Config value name for enabling/disabling DRBG statistics */
   18 #define SAL_STATS_CFG_DSA "statsDsa"
   19 /**< Config value name for enabling/disabling DSA statistics */
   20 #define SAL_STATS_CFG_ECC "statsEcc"
   21 /**< Config value name for enabling/disabling ECC statistics */
   22 #define SAL_STATS_CFG_KEYGEN "statsKeyGen"
   23 /**< Config value name for enabling/disabling Key Gen statistics */
   24 #define SAL_STATS_CFG_LN "statsLn"
   25 /**< Config value name for enabling/disabling Large Number statistics */
   26 #define SAL_STATS_CFG_PRIME "statsPrime"
   27 /**< Config value name for enabling/disabling Prime statistics */
   28 #define SAL_STATS_CFG_RSA "statsRsa"
   29 /**< Config value name for enabling/disabling RSA statistics */
   30 #define SAL_STATS_CFG_SYM "statsSym"
   31 /**< Config value name for enabling/disabling Symmetric Crypto statistics */
   32 
   33 #endif

Cache object: 2cd8018ea52c5fea43fb9aadf9b1060b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.