Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_chacha.h72 cc3xx_err_t cc3xx_lowlevel_chacha20_init(
Dcc3xx_chacha.c110 cc3xx_err_t cc3xx_lowlevel_chacha20_init( in cc3xx_lowlevel_chacha20_init() function
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c182 err = cc3xx_lowlevel_chacha20_init(CC3XX_CHACHA_DIRECTION_ENCRYPT, in cc3xx_internal_chacha20_poly1305_gen_otk()
377 err = cc3xx_lowlevel_chacha20_init(operation->chacha.direction, in cc3xx_internal_cipher_setup_complete()
Dcc3xx_psa_cipher.c140 err = cc3xx_lowlevel_chacha20_init((dir == PSA_CRYPTO_DRIVER_ENCRYPT) ? in cipher_crypt()
Dcc3xx_psa_aead.c128 err = cc3xx_lowlevel_chacha20_init((dir == PSA_CRYPTO_DRIVER_ENCRYPT) ? in aead_crypt()