/openbmc/openbmc/poky/meta/recipes-support/gnutls/ |
H A D | gnutls_3.8.8.bb | 41 PACKAGECONFIG[fips] = "--enable-fips140-mode --with-libdl-prefix=${STAGING_BASELIBDIR}" 71 if ${@bb.utils.contains('PACKAGECONFIG', 'fips', 'true', 'false', d)}; then 77 PACKAGES =+ "${PN}-dane ${PN}-openssl ${PN}-xx ${PN}-fips" 84 FILES:${PN}-fips = "${bindir}/fipshmac" 90 pkg_postinst_ontarget:${PN}-fips () {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/ |
H A D | softhsm_2.6.1.bb | 26 PACKAGECONFIG[fips] = "--enable-fips, --disable-fips"
|
/openbmc/linux/crypto/ |
H A D | api.c | 237 const u32 fips = CRYPTO_ALG_FIPS_INTERNAL; in crypto_alg_lookup() local 245 alg = __crypto_alg_lookup(name, (type | test) & ~fips, in crypto_alg_lookup() 246 (mask | test) & ~fips); in crypto_alg_lookup() 248 if (((type | mask) ^ fips) & fips) in crypto_alg_lookup() 249 mask |= fips; in crypto_alg_lookup() 250 mask &= fips; in crypto_alg_lookup()
|
H A D | sm2.c | 29 unsigned int fips:1; /* True if this is a FIPS140-2 approved curve */ member 54 .fips = 0,
|
H A D | Makefile | 10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
H A D | cryptsetup_2.7.5.bb | 48 PACKAGECONFIG[fips] = "--enable-fips,--disable-fips"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/ |
H A D | strongswan_6.0.0.bb | 40 PACKAGECONFIG[fips-prf] = "--enable-fips-prf,--disable-fips-prf,,${PN}-plugin-fips-prf"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/ |
H A D | stunnel_5.74.bb | 24 EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
|
/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/ |
H A D | cross-answers-aarch64.txt | 47 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-mips64el.txt | 47 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-powerpc.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-aarch64_be.txt | 47 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-mips.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-riscv32.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-powerpc64.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-powerpc64le.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-armeb.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-x86_64.txt | 47 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-mipsel.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-i686.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-mips64.txt | 47 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-riscv64.txt | 47 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-i586.txt | 48 Checking for gnutls fips mode support: NO
|
H A D | cross-answers-arm.txt | 48 Checking for gnutls fips mode support: NO
|
/openbmc/u-boot/include/ |
H A D | tpm-v1.h | 241 u8 fips; member
|