Home
last modified time | relevance | path

Searched defs:poly_key_s (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c176 uint32_t *poly_key_r, uint32_t *poly_key_s) in cc3xx_internal_chacha20_poly1305_gen_otk()
365 uint32_t poly_key_s[POLY1305_KEY_SIZE / sizeof(uint32_t)]; in cc3xx_internal_cipher_setup_complete() local
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_poly1305.c55 void cc3xx_lowlevel_poly1305_init(uint32_t *poly_key_r, uint32_t *poly_key_s) in cc3xx_lowlevel_poly1305_init()