Home
last modified time | relevance | path

Searched refs:all_key (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna.c137 unsigned char all_key[32]; in poly1305_power_on_self_test() local
173 for (j = 0; j < sizeof(all_key); j++) in poly1305_power_on_self_test()
174 all_key[j] = i; in poly1305_power_on_self_test()
177 poly1305_auth(mac, all_msg, i, all_key); in poly1305_power_on_self_test()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna.c124 unsigned char all_key[32]; in poly1305_power_on_self_test() local
167 for (j = 0; j < sizeof(all_key); j++) in poly1305_power_on_self_test()
169 all_key[j] = i; in poly1305_power_on_self_test()
175 poly1305_auth(mac, all_msg, i, all_key); in poly1305_power_on_self_test()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna.c139 unsigned char all_key[32]; in poly1305_power_on_self_test() local
175 for (j = 0; j < sizeof(all_key); j++) in poly1305_power_on_self_test()
176 all_key[j] = i; in poly1305_power_on_self_test()
179 poly1305_auth(mac, all_msg, i, all_key); in poly1305_power_on_self_test()