Home
last modified time | relevance | path

Searched refs:cc3xx_lowlevel_hash_get_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.c71 cc3xx_lowlevel_hash_get_state(&operation->ctx); in cc3xx_hash_setup()
114 cc3xx_lowlevel_hash_get_state(&operation->ctx); in cc3xx_hash_update()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_hmac.c165 cc3xx_lowlevel_hash_get_state(&state->hash); in cc3xx_lowlevel_hmac_set_key()
193 cc3xx_lowlevel_hash_get_state(&state->hash); in cc3xx_lowlevel_hmac_update()
247 cc3xx_lowlevel_hash_get_state(&state->hash); in cc3xx_lowlevel_hmac_finish()
Dcc3xx_hash.h77 void cc3xx_lowlevel_hash_get_state(struct cc3xx_hash_state_t *state);
Dcc3xx_hash.c150 void cc3xx_lowlevel_hash_get_state(struct cc3xx_hash_state_t *state) in cc3xx_lowlevel_hash_get_state() function