Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_poly1305-donna-32.h77 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local
107 h4 += (U8TO32(m+12) >> 8) | hibit; in poly1305_blocks()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_poly1305-donna-32.h75 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local
106 h4 += (U8TO32(m + 12) >> 8) | hibit; in poly1305_blocks()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_poly1305-donna-32.h79 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local
109 h4 += (U8TO32(m+12) >> 8) | hibit; in poly1305_blocks()