Searched refs:plat_get_enc_key_info (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/plat/common/ |
D | plat_bl_common.c | 28 #pragma weak plat_get_enc_key_info macro 82 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key, in plat_get_enc_key_info() function
|
/trusted-firmware-a-latest/drivers/io/ |
D | io_encrypted.c | 197 result = plat_get_enc_key_info(fw_enc_status, key, &key_len, &key_flags, in enc_file_read()
|
/trusted-firmware-a-latest/include/plat/common/ |
D | platform.h | 379 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key,
|
/trusted-firmware-a-latest/plat/st/common/ |
D | stm32mp_crypto_lib.c | 509 int plat_get_enc_key_info(enum fw_enc_status_t fw_enc_status, uint8_t *key, in plat_get_enc_key_info() function
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 1139 Function : plat_get_enc_key_info() [when FW_ENC_STATUS == 0 or 1]
|