Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_drbg_hmac.c41 …err = cc3xx_lowlevel_hmac_update(&state->h, (const uint8_t *)state->block_v, sizeof(state->block_v… in hmac_update()
45 err = cc3xx_lowlevel_hmac_update(&state->h, &byte0, sizeof(byte0)); in hmac_update()
51 err = cc3xx_lowlevel_hmac_update(&state->h, hmac_inputs[idx], hmac_inputs_len[idx]); in hmac_update()
67 …err = cc3xx_lowlevel_hmac_update(&state->h, (const uint8_t *)state->block_v, sizeof(state->block_v… in hmac_update()
86 …err = cc3xx_lowlevel_hmac_update(&state->h, (const uint8_t *)state->block_v, sizeof(state->block_v… in hmac_update()
90 err = cc3xx_lowlevel_hmac_update(&state->h, &byte1, sizeof(byte1)); in hmac_update()
95 err = cc3xx_lowlevel_hmac_update(&state->h, hmac_inputs[idx], hmac_inputs_len[idx]); in hmac_update()
111 …err = cc3xx_lowlevel_hmac_update(&state->h, (const uint8_t *)state->block_v, sizeof(state->block_v… in hmac_update()
183 …err = cc3xx_lowlevel_hmac_update(&state->h, (const uint8_t *)state->block_v, sizeof(state->block_v… in cc3xx_lowlevel_drbg_hmac_generate()
Dcc3xx_hmac.h71 cc3xx_err_t cc3xx_lowlevel_hmac_update(
Dcc3xx_hmac.c180 cc3xx_err_t cc3xx_lowlevel_hmac_update( in cc3xx_lowlevel_hmac_update() function
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_mac.c329 err = cc3xx_lowlevel_hmac_update(&(operation->hmac), input, input_length); in cc3xx_mac_update()