Searched refs:poly1305_init (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_poly1305-donna.c | 49 poly1305_init(&ctx, key); in poly1305_auth() 150 poly1305_init(&ctx, nacl_key); in poly1305_power_on_self_test() 170 poly1305_init(&total_ctx, total_key); in poly1305_power_on_self_test()
|
| D | sw_poly1305-donna.h | 15 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]);
|
| D | sw_poly1305-donna-32.h | 48 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) { in poly1305_init() function
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_poly1305-donna.c | 60 poly1305_init(&ctx, key); in poly1305_auth() 141 poly1305_init(&ctx, nacl_key); in poly1305_power_on_self_test() 163 poly1305_init(&total_ctx, total_key); in poly1305_power_on_self_test()
|
| D | sw_poly1305-donna.h | 16 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]);
|
| D | sw_poly1305-donna-32.h | 45 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]) in poly1305_init() function
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_poly1305-donna.c | 51 poly1305_init(&ctx, key); in poly1305_auth() 152 poly1305_init(&ctx, nacl_key); in poly1305_power_on_self_test() 172 poly1305_init(&total_ctx, total_key); in poly1305_power_on_self_test()
|
| D | sw_poly1305-donna.h | 17 void poly1305_init(poly1305_context *ctx, const unsigned char key[32]);
|
| D | sw_poly1305-donna-32.h | 50 poly1305_init(poly1305_context *ctx, const unsigned char key[32]) { in poly1305_init() function
|