Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_drbg_hmac.c57 err = cc3xx_lowlevel_hmac_finish(&state->h, state->key_k, sizeof(state->key_k), NULL); in hmac_update()
71 err = cc3xx_lowlevel_hmac_finish(&state->h, state->block_v, sizeof(state->block_v), NULL); in hmac_update()
101 err = cc3xx_lowlevel_hmac_finish(&state->h, state->key_k, sizeof(state->key_k), NULL); in hmac_update()
115 err = cc3xx_lowlevel_hmac_finish(&state->h, state->block_v, sizeof(state->block_v), NULL); in hmac_update()
187 err = cc3xx_lowlevel_hmac_finish(&state->h, temp, CC3XX_DRBG_HMAC_OUTLEN, NULL); in cc3xx_lowlevel_drbg_hmac_generate()
Dcc3xx_hmac.h85 cc3xx_err_t cc3xx_lowlevel_hmac_finish(
Dcc3xx_hmac.c199 cc3xx_err_t cc3xx_lowlevel_hmac_finish( in cc3xx_lowlevel_hmac_finish() function
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_mac.c357 … status = cc3xx_lowlevel_hmac_finish(&(operation->hmac), (uint32_t *)mac, mac_size, mac_length); in cc3xx_mac_sign_finish()
394 …status = cc3xx_lowlevel_hmac_finish(&(operation->hmac), actual_mac, mac_length, &produced_mac_leng… in cc3xx_mac_verify_finish()