Searched refs:poly1305_verify (Results 1 – 6 of 6) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_poly1305-donna.c | 55 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()
|
| D | sw_poly1305-donna.h | 20 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_poly1305-donna.c | 65 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()
|
| D | sw_poly1305-donna.h | 21 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_poly1305-donna.c | 57 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()
|
| D | sw_poly1305-donna.h | 22 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
|