Searched refs:cc3xx_lowlevel_hmac_finish (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_drbg_hmac.c | 57 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()
|
| D | cc3xx_hmac.h | 85 cc3xx_err_t cc3xx_lowlevel_hmac_finish(
|
| D | cc3xx_hmac.c | 199 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/ |
| D | cc3xx_psa_mac.c | 357 … 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()
|