Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna-32.h81 unsigned long long d0,d1,d2,d3,d4; in poly1305_blocks() local
110d0 = ((unsigned long long)h0 * r0) + ((unsigned long long)h1 * s4) + ((unsigned long long)h2 * s3)… in poly1305_blocks()
117 c = (unsigned long)(d0 >> 26); h0 = (unsigned long)d0 & 0x3ffffff; in poly1305_blocks()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna-32.h79 unsigned long long d0, d1, d2, d3, d4; in poly1305_blocks() local
109d0 = ((unsigned long long)h0 * r0) + ((unsigned long long)h1 * s4) + ((unsigned long long)h2 * s3)… in poly1305_blocks()
121 c = (unsigned long)(d0 >> 26); in poly1305_blocks()
122 h0 = (unsigned long)d0 & 0x3ffffff; in poly1305_blocks()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna-32.h83 unsigned long long d0,d1,d2,d3,d4; in poly1305_blocks() local
112d0 = ((unsigned long long)h0 * r0) + ((unsigned long long)h1 * s4) + ((unsigned long long)h2 * s3)… in poly1305_blocks()
119 c = (unsigned long)(d0 >> 26); h0 = (unsigned long)d0 & 0x3ffffff; in poly1305_blocks()