Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.h123 void cc3xx_lowlevel_chacha20_set_output_buffer(uint8_t *out, size_t out_len);
Dcc3xx_chacha.c219 void cc3xx_lowlevel_chacha20_set_output_buffer(uint8_t *out, size_t out_len) in cc3xx_lowlevel_chacha20_set_output_buffer() function
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_aead.c144 cc3xx_lowlevel_chacha20_set_output_buffer(output, output_size); in aead_crypt()
428 cc3xx_lowlevel_chacha20_set_output_buffer(output, output_size); in cc3xx_aead_update()
573 cc3xx_lowlevel_chacha20_set_output_buffer(ciphertext, ciphertext_size); in cc3xx_aead_finish()
702 cc3xx_lowlevel_chacha20_set_output_buffer(plaintext, plaintext_size); in cc3xx_aead_verify()
Dcc3xx_psa_cipher.c151 cc3xx_lowlevel_chacha20_set_output_buffer(output, output_size); in cipher_crypt()
376 cc3xx_lowlevel_chacha20_set_output_buffer(output, output_size); in cc3xx_cipher_update()
503 cc3xx_lowlevel_chacha20_set_output_buffer(output, output_size); in cc3xx_cipher_finish()
Dcc3xx_internal_cipher.c189 cc3xx_lowlevel_chacha20_set_output_buffer((uint8_t *)keystream, sizeof(keystream)); in cc3xx_internal_chacha20_poly1305_gen_otk()
254 operation->stream.set_output_buffer = cc3xx_lowlevel_chacha20_set_output_buffer; in cc3xx_internal_cipher_setup_init()