Home
last modified time | relevance | path

Searched refs:poly1305_context (Results 1 – 9 of 9) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna.h13 } poly1305_context; typedef
15 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]);
16 void poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes);
17 void poly1305_finish(poly1305_context *ctx, unsigned char mac[16]);
Dsw_poly1305-donna.c10 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) { in poly1305_update()
48 poly1305_context ctx; in poly1305_auth()
135 poly1305_context ctx; in poly1305_power_on_self_test()
136 poly1305_context total_ctx; in poly1305_power_on_self_test()
Dsw_poly1305-donna-32.h48 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) { in poly1305_init()
137 poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) { in poly1305_finish()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna.h14 } poly1305_context; typedef
16 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]);
17 void poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes);
18 void poly1305_finish(poly1305_context *ctx, unsigned char mac[16]);
Dsw_poly1305-donna.c9 void poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) in poly1305_update()
59 poly1305_context ctx; in poly1305_auth()
122 poly1305_context ctx; in poly1305_power_on_self_test()
123 poly1305_context total_ctx; in poly1305_power_on_self_test()
Dsw_poly1305-donna-32.h45 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]) in poly1305_init()
151 POLY1305_NOINLINE void poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) in poly1305_finish()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna.h15 } poly1305_context; typedef
17 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]);
18 void poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes);
19 void poly1305_finish(poly1305_context *ctx, unsigned char mac[16]);
Dsw_poly1305-donna.c12 poly1305_update(poly1305_context *ctx, const unsigned char *m, size_t bytes) { in poly1305_update()
50 poly1305_context ctx; in poly1305_auth()
137 poly1305_context ctx; in poly1305_power_on_self_test()
138 poly1305_context total_ctx; in poly1305_power_on_self_test()
Dsw_poly1305-donna-32.h50 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) { in poly1305_init()
139 poly1305_finish(poly1305_context *ctx, unsigned char mac[16]) { in poly1305_finish()