Home
last modified time | relevance | path

Searched refs:ROTPK_NOT_DEPLOYED (Results 1 – 7 of 7) sorted by relevance

/external/arm-trusted-firmware/drivers/auth/cryptocell/713/
Dcryptocell_plat_helpers.c39 *flags = ROTPK_NOT_DEPLOYED; in cc_get_rotpk_hash()
48 *flags = ROTPK_NOT_DEPLOYED; in cc_get_rotpk_hash()
/external/arm-trusted-firmware/plat/brcm/board/common/
Dboard_arm_trusted_boot.c207 *flags = ROTPK_NOT_DEPLOYED; in plat_get_rotpk_info()
239 *flags = ROTPK_NOT_DEPLOYED; in plat_get_rotpk_info()
275 *flags = ROTPK_NOT_DEPLOYED; in plat_get_rotpk_info()
/external/arm-trusted-firmware/drivers/auth/cryptocell/712/
Dcryptocell_plat_helpers.c54 *flags = ROTPK_NOT_DEPLOYED; in cc_get_rotpk_hash()
/external/arm-trusted-firmware/drivers/auth/
Dauth_mod.c183 if (flags & (ROTPK_IS_HASH | ROTPK_NOT_DEPLOYED)) { in auth_signature()
200 if (flags & ROTPK_NOT_DEPLOYED) { in auth_signature()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h41 #define ROTPK_NOT_DEPLOYED (1 << 1) macro
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst736 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK
/external/arm-trusted-firmware/docs/
Dchange-log.rst3041 platform value when ``ROTPK_NOT_DEPLOYED`` bit is set.