Searched refs:cc3xx_lowlevel_hmac_set_key (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_drbg_hmac.c | 37 …err = cc3xx_lowlevel_hmac_set_key(&state->h, (const uint8_t *)state->key_k, sizeof(state->key_k), … in hmac_update() 63 …err = cc3xx_lowlevel_hmac_set_key(&state->h, (const uint8_t *)state->key_k, sizeof(state->key_k), … in hmac_update() 82 …err = cc3xx_lowlevel_hmac_set_key(&state->h, (const uint8_t *)state->key_k, sizeof(state->key_k), … in hmac_update() 107 …err = cc3xx_lowlevel_hmac_set_key(&state->h, (const uint8_t *)state->key_k, sizeof(state->key_k), … in hmac_update() 176 err = cc3xx_lowlevel_hmac_set_key(&state->h, in cc3xx_lowlevel_drbg_hmac_generate()
|
| D | cc3xx_hmac.h | 45 cc3xx_err_t cc3xx_lowlevel_hmac_set_key(
|
| D | cc3xx_hmac.c | 117 cc3xx_err_t cc3xx_lowlevel_hmac_set_key( in cc3xx_lowlevel_hmac_set_key() function
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/ |
| D | cc3xx_psa_mac.c | 242 err = cc3xx_lowlevel_hmac_set_key(state, key_buffer, key_buffer_size, hash_alg_cc); in hmac_setup()
|