Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_hash.c106 cc3xx_lowlevel_hash_set_state(&operation->ctx); in cc3xx_hash_update()
128 cc3xx_lowlevel_hash_set_state(&operation->ctx); in cc3xx_hash_finish()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_hash.h88 void cc3xx_lowlevel_hash_set_state(const struct cc3xx_hash_state_t *state);
Dcc3xx_hmac.c187 cc3xx_lowlevel_hash_set_state(&state->hash); in cc3xx_lowlevel_hmac_update()
212 cc3xx_lowlevel_hash_set_state(&state->hash); in cc3xx_lowlevel_hmac_finish()
Dcc3xx_hash.c160 void cc3xx_lowlevel_hash_set_state(const struct cc3xx_hash_state_t *state) in cc3xx_lowlevel_hash_set_state() function