Home
last modified time | relevance | path

Searched refs:prod_to_dev_downgrade_allowed (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign.h171 bool (*prod_to_dev_downgrade_allowed)(); member
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md34 Prod --> Dev: Only if allowlisted/prod_to_dev_downgrade_allowed \
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c216 if (intf->prod_to_dev_downgrade_allowed == NULL || in validate_transition()
217 !intf->prod_to_dev_downgrade_allowed()) in validate_transition()