/tf-a-ffa_el3_spmc/plat/nxp/common/tbbr/ |
A D | x509_tbbr.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 32 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 38 assert(cookie != NULL); in plat_get_nv_ctr() 41 oid = (const char *)cookie; in plat_get_nv_ctr() 64 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument 69 assert(cookie != NULL); in plat_set_nv_ctr() 76 oid = (const char *)cookie; in plat_set_nv_ctr()
|
A D | csf_tbbr.c | 28 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 67 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 78 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/arm/board/diphda/common/ |
A D | diphda_trusted_boot.c | 28 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 31 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info() 39 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 50 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/ |
A D | fvp_trusted_boot.c | 32 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 35 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info() 46 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument 51 assert(cookie != NULL); in plat_set_nv_ctr() 53 oid = (const char *)cookie; in plat_set_nv_ctr()
|
/tf-a-ffa_el3_spmc/plat/common/tbbr/ |
A D | plat_tbbr.c | 29 int plat_set_nv_ctr2(void *cookie, const auth_img_desc_t *img_desc, in plat_set_nv_ctr2() argument 34 assert(cookie != NULL); in plat_set_nv_ctr2() 37 trusted_nv_ctr = strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0; in plat_set_nv_ctr2() 45 return plat_set_nv_ctr(cookie, nv_ctr); in plat_set_nv_ctr2()
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/712/ |
A D | cryptocell_plat_helpers.c | 75 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 79 if (strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr() 82 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr() 99 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument 103 if (strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr() 106 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
|
/tf-a-ffa_el3_spmc/drivers/auth/cryptocell/713/ |
A D | cryptocell_plat_helpers.c | 71 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 75 if (strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr() 78 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_get_nv_ctr() 95 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument 99 if (strcmp(cookie, TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr() 102 } else if (strcmp(cookie, NON_TRUSTED_FW_NVCOUNTER_OID) == 0) { in plat_set_nv_ctr()
|
/tf-a-ffa_el3_spmc/services/std_svc/ |
A D | std_svc_setup.c | 83 void *cookie, in std_svc_smc_handler() argument 116 cookie, handle, flags); in std_svc_smc_handler() 133 return spm_mm_smc_handler(smc_fid, x1, x2, x3, x4, cookie, in std_svc_smc_handler() 149 … return spmc_smc_handler(smc_fid, is_caller_secure(flags), x1, x2, x3, x4, cookie, handle, flags); in std_svc_smc_handler() 152 return spmd_smc_handler(smc_fid, x1, x2, x3, x4, cookie, in std_svc_smc_handler() 159 return sdei_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle, in std_svc_smc_handler() 166 return trng_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle, in std_svc_smc_handler() 173 return pci_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle, in std_svc_smc_handler()
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/ |
A D | hikey_tbbr.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/rpi/common/ |
A D | rpi3_trusted_boot.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/ |
A D | uniphier_tbbr.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 32 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/qemu/common/ |
A D | qemu_trusted_boot.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/imx/imx7/common/ |
A D | imx7_trusted_boot.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/ |
A D | imx8mm_trusted_boot.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/ |
A D | hikey960_tbbr.c | 11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 21 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 28 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/arm/board/common/ |
A D | board_arm_trusted_boot.c | 153 int arm_get_rotpk_info(void *cookie __unused, void **key_ptr, in arm_get_rotpk_info() 161 int arm_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in arm_get_rotpk_info() argument 170 if (cookie == NULL) { in arm_get_rotpk_info() 172 } else if (strcmp(cookie, PROT_PK_OID) == 0) { in arm_get_rotpk_info() 192 int plat_get_nv_ctr(void *cookie, unsigned int *nv_ctr) in plat_get_nv_ctr() argument 197 assert(cookie != NULL); in plat_get_nv_ctr() 200 oid = (const char *)cookie; in plat_get_nv_ctr() 224 int plat_set_nv_ctr(void *cookie, unsigned int nv_ctr) in plat_set_nv_ctr() argument
|
/tf-a-ffa_el3_spmc/plat/mediatek/common/ |
A D | mtk_sip_svc.c | 30 void *cookie, in mediatek_plat_sip_handler() argument 45 void *cookie, in mediatek_sip_handler() argument 84 cookie, handle, flags); in mediatek_sip_handler() 96 void *cookie, in sip_smc_handler() argument 117 cookie, handle, flags); in sip_smc_handler()
|
/tf-a-ffa_el3_spmc/plat/arm/board/rde1edge/ |
A D | rde1edge_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1/ |
A D | rdv1_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1mc/ |
A D | rdv1mc_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/sgi575/ |
A D | sgi575_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/sgm775/ |
A D | sgm775_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/tc/ |
A D | tc_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdn1edge/ |
A D | rdn1edge_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdn2/ |
A D | rdn2_trusted_boot.c | 22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument 25 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
|