Searched refs:NON_TRUSTED_FW_NVCOUNTER_OID (Results 1 – 13 of 13) sorted by relevance
/external/arm-trusted-firmware/drivers/auth/cryptocell/712/ |
D | cryptocell_plat_helpers.c | 82 } 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/ |
D | cryptocell_plat_helpers.c | 78 } 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/include/tools_share/ |
D | tbbr_oid.h | 23 #define NON_TRUSTED_FW_NVCOUNTER_OID "1.3.6.1.4.1.4128.2100.2" macro
|
/external/arm-trusted-firmware/plat/arm/board/fvp/ |
D | fvp_trusted_boot.c | 57 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
|
/external/arm-trusted-firmware/plat/brcm/board/common/ |
D | board_arm_trusted_boot.c | 591 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/ |
D | board_arm_trusted_boot.c | 204 } else if (strcmp(oid, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr()
|
/external/arm-trusted-firmware/tools/cert_create/src/tbbr/ |
D | tbb_ext.c | 34 .oid = NON_TRUSTED_FW_NVCOUNTER_OID,
|
/external/arm-trusted-firmware/fdts/ |
D | cot_descriptors.dtsi | 318 oid = NON_TRUSTED_FW_NVCOUNTER_OID;
|
/external/arm-trusted-firmware/tools/cert_create/src/dualroot/ |
D | cot.c | 503 .oid = NON_TRUSTED_FW_NVCOUNTER_OID,
|
/external/arm-trusted-firmware/docs/components/ |
D | cot-binding.rst | 322 oid = NON_TRUSTED_FW_NVCOUNTER_OID;
|
/external/arm-trusted-firmware/drivers/auth/tbbr/ |
D | tbbr_cot_bl2.c | 35 AUTH_PARAM_NV_CTR, NON_TRUSTED_FW_NVCOUNTER_OID);
|
/external/arm-trusted-firmware/drivers/auth/dualroot/ |
D | cot.c | 75 AUTH_PARAM_NV_CTR, NON_TRUSTED_FW_NVCOUNTER_OID);
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 757 TRUSTED_FW_NVCOUNTER_OID or NON_TRUSTED_FW_NVCOUNTER_OID).
|