Home
last modified time | relevance | path

Searched refs:key_ptr (Results 1 – 24 of 24) sorted by relevance

/tf-a-ffa_el3_spmc/plat/arm/board/common/
A Dboard_arm_trusted_boot.c65 assert(key_ptr != NULL); in arm_get_rotpk_info_regs()
86 *key_ptr = (void *)rotpk_hash_der; in arm_get_rotpk_info_regs()
101 *key_ptr = arm_rotpk_header; in arm_get_rotpk_info_dev()
117 assert(key_ptr != NULL); in arm_get_rotpk_info_cc()
124 *key_ptr = rotpk_hash_der; in arm_get_rotpk_info_cc()
137 return arm_get_rotpk_info_cc(key_ptr, key_len, flags); in get_rotpk_info()
142 return arm_get_rotpk_info_dev(key_ptr, key_len, flags); in get_rotpk_info()
144 return arm_get_rotpk_info_regs(key_ptr, key_len, flags); in get_rotpk_info()
156 return get_rotpk_info(key_ptr, key_len, flags); in arm_get_rotpk_info()
171 return get_rotpk_info(key_ptr, key_len, flags); in arm_get_rotpk_info()
[all …]
/tf-a-ffa_el3_spmc/plat/arm/board/juno/
A Djuno_trusted_boot.c25 static int juno_get_rotpk_info_regs(void **key_ptr, unsigned int *key_len, in juno_get_rotpk_info_regs() argument
32 assert(key_ptr != NULL); in juno_get_rotpk_info_regs()
88 *key_ptr = (void *)rotpk_hash_der; in juno_get_rotpk_info_regs()
109 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
113 return arm_get_rotpk_info_cc(key_ptr, key_len, flags); in plat_get_rotpk_info()
118 return arm_get_rotpk_info_dev(key_ptr, key_len, flags); in plat_get_rotpk_info()
120 return juno_get_rotpk_info_regs(key_ptr, key_len, flags); in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/arm/board/rde1edge/
A Drde1edge_trusted_boot.c22 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 Drdv1_trusted_boot.c22 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 Drdv1mc_trusted_boot.c22 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 Dsgi575_trusted_boot.c22 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 Dsgm775_trusted_boot.c22 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 Dtc_trusted_boot.c22 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 Drdn1edge_trusted_boot.c22 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 Drdn2_trusted_boot.c22 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/diphda/common/
A Ddiphda_trusted_boot.c28 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()
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/
A Dhikey_tbbr.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = hikey_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/rpi/common/
A Drpi3_trusted_boot.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = rpi3_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/
A Duniphier_tbbr.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = uniphier_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/qemu/common/
A Dqemu_trusted_boot.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = qemu_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/imx/imx7/common/
A Dimx7_trusted_boot.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = imx7_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/
A Dimx8mm_trusted_boot.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = imx8mm_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/
A Dhikey960_tbbr.c11 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
14 *key_ptr = hikey960_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/nxp/common/tbbr/
A Dcsf_tbbr.c28 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
60 *key_ptr = rotpk_hash_table; in plat_get_rotpk_info()
A Dx509_tbbr.c22 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
25 *key_ptr = nxp_rotpk_hash; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/
A Dfvp_trusted_boot.c32 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()
/tf-a-ffa_el3_spmc/include/plat/arm/common/
A Dplat_arm.h295 int arm_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len,
297 int arm_get_rotpk_info_regs(void **key_ptr, unsigned int *key_len,
299 int arm_get_rotpk_info_cc(void **key_ptr, unsigned int *key_len,
301 int arm_get_rotpk_info_dev(void **key_ptr, unsigned int *key_len,
/tf-a-ffa_el3_spmc/plat/brcm/board/common/
A Dboard_arm_trusted_boot.c126 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
131 assert(key_ptr != NULL); in plat_get_rotpk_info()
287 *key_ptr = (void *)rotpk_hash_der; in plat_get_rotpk_info()
/tf-a-ffa_el3_spmc/include/plat/common/
A Dplatform.h287 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len,

Completed in 14 milliseconds