Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cc312/
Dcc3xx_aes_external_key_loader.h21 cc3xx_err_t set_key(cc3xx_aes_key_id_t key_id, const uint32_t *key,
Dcc3xx_aes_external_key_loader.c15 cc3xx_err_t set_key(cc3xx_aes_key_id_t key_id, const uint32_t *key, in set_key() function
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.c59 static inline void set_key(const uint32_t *key) in set_key() function
91 set_key(chacha_state.key); in chacha_init_from_state()
Dcc3xx_aes.c93 static cc3xx_err_t set_key(cc3xx_aes_key_id_t key_id, const uint32_t *key, in set_key() function
390 err = set_key(aes_state.key_id, in init_from_state()
406 err = set_key(aes_state.key_id, in init_from_state()