Home
last modified time | relevance | path

Searched refs:cc3xx_lowlevel_chacha20_update (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.h135 cc3xx_err_t cc3xx_lowlevel_chacha20_update(const uint8_t* in, size_t in_len);
Dcc3xx_chacha.c238 cc3xx_err_t cc3xx_lowlevel_chacha20_update(const uint8_t* in, size_t in_len) in cc3xx_lowlevel_chacha20_update() function
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c191 err = cc3xx_lowlevel_chacha20_update(all_zero_block, sizeof(all_zero_block)); in cc3xx_internal_chacha20_poly1305_gen_otk()
253 operation->stream.update = cc3xx_lowlevel_chacha20_update; in cc3xx_internal_cipher_setup_init()
Dcc3xx_psa_cipher.c153 err = cc3xx_lowlevel_chacha20_update(input, input_length); in cipher_crypt()
378 err = cc3xx_lowlevel_chacha20_update(input, processed_length); in cc3xx_cipher_update()
Dcc3xx_psa_aead.c144 err = cc3xx_lowlevel_chacha20_update(input, data_minus_tag); in aead_crypt()
435 err = cc3xx_lowlevel_chacha20_update(input, processed_length); in cc3xx_aead_update()