Home
last modified time | relevance | path

Searched refs:cc3xx_lowlevel_poly1305_init (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_poly1305.h57 void cc3xx_lowlevel_poly1305_init(uint32_t *poly_key_r, uint32_t *poly_key_s);
Dcc3xx_poly1305.c55 void cc3xx_lowlevel_poly1305_init(uint32_t *poly_key_r, uint32_t *poly_key_s) in cc3xx_lowlevel_poly1305_init() function
Dcc3xx_chacha.c169 cc3xx_lowlevel_poly1305_init(poly_key, in cc3xx_lowlevel_chacha20_init()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c387 cc3xx_lowlevel_poly1305_init(poly_key_r, poly_key_s); in cc3xx_internal_cipher_setup_complete()