Searched refs:cc3xx_lowlevel_chacha20_update (Results 1 – 5 of 5) sorted by relevance
135 cc3xx_err_t cc3xx_lowlevel_chacha20_update(const uint8_t* in, size_t in_len);
238 cc3xx_err_t cc3xx_lowlevel_chacha20_update(const uint8_t* in, size_t in_len) in cc3xx_lowlevel_chacha20_update() function
191 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()
153 err = cc3xx_lowlevel_chacha20_update(input, input_length); in cipher_crypt()378 err = cc3xx_lowlevel_chacha20_update(input, processed_length); in cc3xx_cipher_update()
144 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()