Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305.c16 const unsigned long hibit = (st->final) ? 0 : (1UL << 24); /* 1 << 128 */ in s_poly1305_block() local
47 LOAD32L(tmp, in+12); h4 += (tmp >> 8) | hibit; in s_poly1305_block()