Home
last modified time | relevance | path

Searched refs:SIGNING_KEY (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/
H A Dphosphor-image-signing.bb11 SIGNING_KEY ?= "${STAGING_DIR_NATIVE}${datadir}/OpenBMC.priv"
12 SIGNING_KEY_TYPE = "${@os.path.splitext(os.path.basename('${SIGNING_KEY}'))[0]}"
18 signing_key="${SIGNING_KEY}"
24 echo "Both SIGNING_KEY and SIGNING_PUBLIC_KEY are defined, expecting only one"
34 echo "No SIGNING_KEY or SIGNING_PUBLIC_KEY defined, expecting one"
45 INSECURE_KEY = "${@'${SIGNING_KEY}' == '${STAGING_DIR_NATIVE}${datadir}/OpenBMC.priv'}"
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass87 SIGNING_KEY ?= "${STAGING_DIR_NATIVE}${datadir}/OpenBMC.priv"
88 INSECURE_KEY = "${@'${SIGNING_KEY}' == '${STAGING_DIR_NATIVE}${datadir}/OpenBMC.priv'}"
358 signing_key="${SIGNING_KEY}"
366 echo "Both SIGNING_KEY and SIGNING_PUBLIC_KEY are defined, expecting only one"
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c244 bioscfg_drv.spm_data.mechanism = SIGNING_KEY; in sk_store()
H A Dbioscfg.h49 SIGNING_KEY = 0x01, enumerator