Home
last modified time | relevance | path

Searched refs:crypto_hw_apply_debug_permissions (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/interface/
Dcrypto_hw.h61 int crypto_hw_apply_debug_permissions(uint8_t *permissions_mask, uint32_t len);
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dcc312.c139 int crypto_hw_apply_debug_permissions(uint8_t *permissions_mask, uint32_t len) in crypto_hw_apply_debug_permissions() function
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl2/
Dboot_hal_bl2.c124 ret = crypto_hw_apply_debug_permissions((uint8_t*)dcu_reg_values, 16); in psa_adac_to_tfm_apply_permissions()