Searched refs:poly1305_context (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_poly1305-donna.h | 13 } 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]);
|
| D | sw_poly1305-donna.c | 10 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()
|
| D | sw_poly1305-donna-32.h | 48 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/ |
| D | sw_poly1305-donna.h | 14 } 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]);
|
| D | sw_poly1305-donna.c | 9 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()
|
| D | sw_poly1305-donna-32.h | 45 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/ |
| D | sw_poly1305-donna.h | 15 } 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]);
|
| D | sw_poly1305-donna.c | 12 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()
|
| D | sw_poly1305-donna-32.h | 50 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()
|