Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_poly1305.h74 void cc3xx_lowlevel_poly1305_get_state(struct cc3xx_poly1305_state_t *state);
Dcc3xx_poly1305.c151 void cc3xx_lowlevel_poly1305_get_state(struct cc3xx_poly1305_state_t *state) in cc3xx_lowlevel_poly1305_get_state() function
Dcc3xx_chacha.c184 cc3xx_lowlevel_poly1305_get_state(&state->poly_state); in cc3xx_lowlevel_chacha20_get_state()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_aead.c356 cc3xx_lowlevel_poly1305_get_state(&(operation->chacha.poly_state)); in cc3xx_aead_update_ad()
471 cc3xx_lowlevel_poly1305_get_state(&(operation->chacha.poly_state)); in cc3xx_aead_update()