Home
last modified time | relevance | path

Searched refs:cc3xx_lowlevel_chacha20_update_authed_data (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.h151 void cc3xx_lowlevel_chacha20_update_authed_data(const uint8_t* in, size_t in_len);
Dcc3xx_chacha.c224 void cc3xx_lowlevel_chacha20_update_authed_data(const uint8_t* in, size_t in_len) in cc3xx_lowlevel_chacha20_update_authed_data() function
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_aead.c139 cc3xx_lowlevel_chacha20_update_authed_data(additional_data, additional_data_length); in aead_crypt()
348 cc3xx_lowlevel_chacha20_update_authed_data(input, input_size); in cc3xx_aead_update_ad()