Home
last modified time | relevance | path

Searched refs:arm_rotpk_key (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/plat/arm/board/common/rotpk/
Darm_full_dev_ecdsa_p256_rotpk.S7 .global arm_rotpk_key
10 .section .rodata.arm_rotpk_key, "a"
13 arm_rotpk_key: label
Darm_full_dev_ecdsa_p384_rotpk.S7 .global arm_rotpk_key
10 .section .rodata.arm_rotpk_key, "a"
13 arm_rotpk_key: label
Darm_full_dev_rsa_rotpk.S7 .global arm_rotpk_key
10 .section .rodata.arm_rotpk_key, "a"
12 arm_rotpk_key: label
/trusted-firmware-a-latest/plat/arm/board/common/
Dboard_arm_trusted_boot.c47 extern unsigned char arm_rotpk_header[], arm_rotpk_key[], arm_rotpk_hash_end[],
110 *key_ptr = arm_rotpk_key; in arm_get_rotpk_info_dev()
111 *key_len = arm_rotpk_key_end - arm_rotpk_key; in arm_get_rotpk_info_dev()