Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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 …]
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/plat/imx/imx8m/imx8mp/
A Dimx8mp_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 = imx8mp_rotpk_hash; in plat_get_rotpk_info()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/plat/arm/board/fvp_r/
A Dfvp_r_trusted_boot.c34 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
37 return arm_get_rotpk_info(cookie, key_ptr, key_len, flags); in plat_get_rotpk_info()
/trusted-firmware-a/include/plat/arm/common/
A Dplat_arm.h304 int arm_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len,
306 int arm_get_rotpk_info_regs(void **key_ptr, unsigned int *key_len,
308 int arm_get_rotpk_info_cc(void **key_ptr, unsigned int *key_len,
310 int arm_get_rotpk_info_dev(void **key_ptr, unsigned int *key_len,
/trusted-firmware-a/plat/brcm/board/common/
A Dboard_arm_trusted_boot.c127 int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, in plat_get_rotpk_info() argument
132 assert(key_ptr != NULL); in plat_get_rotpk_info()
288 *key_ptr = (void *)rotpk_hash_der; in plat_get_rotpk_info()

Completed in 14 milliseconds

12