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/ |
| D | cc3xx_chacha.h | 123 void cc3xx_lowlevel_chacha20_set_output_buffer(uint8_t *out, size_t out_len);
|
| D | cc3xx_chacha.c | 219 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/ |
| D | cc3xx_psa_aead.c | 144 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()
|
| D | cc3xx_psa_cipher.c | 151 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()
|
| D | cc3xx_internal_cipher.c | 189 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()
|