Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna.c47 poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char key[… in poly1305_auth() function
145 poly1305_auth(mac, nacl_msg, sizeof(nacl_msg), nacl_key); in poly1305_power_on_self_test()
167 poly1305_auth(mac, wrap_msg, sizeof(wrap_msg), wrap_key); in poly1305_power_on_self_test()
177 poly1305_auth(mac, all_msg, i, all_key); in poly1305_power_on_self_test()
Dsw_poly1305-donna.h18 void poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char…
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna.c57 void poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char… in poly1305_auth() function
134 poly1305_auth(mac, nacl_msg, sizeof(nacl_msg), nacl_key); in poly1305_power_on_self_test()
160 poly1305_auth(mac, wrap_msg, sizeof(wrap_msg), wrap_key); in poly1305_power_on_self_test()
175 poly1305_auth(mac, all_msg, i, all_key); in poly1305_power_on_self_test()
Dsw_poly1305-donna.h19 void poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char…
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna.c49 poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char key[… in poly1305_auth() function
147 poly1305_auth(mac, nacl_msg, sizeof(nacl_msg), nacl_key); in poly1305_power_on_self_test()
169 poly1305_auth(mac, wrap_msg, sizeof(wrap_msg), wrap_key); in poly1305_power_on_self_test()
179 poly1305_auth(mac, all_msg, i, all_key); in poly1305_power_on_self_test()
Dsw_poly1305-donna.h20 void poly1305_auth(unsigned char mac[16], const unsigned char *m, size_t bytes, const unsigned char…