Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna.c55 poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]) { in poly1305_verify() function
146 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
163 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
168 result &= poly1305_verify(wrap_mac, mac); in poly1305_power_on_self_test()
181 result &= poly1305_verify(total_mac, mac); in poly1305_power_on_self_test()
Dsw_poly1305-donna.h20 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna.c65 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]) in poly1305_verify() function
135 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
154 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
161 result &= poly1305_verify(wrap_mac, mac); in poly1305_power_on_self_test()
179 result &= poly1305_verify(total_mac, mac); in poly1305_power_on_self_test()
Dsw_poly1305-donna.h21 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna.c57 poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]) { in poly1305_verify() function
148 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
165 result &= poly1305_verify(nacl_mac, mac); in poly1305_power_on_self_test()
170 result &= poly1305_verify(wrap_mac, mac); in poly1305_power_on_self_test()
183 result &= poly1305_verify(total_mac, mac); in poly1305_power_on_self_test()
Dsw_poly1305-donna.h22 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);