Home
last modified time | relevance | path

Searched refs:NON_TRUSTED_FW_NVCOUNTER_OID (Results 1 – 13 of 13) sorted by relevance

/external/arm-trusted-firmware/drivers/auth/cryptocell/712/
Dcryptocell_plat_helpers.c82 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
106 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/external/arm-trusted-firmware/drivers/auth/cryptocell/713/
Dcryptocell_plat_helpers.c78 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
102 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_trusted_boot.c57 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
/external/arm-trusted-firmware/include/tools_share/
Dtbbr_oid.h23 #define NON_TRUSTED_FW_NVCOUNTER_OID "1.3.6.1.4.1.4128.2100.2" macro
/external/arm-trusted-firmware/plat/brcm/board/common/
Dboard_arm_trusted_boot.c591 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_get_nv_ctr()
614 else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) in plat_set_nv_ctr()
/external/arm-trusted-firmware/plat/arm/board/common/
Dboard_arm_trusted_boot.c204 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
/external/arm-trusted-firmware/tools/cert_create/src/tbbr/
Dtbb_ext.c34 .oid = NON_TRUSTED_FW_NVCOUNTER_OID,
/external/arm-trusted-firmware/fdts/
Dcot_descriptors.dtsi318 oid = NON_TRUSTED_FW_NVCOUNTER_OID;
/external/arm-trusted-firmware/tools/cert_create/src/dualroot/
Dcot.c503 .oid = NON_TRUSTED_FW_NVCOUNTER_OID,
/external/arm-trusted-firmware/docs/components/
Dcot-binding.rst322 oid = NON_TRUSTED_FW_NVCOUNTER_OID;
/external/arm-trusted-firmware/drivers/auth/tbbr/
Dtbbr_cot_bl2.c35 AUTH_PARAM_NV_CTR, NON_TRUSTED_FW_NVCOUNTER_OID);
/external/arm-trusted-firmware/drivers/auth/dualroot/
Dcot.c75 AUTH_PARAM_NV_CTR, NON_TRUSTED_FW_NVCOUNTER_OID);
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst757 TRUSTED_FW_NVCOUNTER_OID or NON_TRUSTED_FW_NVCOUNTER_OID).