Warning, file /include/openssl/fips_names.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef OPENSSL_FIPS_NAMES_H
0011 #define OPENSSL_FIPS_NAMES_H
0012 #pragma once
0013
0014 #ifdef __cplusplus
0015 extern "C" {
0016 #endif
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026 #define OSSL_PROV_FIPS_PARAM_MODULE_MAC "module-mac"
0027
0028 #define OSSL_PROV_FIPS_PARAM_INSTALL_VERSION "install-version"
0029
0030 #define OSSL_PROV_FIPS_PARAM_INSTALL_MAC "install-mac"
0031
0032 #define OSSL_PROV_FIPS_PARAM_INSTALL_STATUS "install-status"
0033
0034
0035
0036
0037
0038
0039 #define OSSL_PROV_FIPS_PARAM_CONDITIONAL_ERRORS "conditional-errors"
0040
0041
0042 #define OSSL_PROV_FIPS_PARAM_SECURITY_CHECKS OSSL_PROV_PARAM_SECURITY_CHECKS
0043 #define OSSL_PROV_FIPS_PARAM_TLS1_PRF_EMS_CHECK OSSL_PROV_PARAM_TLS1_PRF_EMS_CHECK
0044 #define OSSL_PROV_FIPS_PARAM_DRBG_TRUNC_DIGEST OSSL_PROV_PARAM_DRBG_TRUNC_DIGEST
0045
0046 #ifdef __cplusplus
0047 }
0048 #endif
0049
0050 #endif