_const 57 crypto/cmac.c u64 _const[2]; _const 72 crypto/cmac.c _const[0] = be64_to_cpu(consts[1]); _const 73 crypto/cmac.c _const[1] = be64_to_cpu(consts[0]); _const 77 crypto/cmac.c msb_mask = ((s64)_const[1] >> 63) & gfmask; _const 78 crypto/cmac.c _const[1] = (_const[1] << 1) | (_const[0] >> 63); _const 79 crypto/cmac.c _const[0] = (_const[0] << 1) ^ msb_mask; _const 81 crypto/cmac.c consts[i + 0] = cpu_to_be64(_const[1]); _const 82 crypto/cmac.c consts[i + 1] = cpu_to_be64(_const[0]); _const 88 crypto/cmac.c _const[0] = be64_to_cpu(consts[0]); _const 92 crypto/cmac.c msb_mask = ((s64)_const[0] >> 63) & gfmask; _const 93 crypto/cmac.c _const[0] = (_const[0] << 1) ^ msb_mask; _const 95 crypto/cmac.c consts[i] = cpu_to_be64(_const[0]); _const 334 include/math-emu/op-2.h static const double _const[] = { \ _const 367 include/math-emu/op-2.h _e240 *= _const[3]; \ _const 368 include/math-emu/op-2.h _j240 *= _const[3]; \ _const 369 include/math-emu/op-2.h _d240 *= _const[2]; \ _const 370 include/math-emu/op-2.h _i240 *= _const[2]; \ _const 371 include/math-emu/op-2.h _c240 *= _const[1]; \ _const 372 include/math-emu/op-2.h _h240 *= _const[1]; \ _const 373 include/math-emu/op-2.h _b240 *= _const[0]; \ _const 374 include/math-emu/op-2.h _g240 *= _const[0]; \ _const 392 include/math-emu/op-2.h _s240.d -= ((_const[10]+_s240.d)-_const[10]); \ _const 393 include/math-emu/op-2.h _r240.d -= ((_const[9]+_r240.d)-_const[9]); \ _const 394 include/math-emu/op-2.h _q240.d -= ((_const[8]+_q240.d)-_const[8]); \ _const 395 include/math-emu/op-2.h _p240.d -= ((_const[7]+_p240.d)-_const[7]); \ _const 396 include/math-emu/op-2.h _o240.d += _const[7]; \ _const 397 include/math-emu/op-2.h _n240.d += _const[6]; \ _const 398 include/math-emu/op-2.h _m240.d += _const[5]; \ _const 399 include/math-emu/op-2.h _l240.d += _const[4]; \