Searched refs:gf_wrap (Results 1 – 2 of 2) sorted by relevance
67 const unsigned char gf_wrap = 0x87; variable85 uint8_t carry = (in[0] >> 7) ? gf_wrap : 0; in gf_double()
254 static const unsigned char gf_wrap = 0x87; variable272 uint8_t carry = (in[0] >> 7) ? gf_wrap : 0; in gf_double()
Completed in 3 milliseconds