Searched refs:sr (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | poly1305_generic.c | 27 static inline u32 sr(u64 v, u_char n) in sr() function 141 d1 += sr(d0, 26); h0 = and(d0, 0x3ffffff); in poly1305_blocks_internal() 142 d2 += sr(d1, 26); h1 = and(d1, 0x3ffffff); in poly1305_blocks_internal() 143 d3 += sr(d2, 26); h2 = and(d2, 0x3ffffff); in poly1305_blocks_internal() 144 d4 += sr(d3, 26); h3 = and(d3, 0x3ffffff); in poly1305_blocks_internal() 145 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks_internal()
|