Home
last modified time | relevance | path

Searched refs:poly1305_state_internal_t (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna-32.h26 } poly1305_state_internal_t; typedef
49 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_init()
76 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) { in poly1305_blocks()
138 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_finish()
Dsw_poly1305-donna.c11 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_update()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna-32.h27 } poly1305_state_internal_t; typedef
47 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_init()
73 static void poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) in poly1305_blocks()
153 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_finish()
Dsw_poly1305-donna.c11 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_update()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna-32.h28 } poly1305_state_internal_t; typedef
51 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_init()
78 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, size_t bytes) { in poly1305_blocks()
140 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_finish()
Dsw_poly1305-donna.c13 poly1305_state_internal_t *st = (poly1305_state_internal_t *)ctx; in poly1305_update()